rails/activerecord/test/cases/adapters/sqlite3
Mike Vastola 3806d073bf Fix adding non-null column to existing SQLite3 table
Forces adding the column by way of copying the table due to lack of
support in SQLite3 adapter.

Fixes #38129
2020-01-04 11:05:01 -05:00
..
collation_test.rb Fix sqlite3 collation parsing when using decimal columns. 2019-06-04 15:47:21 +02:00
copy_table_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
explain_test.rb Change tests to use models which don't ignore any columns 2017-11-13 17:41:41 -02:00
json_test.rb Emulate JSON types for SQLite3 adapter (#29664) 2017-12-03 15:28:10 +09:00
quoting_test.rb Change SQLite3Adapter to always represent boolean values as integers 2019-01-17 16:08:32 -05:00
sqlite3_adapter_test.rb Fix adding non-null column to existing SQLite3 table 2020-01-04 11:05:01 -05:00
sqlite3_create_folder_test.rb Enable Style/RedundantBegin cop to avoid newly adding redundant begin block 2018-12-21 06:12:42 +09:00
statement_pool_test.rb removed unnecessary semicolons 2017-10-28 17:39:58 +09:00
transaction_test.rb Don't run concurrent transaction test on sqlite3: 2019-12-17 17:15:23 +01:00