]> granicus.if.org Git - php/commit
Fix getColumnMeta() test
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 17 Sep 2018 14:36:05 +0000 (16:36 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 17 Sep 2018 15:10:49 +0000 (17:10 +0200)
commitd2dc0a32911c0e08986da799ce11e18c3fa5ca57
treefec8288171a6d63de58dd859c5718185f7faca2d
parentcc6871152b3c8b4ed978be5c33683ac0effc23c1
Fix getColumnMeta() test

Newer MySQL versions are stricter about invalid values. Three issues
are fixed:

* Don't use negative values with ZEROFILL. ZEROFILL implies UNSIGNED.
* Use a legal TIMESTAMP value. TIMESTAMP does not accept a Unix timestamp.
* Specify BIGINT values as strings, to avoid overflows.
ext/pdo_mysql/tests/pdo_mysql_stmt_getcolumnmeta.phpt