aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'nkallen/master'Bryan Helmkamp2009-05-161-0/+1
|\
| * Update TODOBryan Helmkamp2008-05-271-0/+1
* | Don't depend engine select_value(s) method. Quoting should be performed by co...Emilio Tagua2009-05-069-44/+35
* | 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-297-24/+54
* | 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-283-7/+11
* | 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-247-72/+53
* | Fix insertion to work on SQLite3Emilio Tagua2009-04-239-93/+97
* | Required singletonEmilio Tagua2009-04-231-2/+4
* | Use the engine not the engine.connection, the engine may not even respond to ...Emilio Tagua2009-04-234-35/+35
* | Moved require to initializerEmilio Tagua2009-04-233-14/+13
* | Quoting must be requiredEmilio Tagua2009-04-232-6/+8
|/
* AND/OR support for predicatesBryan Helmkamp2008-05-274-1/+82
* externalization now includes limitsNick Kallen2008-05-2111-6/+28
* limits and offsets need to be externalized too. first draftNick Kallen2008-05-2013-47/+121
* 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-198-16/+21
* reorganized file structureNick Kallen2008-05-1925-57/+27
* renamed ion classesNick Kallen2008-05-1913-36/+37
* renamed select operation to whereNick Kallen2008-05-1921-105/+165
* can't remember what i was working onNick Kallen2008-05-188-14/+52
* performance enhancementsNick Kallen2008-05-1820-101/+59
* rename refactor of circleNick Kallen2008-05-1812-51/+36
* still fasterNick Kallen2008-05-175-3/+15
* performance enhancementsNick Kallen2008-05-1711-65/+34
* performance enhancing drugsNick Kallen2008-05-1722-30/+47
* cleanupNick Kallen2008-05-171-26/+11
* slight performance improvementNick Kallen2008-05-179-33/+49
* simplificatin of attribute divisionNick Kallen2008-05-175-34/+8
* fixed string escaping issueNick Kallen2008-05-164-8/+24
* this is as close as it's beenNick Kallen2008-05-164-2/+42
* custom matcherNick Kallen2008-05-164-31/+31
* better messagingNick Kallen2008-05-161-2/+2
* additional test coverage for some random complex caseNick Kallen2008-05-166-10/+55
* cleanupNick Kallen2008-05-163-10/+4
* cleaned up nilNick Kallen2008-05-164-18/+15
* some cleanup, notes for further cleanup/investigationNick Kallen2008-05-1611-65/+72
* reorganized integration join specsNick Kallen2008-05-164-181/+238
* worserNick Kallen2008-05-152-1/+5
* thinks must get worse before they get betterNick Kallen2008-05-157-13/+32
* 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-144-14/+23
* fixed defect in aliasNick Kallen2008-05-1315-49/+44
* some slight performance improvementsNick Kallen2008-05-124-11/+10