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"