aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* strategy patternNick Kallen2008-01-131-4/+4
|
* experimenting with strategy pattern rather than conditional; not as terse, ↵Nick Kallen2008-01-1312-55/+83
| | | | nor transparent, but i still feel it's better
* removed support for scalar select (will return later); added support for ↵Nick Kallen2008-01-139-16/+40
| | | | aliased tables
* removed to_sql invocation for joins in base.rb... unnecessary, but perhaps ↵Nick Kallen2008-01-131-1/+1
| | | | confusing?
* experimenting with new aliasing terminology and interfaceNick Kallen2008-01-124-12/+8
|
* aliasing of relationsNick Kallen2008-01-126-9/+35
|
* bug with aggregation to_SqlNick Kallen2008-01-122-2/+1
|
* commentNick Kallen2008-01-121-0/+2
|
* added aggregationsNick Kallen2008-01-126-12/+61
|
* relation inclusion operatorNick Kallen2008-01-125-5/+25
|
* removed operator overloading of the predications (==, etc.)Nick Kallen2008-01-125-15/+15
|
* removed operator overloading; renamed spec filesNick Kallen2008-01-122-3/+3
|
* minor cleanupNick Kallen2008-01-111-14/+3
| | | | - using a struct, a bit more terse
* new files?Nick Kallen2008-01-1013-0/+382
|
* reorganized requiresNick Kallen2008-01-101-6/+1
|
* reorganized requiresNick Kallen2008-01-101-16/+4
|
* renamed files, removed _relation suffixNick Kallen2008-01-1012-377/+11
|
* namespacingNick Kallen2008-01-1031-407/+429
|
* removed sql builderNick Kallen2008-01-0733-465/+111
|
* nkNick Kallen2008-01-076-15/+8
|
* minorNick Kallen2008-01-0751-76/+245
|
* integration spec is persuasive, hopefullyNick Kallen2008-01-066-14/+68
|
* quotingNick Kallen2008-01-0510-7/+16
|
* minor cleanupNick Kallen2008-01-051-0/+1
|
* join relation qualificationNick Kallen2008-01-051-1/+5
|
* qualified namingNick Kallen2008-01-0514-33/+113
|
* basic rename functionalityNick Kallen2008-01-053-0/+9
|
* removed overly flexible sql builder funcitonalityNick Kallen2008-01-031-1/+0
|
* missing filesNick Kallen2008-01-032-0/+18
|
* new usage of builderNick Kallen2008-01-0312-78/+149
| | | | `
* integration testNick Kallen2008-01-0120-11/+233
|
* more to_sqlNick Kallen2007-12-313-0/+21
|
* cleanest implementation of adapter i could manageNick Kallen2007-12-313-30/+15
|
* before doing crazyNick Kallen2007-12-307-2/+64
|
* nk - broken out into multiple filesNick Kallen2007-12-301-1/+7
|
* sql builderNick Kallen2007-12-303-25/+6
|
* joinsNick Kallen2007-12-303-5/+30
|
* variousNick Kallen2007-12-3015-10/+59
|
* initial importNick Kallen2007-12-3018-0/+185