drift/extras/integration_tests/drift_testcases/build.yaml

23 lines
710 B
YAML
Raw Permalink Normal View History

2022-06-27 23:58:48 -07:00
targets:
$default:
builders:
drift_dev:
options:
override_hash_and_equals_in_result_sets: true
2022-06-28 06:06:49 -07:00
use_column_name_as_json_key_when_defined_in_moor_file: true
write_from_json_string_constructor: true
raw_result_set_data: false
named_parameters: false
2022-06-27 23:58:48 -07:00
sql:
# Generate multi-dialect code so that the tests can run on each DBMS we're
# working on (even though only sqlite is supported officially).
dialects:
- sqlite
- postgres
- mariadb
2022-06-27 23:58:48 -07:00
options:
version: "3.37"
modules:
- json1
2022-06-28 06:06:49 -07:00
- fts5