DSNParser clobbered sql_mode variable set by user - lp1506748

This commit is contained in:
frank-cizmich
2016-02-01 22:50:07 -03:00
parent f6feb8ee03
commit 7c0054fa5d
27 changed files with 241 additions and 164 deletions

View File

@@ -0,0 +1,4 @@
create database if not exists test;
create table if not exists test.lp1506748 (id int PRIMARY KEY, birthday date default '1970-01-01');