Searched refs:PGSQL_CONV_IGNORE_NOT_NULL (Results 1 – 4 of 4) sorted by relevance
61 #define PGSQL_CONV_IGNORE_NOT_NULL (1<<3) /* Ignore NOT NULL constraints */ macro62 …_CONV_OPTS (PGSQL_CONV_IGNORE_DEFAULT|PGSQL_CONV_FORCE_NULL|PGSQL_CONV_IGNORE_NOT_NULL)
406 const PGSQL_CONV_IGNORE_NOT_NULL = UNKNOWN; define
838 REGISTER_LONG_CONSTANT("PGSQL_CONV_IGNORE_NOT_NULL", PGSQL_CONV_IGNORE_NOT_NULL, CONST_PERSISTENT); in register_pgsql_symbols()
4811 else if (!(opt & PGSQL_CONV_IGNORE_NOT_NULL) && Z_TYPE_P(not_null) == IS_TRUE) { \
Completed in 25 milliseconds