aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* quoting update values using the columnAaron Patterson2010-09-222-3/+5
|
* constructor can take column infoAaron Patterson2010-09-211-8/+19
|
* fixing tests for mysql2Aaron Patterson2010-09-211-1/+1
|
* making stuff work on mysqlAaron Patterson2010-09-215-12/+53
|
* supporting ranges for IN statementsAaron Patterson2010-09-205-3/+35
|
* dealing with empty in statementsAaron Patterson2010-09-201-1/+3
|
* removing some debugging code. oops!Aaron Patterson2010-09-201-4/+0
|
* using aliases for terminal nodesAaron Patterson2010-09-201-10/+11
|
* from does not need to be a listAaron Patterson2010-09-205-13/+13
|
* adding crazy code to fix the last two AR testsAaron Patterson2010-09-203-3/+40
|
* if FROM is a string, convert to string literalAaron Patterson2010-09-181-0/+1
|