We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb49295 commit 40d44b2Copy full SHA for 40d44b2
datafusion/sqllogictest/README.md
@@ -243,6 +243,14 @@ export RUST_MIN_STACK=30485760;
243
PG_COMPAT=true INCLUDE_SQLITE=true cargo test --features=postgres --test sqllogictests
244
```
245
246
+To update the sqllite expected answers use the `datafusion/sqllogictest/regenerate_sqlite_files.sh` script.
247
+
248
+Note this must be run with an empty posgres instance. For example
249
250
+```shell
251
+PG_URI=postgresql://postgres@localhost:5432/postgres bash datafusion/sqllogictest/regenerate_sqlite_files.sh
252
+```
253
254
## Updating tests: Completion Mode
255
256
In test script completion mode, `sqllogictests` reads a prototype script and runs the statements and queries against the
0 commit comments