Home
last modified time | relevance | path

Searched refs:EP_CanBeNull (Results 1 – 1 of 1) sorted by relevance

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c17448 #define EP_CanBeNull 0x100000 /* Can be null despite NOT NULL constraint */ macro
95409 ExprSetProperty(pExpr, EP_CanBeNull);
99031 return ExprHasProperty(p, EP_CanBeNull) ||
128094 ExprSetProperty(pNew, EP_CanBeNull);

Completed in 464 milliseconds