Kuldeep Aggarwal
03042b0476
remove warning
...
`warning: ambiguous first argument; put parentheses or even spaces`
2014-04-18 23:15:42 +05:30
Yves Senn
973a45230a
sanitize_sql_like
escapes escape_character
not only backslash.
...
* This is a follow up to: fe4b0eee05
* The originating PR is #14222
* It should fix the build
2014-04-16 16:53:01 +02:00
Rob Gilson
fe4b0eee05
SQL Like escaping helper method. [Rob Gilson & Yves Senn]
...
Closes #14222 .
This is a follow up to #6104
This does not have the backwards compatibility issues brought up in
implementation to break.
2014-04-16 14:32:02 +02:00
Dmitry Polushkin
ec43584431
add activerecord test coverage for sanitize_sql_array
...
check it is handles empty statement
2014-02-09 12:05:42 +00:00
Paul Nikitochkin
a2ed5d2381
Process sub-query relation's binding values
...
Generated sub-query for Relation as array condition for `where` method
did not take in account its bind values, in result generates invalid SQL query.
Fixed by adding sub-query relation's binding values to base relation
Closes : #12586
2013-10-20 21:07:07 +03:00
Paul Nikitochkin
bc293ff690
Generate subquery for Relation passed as array condition for where
...
Instead of executing 2 queries for fetching records filtered by array condition with Relation,
added generation of subquery to current query.
This behaviour will be consistent when passes Relation as hash condition to where
Closes : #12415
2013-10-13 22:13:50 +03:00
Yasuo Honda
798cf2b9ef
Remove current_adapter? from test_sanitize_sql_hash_handles_associations
...
Because of each adapter implementation differences,
`expected_value` string needed to be handled by each adapter.
This commit removes current_adapter
by using ActiveRecord::ConnectionAdapters::Quoting methods.
2013-05-08 06:40:15 +09:00
Rafael Mendonça França
0f97ac6647
Fix test asserting the sanitized SQL hash differently to some adapters
2013-05-06 22:02:34 -03:00
Zach Ohlgren
a6bc35c82c
Fix bug in ActiveRecord::Sanitization#sanitize_sql_hash_for_conditions
...
Fixing CHANGLOG description
Remove extra line.
Remove blank lines.
2013-05-06 17:03:18 -07:00
Aaron Patterson
61774e0d49
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
2011-06-06 15:47:13 -07:00
Jon Leighton
253bb6b926
Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TESTS file for details, but essentially you can now configure things in test/config.yml. You can also run tests directly via the command line, e.g. ruby path/to/test.rb (no rake needed, uses default db connection from test/config.yml). This will help us fix the CI by enabling us to isolate the different Rails versions to different databases.
2011-06-04 23:47:03 +01:00
Manfred Stienstra
1585a7ed02
Change all calls to String#chars to String#mb_chars.
2008-09-21 18:01:15 +02:00
Manfred Stienstra
babbc1580d
Fix ActiveRecord::Base.quote_bound_value for ActiveSupper::Multibyte::Chars values.
...
- Adds String#acts_like_string?
- Adds Chars#acts_like_string?
Signed-off-by: Michael Koziarski <michael@koziarski.com>
[#1029 state:committed]
2008-09-11 22:51:26 +02:00