Bug#596829: libphp-adodb: does not handle quoted default values for PostgreSQL
Control: tags -1 fixed-upstream Fixed in 5.18 See https://github.com/ADOdb/ADOdb/commit/075f8ca770c7028bbacc3db3cb991d0362f8f17c signature.asc Description: OpenPGP digital signature
Bug#596829: libphp-adodb: does not handle quoted default values for PostgreSQL
Package: libphp-adodb Version: 5.05-1 Severity: normal Hi, during a mantis upgrade, a generated ALTER TABLE command failed because the PgSQL datadict driver uses a regex "[^ ]*" to match the default value, disregarding quoting. The default driver copies the arguments verbatim, so MySQL works.