Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | OR nodes are somewhat working | Aaron Patterson | 2010-08-16 | 3 | -0/+43 | |
* | sql visitor can deal with TrueClass | Aaron Patterson | 2010-08-16 | 1 | -0/+4 | |
* | table responds to take | Aaron Patterson | 2010-08-16 | 1 | -0/+8 | |
* | IN seems to work | Aaron Patterson | 2010-08-16 | 5 | -7/+30 | |
* | quoting strings from equality statements, adding to_dot | Aaron Patterson | 2010-08-16 | 1 | -0/+9 | |
* | update is working on the select manager | Aaron Patterson | 2010-08-14 | 2 | -0/+56 | |
* | update manager is working | Aaron Patterson | 2010-08-14 | 1 | -0/+18 | |
* | basic updates are working | Aaron Patterson | 2010-08-14 | 1 | -0/+43 | |
* | inserts have the correct syntax | Aaron Patterson | 2010-08-13 | 2 | -4/+41 | |
* | insert manager implements "insert" | Aaron Patterson | 2010-08-13 | 2 | -0/+26 | |
* | inserts are starting to take shape | Aaron Patterson | 2010-08-13 | 1 | -2/+41 | |
* | insert manager is starting to take shape | Aaron Patterson | 2010-08-13 | 4 | -23/+56 | |
* | table responds to "project" | Aaron Patterson | 2010-08-13 | 1 | -0/+10 | |
* | Table.new can take a hash for the second param | Aaron Patterson | 2010-08-13 | 1 | -0/+12 | |
* | project works with strings | Aaron Patterson | 2010-08-13 | 1 | -0/+20 | |
* | limits are added | Aaron Patterson | 2010-08-12 | 2 | -0/+36 | |
* | full sql statement generation | Aaron Patterson | 2010-08-12 | 1 | -0/+44 | |
* | to_sql visitor started | Aaron Patterson | 2010-08-12 | 2 | -0/+18 | |
* | adding first node | Aaron Patterson | 2010-08-12 | 1 | -0/+17 | |
* | tables can fetch attributes | Aaron Patterson | 2010-08-12 | 2 | -1/+52 | |
* | starting a spec for the table | Aaron Patterson | 2010-08-12 | 1 | -18/+19 | |
* | stripping the spec helper | Aaron Patterson | 2010-08-12 | 2 | -9/+0 | |
* | lib is already in the load path | Aaron Patterson | 2010-08-10 | 1 | -4/+1 | |
* | unfactoring module inclusion | Aaron Patterson | 2010-08-06 | 1 | -1/+1 | |
* | add an operator to inequality | Aaron Patterson | 2010-08-06 | 1 | -0/+6 | |
* | removing test code from implementation | Aaron Patterson | 2010-08-06 | 8 | -43/+67 | |
* | removing test code from implementation | Aaron Patterson | 2010-08-06 | 1 | -1/+4 | |
* | removing test code from implementation | Aaron Patterson | 2010-08-06 | 1 | -4/+17 | |
* | unfactoring more module inclusion | Aaron Patterson | 2010-08-06 | 1 | -1/+1 | |
* | separating test code from implementation code | Aaron Patterson | 2010-08-04 | 1 | -1/+4 | |
* | adding a spec for Group#to_sql | Aaron Patterson | 2010-08-04 | 1 | -0/+2 | |
* | removing Group#==, improving Group test | Aaron Patterson | 2010-08-04 | 1 | -1/+4 | |
* | removing module for faster method lookup | Aaron Patterson | 2010-07-30 | 1 | -1/+1 | |
* | removing Table#== as it is not actually used | Aaron Patterson | 2010-07-30 | 1 | -8/+0 | |
* | PERF: removing another def engine | Aaron Patterson | 2010-07-30 | 1 | -1/+1 | |
* | PERF: removing another def engine | Aaron Patterson | 2010-07-30 | 1 | -1/+1 | |
* | PERF: removing another def engine | Aaron Patterson | 2010-07-30 | 1 | -1/+1 | |
* | PERF: removing def engine | Aaron Patterson | 2010-07-30 | 1 | -2/+7 | |
* | better tests for Taken constructor, removing Take#== | Aaron Patterson | 2010-07-30 | 1 | -1/+3 | |
* | better tests for Where construction, removing Where#== | Aaron Patterson | 2010-07-30 | 1 | -2/+11 | |
* | PERF: removing many splats | Aaron Patterson | 2010-07-29 | 6 | -19/+19 | |
* | refactor for faster method lookup | Aaron Patterson | 2010-07-28 | 1 | -1/+1 | |
* | implementing hash is a non-requirement | Aaron Patterson | 2010-07-28 | 1 | -7/+0 | |
* | initializing variables, removing == | Aaron Patterson | 2010-07-28 | 1 | -2/+4 | |
* | Enumerable implements #first | Aaron Patterson | 2010-07-28 | 1 | -1/+1 | |
* | adding tests for the christener | Aaron Patterson | 2010-07-28 | 1 | -0/+78 | |
* | speed up method lookup and reduce API footprint | Aaron Patterson | 2010-07-28 | 1 | -1/+1 | |
* | #hash #eql? and #== were only used in tests. removed them and wrote better tests | Aaron Patterson | 2010-07-28 | 2 | -12/+17 | |
* | fixing spec case for method lookup improvement | Aaron Patterson | 2010-07-27 | 1 | -1/+1 | |
* | PERF: *args is slow. also removing a non-feature | Aaron Patterson | 2010-07-27 | 1 | -2/+2 |