aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/visitors
Commit message (Collapse)AuthorAgeFilesLines
* Make "not" apply to the whole sub-expression when generating sql.Ryan Rempel2010-12-061-1/+1
|
* adding a test for the dot visitorAaron Patterson2010-12-061-2/+9
|
* make sure we raise type errors with unknown classesAaron Patterson2010-12-011-0/+1
|
* fixing tests in 1.9Aaron Patterson2010-11-301-1/+1
|
* adding deprecated support for walking ancestor treesAaron Patterson2010-11-301-0/+7
|
* base class works with visitorAaron Patterson2010-11-291-0/+1
|
* refactor block.call out of each visit methodAaron Patterson2010-11-291-14/+5
|
* updating nodes and depth first visitorAaron Patterson2010-11-291-13/+64
|
* adding unary nodeAaron Patterson2010-11-291-1/+1
|
* insert statements supportedAaron Patterson2010-11-291-0/+7
|
* adding select statement supportAaron Patterson2010-11-291-0/+9
|
* adding select coreAaron Patterson2010-11-291-0/+9
|
* update statement supportedAaron Patterson2010-11-291-0/+9
|
* mostly implemented depth-first traversalAaron Patterson2010-11-291-0/+75
|
* adding an AS nodeAaron Patterson2010-11-231-0/+4
|
* adding a "not" factory method for creating Not nodesAaron Patterson2010-11-231-0/+4
|
* mysql will lock for updateAaron Patterson2010-11-221-0/+4
|
* added a visitor for Class objectsAaron Patterson2010-11-161-0/+1
|
* small additional fix for order_hacks method for OracleRaimonds Simanovskis2010-11-161-2/+6
|
* fix one more time order_hacks method for OracleRaimonds Simanovskis2010-11-161-8/+17
| | | correctly split order string by commas ignoring commas which separate function arguments
* support stringinquirer stringAaron Patterson2010-11-111-0/+1
|
* Merge branch 'master' of github.com:brynary/arelAaron Patterson2010-11-111-1/+17
|\ | | | | | | | | * 'master' of github.com:brynary/arel: fix order_hacks method for Oracle when complex functions are used in order by
| * fix order_hacks method for Oracle when complex functions are used in order byRaimonds Simanovskis2010-11-061-1/+17
| |
* | arel more nicely supports EXISTS queriesAaron Patterson2010-11-051-1/+2
| |
* | mysql selects from dual on empty from statementsAaron Patterson2010-11-052-0/+6
|/
* Add ToSql NilClass visitorErnie Miller2010-11-041-0/+1
|
* Merge branch 'master' of github.com:rails/arelAaron Patterson2010-10-261-0/+1
|\ | | | | | | | | * 'master' of github.com:rails/arel: Added Bignum to visitor
| * Added Bignum to visitorrugek2010-10-261-0/+1
| |
* | generate correct select if only offset is present (in Oracle)Raimonds Simanovskis2010-10-211-0/+14
|/
* adding default limits when there is an offset for sqlite and mysql [#5316 ↵Aaron Patterson2010-10-202-0/+18
| | | | state:resolved]
* doing a little cleanup on the visitorsAaron Patterson2010-10-194-3/+9
|
* adding a base class visitorAaron Patterson2010-10-192-10/+21
|
* add locking support for postgresAaron Patterson2010-10-131-0/+4
|
* fixing manifest fileAaron Patterson2010-10-121-0/+9
|
* Support Attribute#asc and Attribute#desc to create orderingsErnie Miller2010-09-292-0/+9
|
* In SQL visitor, too. :)Ernie Miller2010-09-291-0/+1
|
* Support visiting Arel_Attribute_FloatErnie Miller2010-09-291-0/+1
|
* Don't reassign array in ToSql#visit_Arel_Nodes_NotInErnie Miller2010-09-291-2/+3
|
* adding better dot file support for our nodesAaron Patterson2010-09-291-2/+36
|
* fixing column escape for IN nodes. [resolves:5732]Aaron Patterson2010-09-292-6/+12
|
* Merge remote branch 'ernie/master'Aaron Patterson2010-09-292-0/+22
|\ | | | | | | | | | | | | * ernie/master: Make PostgreSQL play nice with its friends. (matches -> ILIKE instead of LIKE) Add support for remaining *_any/*_all attribute methods, and add matches/does_not_match/not_in Add eq_any.
| * Make PostgreSQL play nice with its friends. (matches -> ILIKE instead of LIKE)Ernie Miller2010-09-291-0/+8
| |
| * Add support for remaining *_any/*_all attribute methods, and add ↵Ernie Miller2010-09-291-0/+14
| | | | | | | | matches/does_not_match/not_in
* | use subquery for limit when DISTINCT is used (in Oracle)Raimonds Simanovskis2010-09-291-2/+4
|/
* added missing method visit_Arel_Attributes_Decimal as alias for ↵Raimonds Simanovskis2010-09-281-0/+1
| | | | visit_Arel_Attributes_Attribute
* requiring date at the top of the visitorAaron Patterson2010-09-271-0/+1
|
* using the last seen column for quotingAaron Patterson2010-09-271-1/+4
|
* caching quoted valuesAaron Patterson2010-09-261-5/+7
|
* yay, more oracle hacksAaron Patterson2010-09-241-2/+2
|
* fixing formattingAaron Patterson2010-09-241-10/+11
|