aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* reorganized callBryan Helmkamp2009-05-178-20/+56
* Don't depend engine select_value(s) method. Quoting should be performed by co...Emilio Tagua2009-05-062-10/+1
* Fixes for PostgreSQL: always alias expresions and quote values.Emilio Tagua2009-05-042-5/+5
* 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-294-7/+26
* Workaround so quote_table_name is not included when not using a column name. ...Emilio Tagua2009-04-281-0/+5
* ORDER BY should be included after GROUP BY clauseEmilio Tagua2009-04-282-3/+7
* Added aggregation and to_attribute methods to ValueEmilio Tagua2009-04-243-14/+22
* Removed table quotings to be SQLite3 compliant. Delete and update will returr...Emilio Tagua2009-04-245-18/+18
* Fix insertion to work on SQLite3Emilio Tagua2009-04-238-89/+93
* Required singletonEmilio Tagua2009-04-231-2/+4
* Use the engine not the engine.connection, the engine may not even respond to ...Emilio Tagua2009-04-233-19/+19
* Moved require to initializerEmilio Tagua2009-04-231-1/+2
* AND/OR support for predicatesBryan Helmkamp2008-05-271-0/+21
* externalization now includes limitsNick Kallen2008-05-219-6/+12
* limits and offsets need to be externalized too. first draftNick Kallen2008-05-2010-17/+22
* removed more boiler-plateNick Kallen2008-05-199-78/+31
* some drying up of boiler plate initialization and equality codeNick Kallen2008-05-199-71/+55
* drying up some of the codeNick Kallen2008-05-192-39/+16
* some convenience methodsNick Kallen2008-05-193-10/+14
* reorganized file structureNick Kallen2008-05-1924-26/+27
* renamed ion classesNick Kallen2008-05-196-13/+13
* renamed select operation to whereNick Kallen2008-05-199-35/+35
* can't remember what i was working onNick Kallen2008-05-185-11/+23
* performance enhancementsNick Kallen2008-05-1817-58/+58
* rename refactor of circleNick Kallen2008-05-186-17/+11
* still fasterNick Kallen2008-05-174-2/+14
* performance enhancementsNick Kallen2008-05-177-34/+21
* performance enhancing drugsNick Kallen2008-05-1721-28/+45
* slight performance improvementNick Kallen2008-05-177-20/+21
* simplificatin of attribute divisionNick Kallen2008-05-173-26/+3
* fixed string escaping issueNick Kallen2008-05-163-4/+4
* this is as close as it's beenNick Kallen2008-05-162-2/+7
* additional test coverage for some random complex caseNick Kallen2008-05-164-10/+29
* cleanupNick Kallen2008-05-163-10/+4
* cleaned up nilNick Kallen2008-05-164-18/+15
* some cleanup, notes for further cleanup/investigationNick Kallen2008-05-1610-60/+65
* 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-157-29/+36
* fixed defect with select inside of alias joined to the same table (yikes)Nick Kallen2008-05-143-9/+5
* fixed defect in aliasNick Kallen2008-05-1310-31/+22
* some slight performance improvementsNick Kallen2008-05-124-11/+10
* some memoizing and hash equality performance optimizationsNick Kallen2008-05-123-9/+9
* renamed attribute_for_attribute to find_attribute_matching_attributeNick Kallen2008-05-071-7/+8
* removing operator overloadingNick Kallen2008-05-072-2/+2
* performance optimizationNick Kallen2008-05-056-15/+17
* string passthrough for "group by"Nick Kallen2008-05-052-1/+7
* better column disambiguationNick Kallen2008-05-054-8/+14