1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/lib/arel/visitors
Keenan Brock 508a6783c8 Add case sensitive match
Explicitly declare if this is case sensitive or not

most implementation assume case sensitive
postgres assumes case insensitive
2015-12-05 19:00:33 -05:00
..
bind_substitute.rb Fix typo delegte => delegate 2014-05-25 21:46:47 +05:30
bind_visitor.rb make the bindvalue visitor backwards compatible 2014-04-09 10:24:41 -07:00
depth_first.rb Change the interface of having to match that of where 2015-01-27 09:52:54 -07:00
dot.rb move the dispatch table to be per-instance 2014-09-22 11:01:03 -07:00
ibm_db.rb fixing ibm db 2014-04-08 21:15:15 -07:00
informix.rb Change the interface of having to match that of where 2015-01-27 09:52:54 -07:00
mssql.rb Special limited delete handling in MSSQL 2015-02-23 09:58:22 -08:00
mysql.rb No need to quote MySQL LIMIT 2015-07-10 13:49:57 -04:00
oracle.rb Follow up #370 for Oracle, to fix undefined method `expr' for 10:Fixnum bug. 2015-07-14 00:26:10 +08:00
oracle12.rb Create Arel::Visitors::Oracle12 to provide better top-N query 2015-06-19 23:02:58 +00:00
postgresql.rb Add case sensitive match 2015-12-05 19:00:33 -05:00
reduce.rb Use class objects rather than strings for the dispatch cache 2014-11-18 15:27:42 -08:00
sqlite.rb fix sqlite visitor 2014-04-08 17:04:08 -07:00
to_sql.rb Merge pull request #337 from yahonda/support_oracle12_top_n_2 2015-07-14 10:19:28 -07:00
visitor.rb Use class objects rather than strings for the dispatch cache 2014-11-18 15:27:42 -08:00
where_sql.rb move the dispatch table to be per-instance 2014-09-22 11:01:03 -07:00