From b4b7772d23d41d495a7d99cea30fdf34c0102342 Mon Sep 17 00:00:00 2001 From: westito Date: Sat, 2 Jul 2022 08:30:49 +0200 Subject: [PATCH] Update extras/integration_tests/drift_testcases/build.yaml Co-authored-by: Simon Binder --- extras/integration_tests/drift_testcases/build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extras/integration_tests/drift_testcases/build.yaml b/extras/integration_tests/drift_testcases/build.yaml index 8c288a17..bdb16bec 100644 --- a/extras/integration_tests/drift_testcases/build.yaml +++ b/extras/integration_tests/drift_testcases/build.yaml @@ -15,6 +15,8 @@ targets: new_sql_code_generation: true scoped_dart_components: true sql: + # As sqlite3 is compatible with the postgres dialect (but not vice-versa), we're + # using this dialect so that we can run the tests on postgres as well. dialect: postgres options: version: "3.37"