aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel
Commit message (Expand)AuthorAgeFilesLines
* 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 visit_Arel_At...Raimonds Simanovskis2010-09-281-0/+1
* pass primary key name and value to ActiveRecord adapter insert methodRaimonds Simanovskis2010-09-282-3/+15
* 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
* 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
* Revert "Table#[] returns nil when table does not exist"Aaron Patterson2010-09-151-2/+0
* Table#[] returns nil when table does not existAaron Patterson2010-09-151-0/+2
* right side set to sqlliteral if it is a stringAaron Patterson2010-09-151-1/+5
* JoinSql visitor will visit left side if left is a joinAaron Patterson2010-09-151-3/+9
* adding a grouping nodeAaron Patterson2010-09-155-9/+48
* refactoring expressions to a moduleAaron Patterson2010-09-143-31/+26