aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* get from values out of the select managerAaron Patterson2010-12-071-0/+5
|
* creating string join nodesAaron Patterson2010-12-071-0/+7
|
* adding a join factory method on the select managerAaron Patterson2010-12-072-0/+34
|
* Merge remote branch 'sven/in-subquery' into subqueryAaron Patterson2010-12-071-0/+18
|\ | | | | | | | | | | * sven/in-subquery: implementation for passing a subquery to #in and #not_in tests for passing a subquery to #in and #not_in
| * tests for passing a subquery to #in and #not_inSven Fuchs2010-12-071-0/+18
| |
* | Merge branch '2-0-stable'Aaron Patterson2010-12-063-0/+20
|\ \ | |/ |/| | | | | | | * 2-0-stable: quoting limit nodes Make "not" apply to the whole sub-expression when generating sql.
| * quoting limit nodesAaron Patterson2010-12-063-0/+20
| |
| * Make "not" apply to the whole sub-expression when generating sql.Ryan Rempel2010-12-061-1/+7
| |
* | Make "not" apply to the whole sub-expression when generating sql.Ryan Rempel2010-12-061-1/+7
| |
* | Merge branch '2-0-stable'Aaron Patterson2010-12-061-0/+27
|\| | | | | | | | | * 2-0-stable: adding a test for the dot visitor
| * adding a test for the dot visitorAaron Patterson2010-12-061-0/+27
| |
* | declawing connection from the Table classAaron Patterson2010-12-031-0/+4
| |
* | attributes do not need a column memberAaron Patterson2010-12-035-14/+19
| |
* | deprecating the "delete" method in favor of compile_deleteAaron Patterson2010-12-022-8/+6
| |
* | deprecating the update method in favor of compile_updateAaron Patterson2010-12-023-23/+12
| |
* | deprecating "insert"Aaron Patterson2010-12-022-1/+13
|/
* make sure we raise type errors with unknown classesAaron Patterson2010-12-011-0/+7
|
* adding node testAaron Patterson2010-11-301-0/+33
|
* adding deprecated support for walking ancestor treesAaron Patterson2010-11-301-0/+5
|
* base class works with visitorAaron Patterson2010-11-291-0/+6
|
* fixing warningsAaron Patterson2010-11-291-1/+1
|
* updating nodes and depth first visitorAaron Patterson2010-11-291-3/+62
|
* adding unary nodeAaron Patterson2010-11-291-0/+3
|
* insert statements supportedAaron Patterson2010-11-291-0/+10
|
* adding select statement supportAaron Patterson2010-11-291-0/+18
|
* adding select coreAaron Patterson2010-11-291-0/+18
|
* update statement supportedAaron Patterson2010-11-291-0/+13
|
* mostly implemented depth-first traversalAaron Patterson2010-11-291-0/+76
|
* adding an AS nodeAaron Patterson2010-11-232-0/+22
|
* adding a "not" factory method for creating Not nodesAaron Patterson2010-11-232-0/+25
|
* mysql will lock for updateAaron Patterson2010-11-221-0/+7
|
* Added tests for Nodes::NotIn.Rolf Timmermans2010-11-181-0/+46
|
* do not use private methodsAaron Patterson2010-11-161-1/+1
|
* Fix typos in the description of the testIvan Ukhov2010-11-171-2/+2
|
* Write a test for checking the presence of table names in the cacheIvan Ukhov2010-11-171-1/+12
|
* added a visitor for Class objectsAaron Patterson2010-11-161-0/+4
|
* returning undefined for unknown column typesAaron Patterson2010-11-161-0/+5
|
* fix one more time order_hacks method for OracleRaimonds Simanovskis2010-11-161-0/+12
| | | correctly split order string by commas ignoring commas which separate function arguments
* arel more nicely supports EXISTS queriesAaron Patterson2010-11-051-6/+22
|
* mysql selects from dual on empty from statementsAaron Patterson2010-11-051-1/+7
|
* renaming @head to @astAaron Patterson2010-11-051-0/+9
|
* adding proper columns to our fake tableAaron Patterson2010-11-054-17/+15
|
* Add ToSql NilClass visitorErnie Miller2010-11-041-0/+4
|
* Refactor predication methods to be available to SqlLiterals as well.Ernie Miller2010-10-271-0/+24
|
* Merge branch 'master' of github.com:rails/arelAaron Patterson2010-10-261-0/+4
|\ | | | | | | | | * 'master' of github.com:rails/arel: Added Bignum to visitor
| * Added Bignum to visitorrugek2010-10-261-0/+4
| |
* | generate correct select if only offset is present (in Oracle)Raimonds Simanovskis2010-10-211-0/+16
|/
* adding default limits when there is an offset for sqlite and mysql [#5316 ↵Aaron Patterson2010-10-204-1/+47
| | | | state:resolved]
* removing unused variablesAaron Patterson2010-10-201-7/+0
|
* renaming test_helper to helper so that it is not double requiredAaron Patterson2010-10-1824-23/+23
|