Skip to content

Issue #29 - Reject wrong current_timestamp syntax

joubu requested to merge joubu/qa-test-tools:issue_29 into master

If schema's are build against recent MariaDB versions, then Schema::Loader will alter all "current_timestamp" values to "current_timestamp()".. this is both messy and incorrect for our uses.

See bug 25040 for more info https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25040

Merge request reports