aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel
Commit message (Collapse)AuthorAgeFilesLines
* doing a little cleanup on the visitorsAaron Patterson2010-10-194-3/+9
|
* adding a base class visitorAaron Patterson2010-10-193-10/+22
|
* Fisting arel specs -- still needs tree_manager and cleanupRyan Davis2010-10-181-5/+1
|
* Created syntactic sugar Table(...) methodSnuggs2010-10-161-1/+5
|
* symbols work as sql literalsAaron Patterson2010-10-151-1/+1
|
* add locking support for postgresAaron Patterson2010-10-131-0/+4
|
* fixing manifest fileAaron Patterson2010-10-121-0/+9
|
* implementing where_sql methodAaron Patterson2010-10-122-0/+8
|
* alias visitor_for to forAaron Patterson2010-10-032-1/+2
|
* Support Attribute#asc and Attribute#desc to create orderingsErnie Miller2010-09-295-0/+37
|
* 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-295-5/+41
|
* fixing column escape for IN nodes. [resolves:5732]Aaron Patterson2010-09-292-6/+12
|
* Merge remote branch 'ernie/master'Aaron Patterson2010-09-297-0/+176
|\ | | | | | | | | | | | | * 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-296-4/+164
| | | | | | | | matches/does_not_match/not_in
| * Add eq_any.Ernie Miller2010-09-291-0/+8
| |
* | use subquery for limit when DISTINCT is used (in Oracle)Raimonds Simanovskis2010-09-291-2/+4
|/
* refactoring join_sql to return nil if there are no sourcesAaron Patterson2010-09-282-11/+12
|
* making select manager publicAaron Patterson2010-09-281-1/+2
|
* added missing method visit_Arel_Attributes_Decimal as alias for ↵Raimonds Simanovskis2010-09-281-0/+1
| | | | visit_Arel_Attributes_Attribute
* pass primary key name and value to ActiveRecord adapter insert methodRaimonds Simanovskis2010-09-282-3/+15
| | | | necessary for Oracle adapter for RETURNING ... INTO ... clause generation
* these readers should be accessorsAaron Patterson2010-09-271-1/+1
|
* changing method name to be more clearAaron Patterson2010-09-271-11/+11
|
* requiring date at the top of the visitorAaron Patterson2010-09-271-0/+1
|
* to_sql on nodes may be passed an engineAaron Patterson2010-09-274-26/+11
|
* using the last seen column for quotingAaron Patterson2010-09-271-1/+4
|
* caching quoted valuesAaron Patterson2010-09-261-5/+7
|
* removing the version fileAaron Patterson2010-09-241-3/+0
|
* 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-245-3/+31
|
* using the connection pool while visitingAaron Patterson2010-09-242-3/+5
|
* caching visitor on a per engine basisAaron Patterson2010-09-232-15/+22
|
* changing accessor to a writerAaron Patterson2010-09-231-1/+1
|
* removing duplicate codeAaron Patterson2010-09-231-4/+0
|
* moving visitors aroundAaron Patterson2010-09-238-46/+57
|
* moving expression up to function classAaron Patterson2010-09-232-1/+1
|
* 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-232-1/+29
|
* adding a postgres adapterAaron Patterson2010-09-233-3/+16
|
* ignoring aliasAaron Patterson2010-09-231-1/+1
|