1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test/cases/adapters/sqlite3
Sean Griffin 96ac14a385 Always convert strings to UTF-8, regardless of column type in SQLite
All columns which would map to a string primitive need this behavior.
Binary has it's own marker type, so it won't go through this conversion.
String and text, which need this, will.

Fixes #18585.
2015-01-28 15:19:13 -07:00
..
copy_table_test.rb Remove Column#primary 2014-05-23 11:09:48 -07:00
explain_test.rb Go through normal where logic when preloading associations 2014-12-26 16:12:56 -07:00
quoting_test.rb Always convert strings to UTF-8, regardless of column type in SQLite 2015-01-28 15:19:13 -07:00
sqlite3_adapter_test.rb Remove Relation#bind_params 2015-01-27 16:10:03 -07:00
sqlite3_create_folder_test.rb
statement_pool_test.rb