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
yui-knk 14d265217a Quote prepared statements of sanitize_sql_array
Sure unquoted SQL code pass test, but this % style prepared statements
are dangerous. Test codes and code examples are also "Rails" codes,
so quote placeholder of prepared statements.
2015-09-25 08:49:57 +09:00
..
active_record/connection_adapters introduce conn.data_source_exists? and conn.data_sources. 2015-09-22 19:48:44 +02:00
assets
cases Quote prepared statements of sanitize_sql_array 2015-09-25 08:49:57 +09:00
fixtures descriptive error message when fixtures contian a missing column. 2015-08-13 17:13:32 +02:00
migrations
models introduce conn.data_source_exists? and conn.data_sources. 2015-09-22 19:48:44 +02:00
schema 0 precision is not the same as no precision 2015-09-23 09:15:59 -06:00
support
.gitignore
config.example.yml
config.rb