Skip to content

Commit

Permalink
#11 - Add initial query with custom 'sql_mode'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Mar 22, 2020
1 parent 4b3ed4e commit d4cb913
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/mysql.suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ modules:
initial_queries:
- "SET NAMES utf8;"
- "CREATE DATABASE IF NOT EXISTS `%MYSQL_TEST_DB_DATABASE%`"
- "SET sql_mode='ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION'"
- "USE `%MYSQL_TEST_DB_DATABASE%`"
step_decorators: ~

0 comments on commit d4cb913

Please sign in to comment.