1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

16 commits

Author SHA1 Message Date
Aaron Patterson
3ec26142a9 oracle tests passing 2014-04-08 19:16:33 -07:00
Yasuo Honda
51f5bece08 Support columns_for_distinct 2013-10-14 11:15:35 +09:00
Eduardo Mourao
47d5302189 Update test_oracle.rb 2013-03-15 18:19:33 -03:00
tom
78977c9c5f Add oracle paging optimization discussed in issue 99 2013-01-08 09:30:35 -05:00
babinho
d1c9c46c96 Oracle limit and offset issue when query is ordered, issue #99 solved. 2012-02-17 09:47:31 +01:00
Edgars Beigarts
bca49f4e5b Support locking in Oracle 2011-08-26 15:19:36 +03:00
Jon Leighton
79411322ae Make it the responsibility of the connection to hold on to a visitor for generating SQL, rather than the TreeManager. (There is a related commit coming in Active Record.) 2011-08-08 23:23:51 +01:00
Aaron Patterson
0b9af9762a adding Distinct ON node 2011-04-21 15:46:24 -05:00
Brian Cardarella
7b445c6dd5 Added MINUS for Oracle
Aliased :minus to :except for the SelectManager
2011-01-23 11:54:00 -05:00
Aaron Patterson
b035def39a fixing tests for oracle visitor 2011-01-03 13:39:56 -08:00
Raimonds Simanovskis
237e580c49 fix one more time order_hacks method for Oracle
correctly split order string by commas ignoring commas which separate function arguments
2010-11-16 12:45:29 +02:00
Raimonds Simanovskis
ec6ac6654e generate correct select if only offset is present (in Oracle) 2010-10-21 11:22:48 +03:00
Aaron Patterson
15f2b27c6d renaming test_helper to helper so that it is not double required 2010-10-18 16:54:50 -07:00
Ryan Davis
a2cee877ec got rid of retarded check method. down with rspec 2010-10-18 16:36:49 -07:00
Ryan Davis
31f61b822d Renamed spec_helper to test_helper 2010-10-18 16:34:44 -07:00
Ryan Davis
e1ebe6e949 Fisting arel specs -- still needs tree_manager and cleanup 2010-10-18 15:41:21 -07:00
Renamed from spec/visitors/oracle_spec.rb (Browse further)