aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
|/
* adding an easy way for sql literal nodesAaron Patterson2010-09-281-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-262-5/+11
|
* updating versionAaron Patterson2010-09-241-1/+1
|
* removing the version fileAaron Patterson2010-09-242-4/+3
|
* 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-239-52/+58
|
* 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-234-8/+23
|
* 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-216-12/+54
|
* 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
|
* returning nil for tables that do not existAaron Patterson2010-09-181-0/+16
|
* remove if defined?Aaron Patterson2010-09-171-1/+1
|
* using a Hash with default proc to memoize dispatch methodsMike Dalessio2010-09-161-9/+4
|