PHP 8.5.0 Alpha 4 available for testing

Voting

: one plus one?
(Example: nine)

The Note You're Voting On

dharana at dharana dot net
22 years ago
I've found "options" possible values:

PG_CONV_CHECK - check only
PG_CONV_STRICT - raise warning for non fatal error
PG_CONV_QUOTE - add quote around values for vchar, text datetime.
PG_CONV_SLASH - add slashes if it needed.
PG_CONV_NULLCHK - check values are defined for NOT NULL fields.
PG_CONV_NO_DEFAULT - ignore default value even if value is empty string.

<< Back to user notes page

To Top