File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -203,6 +203,7 @@ SEQUEL_QUERY_PER_ASSOCIATION_DB_1_URL :: Run query-per-association integration t
203203SEQUEL_QUERY_PER_ASSOCIATION_DB_2_URL :: Run query-per-association integration tests with multiple databases (all 4 must be set to run)
204204SEQUEL_QUERY_PER_ASSOCIATION_DB_3_URL :: Run query-per-association integration tests with multiple databases (all 4 must be set to run)
205205SEQUEL_SPLIT_SYMBOLS :: Turn on symbol splitting when running the adapter and integration specs
206+ SEQUEL_SPLIT_VALUES :: Use the split_values plugin when running the specs
206207SEQUEL_SYNCHRONIZE_SQL :: Use the synchronize_sql extension when running the specs
207208SEQUEL_TRANSACTION_CONNECTION_VALIDATOR :: Use the transaction_connection_validator extension when running the adapter/integration specs
208209SEQUEL_TZINFO_VERSION :: Force the given tzinfo version when running the specs (e.g. '>=2')
Original file line number Diff line number Diff line change 2222Sequel ::Model . plugin :prepared_statements if ENV [ 'SEQUEL_MODEL_PREPARED_STATEMENTS' ]
2323Sequel ::Model . plugin :throw_failures if ENV [ 'SEQUEL_MODEL_THROW_FAILURES' ]
2424Sequel ::Model . plugin :primary_key_lookup_check_values if ENV [ 'SEQUEL_PRIMARY_KEY_LOOKUP_CHECK_VALUES' ]
25+ Sequel ::Model . plugin :split_values if ENV [ "SEQUEL_SPLIT_VALUES" ]
2526Sequel ::Model . use_transactions = false
2627Sequel ::Model . cache_anonymous_models = false
2728
You can’t perform that action at this time.
0 commit comments