Skip to content

Commit

Permalink
Added expected sql_mode column
Browse files Browse the repository at this point in the history
  • Loading branch information
fulghum committed Aug 9, 2023
1 parent 6f03849 commit 8b52c90
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export const viewsTests = [
name: "myview",
fragment: "CREATE VIEW `myview` AS SELECT * FROM test",
extra: { CreatedAt: 0 },
sql_mode: 'STRICT_TRANS_TABLES,NO_ENGINE_SUBSTITUTION,ONLY_FULL_GROUP_BY',
},
],
},
Expand Down

0 comments on commit 8b52c90

Please sign in to comment.