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/mysql
Sean Griffin b06f64c348 Remove Relation#bind_params
`bound_attributes` is now used universally across the board, removing
the need for the conversion layer. These changes are mostly mechanical,
with the exception of the log subscriber. Additional, we had to
implement `hash` on the attribute objects, so they could be used as a
key for query caching.
2015-01-27 16:10:03 -07:00
..
active_schema_test.rb Failure to rollback t.timestamps when within a change_table migration 2014-12-03 11:35:40 -05:00
case_sensitivity_test.rb Only use BINARY for mysql case sensitive uniqueness check when column has a case insensitive collation. 2013-11-26 04:59:18 +09:00
connection_test.rb Remove Relation#bind_params 2015-01-27 16:10:03 -07:00
consistency_test.rb Clear schema cache before each test 2014-09-01 20:59:31 +09:00
datetime_test.rb Merge pull request #18067 from kamipo/format_datetime_string_according_to_precision 2015-01-02 11:17:55 -03:00
enum_test.rb
mysql_adapter_test.rb Remove Relation#bind_params 2015-01-27 16:10:03 -07:00
quoting_test.rb Stop relying on columns in mysql quoting tests 2015-01-01 10:07:54 -07:00
reserved_word_test.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
schema_test.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
sp_test.rb
sql_types_test.rb
statement_pool_test.rb
unsigned_type_test.rb Fix undesirable RangeError by Type::Integer. Add Type::UnsignedInteger. 2014-12-12 00:35:48 +09:00