aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/relations
Commit message (Expand)AuthorAgeFilesLines
* Don't depend engine select_value(s) method. Quoting should be performed by co...Emilio Tagua2009-05-061-9/+0
* Fixes for PostgreSQL: always alias expresions and quote values.Emilio Tagua2009-05-041-3/+3
* COUNT should return an integerEmilio Tagua2009-05-021-1/+1
* Don't bind, just assign.Emilio Tagua2009-04-301-1/+1
* Added DISTINCT support. Modified when to quote or not columns and tables.Emilio Tagua2009-04-291-1/+8
* ORDER BY should be included after GROUP BY clauseEmilio Tagua2009-04-282-3/+7
* Added aggregation and to_attribute methods to ValueEmilio Tagua2009-04-242-14/+14
* Removed table quotings to be SQLite3 compliant. Delete and update will returr...Emilio Tagua2009-04-243-11/+11
* Fix insertion to work on SQLite3Emilio Tagua2009-04-233-24/+28
* Required singletonEmilio Tagua2009-04-231-2/+4
* Use the engine not the engine.connection, the engine may not even respond to ...Emilio Tagua2009-04-231-6/+6
* externalization now includes limitsNick Kallen2008-05-218-5/+11
* limits and offsets need to be externalized too. first draftNick Kallen2008-05-209-12/+20
* removed more boiler-plateNick Kallen2008-05-196-37/+12
* some drying up of boiler plate initialization and equality codeNick Kallen2008-05-198-71/+29
* drying up some of the codeNick Kallen2008-05-192-39/+16
* some convenience methodsNick Kallen2008-05-191-10/+10
* reorganized file structureNick Kallen2008-05-1919-7/+19
* renamed ion classesNick Kallen2008-05-195-9/+9
* renamed select operation to whereNick Kallen2008-05-198-34/+34
* can't remember what i was working onNick Kallen2008-05-184-9/+21
* performance enhancementsNick Kallen2008-05-1813-41/+42
* performance enhancementsNick Kallen2008-05-175-26/+15
* performance enhancing drugsNick Kallen2008-05-1716-18/+30
* slight performance improvementNick Kallen2008-05-173-11/+6
* simplificatin of attribute divisionNick Kallen2008-05-172-11/+0
* fixed string escaping issueNick Kallen2008-05-162-3/+3
* this is as close as it's beenNick Kallen2008-05-161-2/+1
* additional test coverage for some random complex caseNick Kallen2008-05-163-1/+15
* cleanupNick Kallen2008-05-163-10/+4
* cleaned up nilNick Kallen2008-05-164-18/+15
* some cleanup, notes for further cleanup/investigationNick Kallen2008-05-167-28/+35
* worserNick Kallen2008-05-151-1/+1
* thinks must get worse before they get betterNick Kallen2008-05-155-12/+27
* experimenting with new binding stuffNick Kallen2008-05-155-27/+33
* fixed defect with select inside of alias joined to the same table (yikes)Nick Kallen2008-05-142-3/+3
* fixed defect in aliasNick Kallen2008-05-137-20/+11
* some slight performance improvementsNick Kallen2008-05-123-7/+6
* some memoizing and hash equality performance optimizationsNick Kallen2008-05-122-2/+2
* renamed attribute_for_attribute to find_attribute_matching_attributeNick Kallen2008-05-071-7/+8
* removing operator overloadingNick Kallen2008-05-071-1/+1
* performance optimizationNick Kallen2008-05-052-4/+13
* string passthrough for "group by"Nick Kallen2008-05-051-1/+1
* better column disambiguationNick Kallen2008-05-053-5/+9
* last of the cleanup -- FOR THE MOMENTNick Kallen2008-05-044-29/+23
* missing fileNick Kallen2008-05-041-0/+17
* cleanupNick Kallen2008-05-044-41/+38
* reorganizationNick Kallen2008-05-042-81/+79
* introducing structural recursionNick Kallen2008-05-042-25/+4
* cleanupNick Kallen2008-05-042-11/+2