summaryrefslogtreecommitdiffstats
path: root/tests/data/parser/parseCreateTableTimestampWithPrecision.out
Commit message (Collapse)AuthorAgeFilesLines
* Store uppercase keyword value for later processingMichal Čihař2017-02-061-6/+6
| | | | | | This makes easier to compare it later. Signed-off-by: Michal Čihař <michal@cihar.com>
* Added PhpMyAdmin namespace prefix to follow PSR-4.Michal Čihař2017-01-231-6/+6
| | | | | | Fixes #126 Signed-off-by: Michal Čihař <michal@cihar.com>
* Fix parsing of ON UPDATE option in TIMESTAMP field with precisionDeven Bansod2016-10-101-0/+13
Fix #92 Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>