aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/visitors
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* avoid modifying the ast in certain casesAaron Patterson2010-09-241-2/+4
|
* adding offset edgeAaron Patterson2010-09-241-0/+1
|
* adding more oracle hacksAaron Patterson2010-09-241-0/+19
|
* dealing with limits and offsetsAaron Patterson2010-09-241-1/+23
|
* creating a subquery when there is an order and a limitAaron Patterson2010-09-241-1/+9
|
* adding an oracle visitorAaron Patterson2010-09-242-0/+19
|
* using the connection pool while visitingAaron Patterson2010-09-241-2/+4
|
* moving visitors aroundAaron Patterson2010-09-233-30/+30
|
* reordering order clauses :'(Aaron Patterson2010-09-231-1/+9
|
* writing code that makes me sadAaron Patterson2010-09-231-1/+6
|
* adding a select statment visitorAaron Patterson2010-09-231-0/+27
|
* adding a postgres adapterAaron Patterson2010-09-231-0/+6
|
* quoting update values using the columnAaron Patterson2010-09-221-3/+1
|
* making stuff work on mysqlAaron Patterson2010-09-212-1/+29
|
* supporting ranges for IN statementsAaron Patterson2010-09-201-0/+8
|
* dealing with empty in statementsAaron Patterson2010-09-201-1/+3
|
* using aliases for terminal nodesAaron Patterson2010-09-201-10/+11
|
* from does not need to be a listAaron Patterson2010-09-202-2/+2
|
* remove if defined?Aaron Patterson2010-09-171-1/+1
|
* using a Hash with default proc to memoize dispatch methodsMike Dalessio2010-09-161-9/+4
|
* JoinSql visitor will visit left side if left is a joinAaron Patterson2010-09-151-3/+9
|
* adding a grouping nodeAaron Patterson2010-09-151-0/+4
|
* VALUES are getting better everydayAaron Patterson2010-09-141-2/+2
|
* visiting value nodes in the dot visitorAaron Patterson2010-09-141-0/+4
|
* adding an EXISTS node, update method will generate an IN clauseAaron Patterson2010-09-141-0/+4
|
* adding orders edge to the dot visitorAaron Patterson2010-09-141-0/+1
|
* Merge branch 'v1' of github.com:flavorjones/arel into v1Aaron Patterson2010-09-142-2/+8
|\ | | | | | | | | | | | | | | | | * 'v1' of github.com:flavorjones/arel: sql visitor should emit a table alias name when visiting an attribute, if a table alias exists. dot visitor for binary nodes Conflicts: lib/arel/visitors/dot.rb
| * sql visitor should emit a table alias name when visiting an attribute, if a ↵Mike Dalessio2010-09-141-1/+2
| | | | | | | | table alias exists.
| * dot visitor for binary nodesMike Dalessio2010-09-141-0/+7
| |
* | adding AND nodes to dot visitorAaron Patterson2010-09-141-0/+1
|/
* OUTER JOIN should be LEFT OUTER JOINAaron Patterson2010-09-121-1/+1
|
* using table_alias when :as is passed to the constructorAaron Patterson2010-09-121-1/+5
|