We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99b20b0 commit cec7b58Copy full SHA for cec7b58
tests/Database/files/mysql-nette_test1.sql
@@ -1,3 +1,5 @@
1
+SET @@sql_mode = sys.list_drop(@@sql_mode, 'ONLY_FULL_GROUP_BY');
2
+
3
DROP DATABASE IF EXISTS nette_test;
4
CREATE DATABASE nette_test;
5
USE nette_test;
0 commit comments