Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | adding a dot visitor to make our lives easier | Aaron Patterson | 2010-08-13 | 3 | -0/+114 | |
* | inserts are starting to take shape | Aaron Patterson | 2010-08-13 | 3 | -3/+54 | |
* | insert manager is starting to take shape | Aaron Patterson | 2010-08-13 | 12 | -52/+121 | |
* | table responds to "project" | Aaron Patterson | 2010-08-13 | 3 | -1/+16 | |
* | adding a relation thing | Aaron Patterson | 2010-08-13 | 3 | -0/+15 | |
* | Table.new can take a hash for the second param | Aaron Patterson | 2010-08-13 | 2 | -3/+16 | |
* | table responds to where, column info is cached | Aaron Patterson | 2010-08-13 | 1 | -3/+8 | |
* | project works with strings | Aaron Patterson | 2010-08-13 | 6 | -17/+41 | |
* | limits are added | Aaron Patterson | 2010-08-12 | 8 | -10/+78 | |
* | full sql statement generation | Aaron Patterson | 2010-08-12 | 6 | -0/+102 | |
* | to_sql visitor started | Aaron Patterson | 2010-08-12 | 6 | -0/+64 | |
* | adding some deprecated classes | Aaron Patterson | 2010-08-12 | 4 | -0/+21 | |
* | adding first node | Aaron Patterson | 2010-08-12 | 5 | -3/+37 | |
* | tables can fetch attributes | Aaron Patterson | 2010-08-12 | 6 | -6/+100 | |
* | starting a spec for the table | Aaron Patterson | 2010-08-12 | 2 | -19/+20 | |
* | stripping the spec helper | Aaron Patterson | 2010-08-12 | 2 | -9/+0 | |
* | adding a table and engine | Aaron Patterson | 2010-08-12 | 4 | -2/+31 | |
* | clean slate | Aaron Patterson | 2010-08-12 | 65 | -2513/+0 | |
* | speeding up Engine#connection | Aaron Patterson | 2010-08-11 | 1 | -1/+1 | |
* | ivar lookup is slightly faster | Aaron Patterson | 2010-08-11 | 1 | -3/+3 | |
* | use empty? over all? | Aaron Patterson | 2010-08-11 | 1 | -1/+5 | |
* | lib is already in the load path | Aaron Patterson | 2010-08-10 | 1 | -4/+1 | |
* | PERF: reduce calls to Hash#[] | Aaron Patterson | 2010-08-06 | 1 | -3/+3 | |
* | removing parameter requirement for matching_attributes | Aaron Patterson | 2010-08-06 | 2 | -14/+9 | |
* | removing method that is never used | Aaron Patterson | 2010-08-06 | 1 | -6/+0 | |
* | PERF: this hash only ever has one value, also avoid inject | Aaron Patterson | 2010-08-06 | 1 | -4/+6 | |
* | initializing instance variables, converting to attr-reader | Aaron Patterson | 2010-08-06 | 1 | -4/+5 | |
* | unfactoring module inclusion | Aaron Patterson | 2010-08-06 | 2 | -27/+24 | |
* | initializing instance variables | Aaron Patterson | 2010-08-06 | 1 | -6/+6 | |
* | removing a fancy map | Aaron Patterson | 2010-08-06 | 1 | -2/+2 | |
* | add an operator to inequality | Aaron Patterson | 2010-08-06 | 2 | -0/+7 | |
* | inject([]) is a fancy map! | Aaron Patterson | 2010-08-06 | 1 | -3/+2 | |
* | removing unused code | Aaron Patterson | 2010-08-06 | 1 | -7/+0 | |
* | removing test code from implementation | Aaron Patterson | 2010-08-06 | 9 | -50/+67 | |
* | removing test code from implementation | Aaron Patterson | 2010-08-06 | 3 | -14/+4 | |
* | removing unused code | Aaron Patterson | 2010-08-06 | 1 | -4/+0 | |
* | removing unused code | Aaron Patterson | 2010-08-06 | 1 | -4/+0 | |
* | removing test code from implementation | Aaron Patterson | 2010-08-06 | 2 | -11/+17 | |
* | unfactoring more module inclusion | Aaron Patterson | 2010-08-06 | 2 | -51/+48 | |
* | unfactoring to use concrete delegate methods | Aaron Patterson | 2010-08-04 | 1 | -3/+9 | |
* | separating test code from implementation code | Aaron Patterson | 2010-08-04 | 2 | -8/+4 | |
* | PERF: delegate is slow, lets just write a delegate method | Aaron Patterson | 2010-08-04 | 1 | -1/+5 | |
* | unfactoring DefaultOperations | Aaron Patterson | 2010-08-04 | 1 | -16/+13 | |
* | 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 | 2 | -8/+4 | |
* | unfactoring JOIN to_sql | Aaron Patterson | 2010-08-02 | 1 | -0/+4 | |
* | unfactoring WHERE to_sql | Aaron Patterson | 2010-08-02 | 1 | -0/+4 | |
* | removing module for faster method lookup | Aaron Patterson | 2010-07-30 | 2 | -14/+11 | |
* | PERF: cache the engine in the formatter | Aaron Patterson | 2010-07-30 | 1 | -5/+2 | |
* | PERF: reducing call stack | Aaron Patterson | 2010-07-30 | 3 | -11/+8 |