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