Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | joins can be created | Aaron Patterson | 2010-08-18 | 10 | -10/+120 | |
|/ | ||||||
* | delete manager added | Aaron Patterson | 2010-08-18 | 8 | -0/+117 | |
* | fixing update support | Aaron Patterson | 2010-08-18 | 7 | -6/+56 | |
* | Merge branch 'v1' of github.com:flavorjones/arel into v1 | Aaron Patterson | 2010-08-17 | 1 | -0/+12 | |
|\ | ||||||
| * | dot visitor supports Arel::Nodes::UpdateStatement | Mike Dalessio | 2010-08-16 | 1 | -0/+6 | |
| * | dot visitor supports Arel::Nodes::Equality | Mike Dalessio | 2010-08-16 | 1 | -0/+5 | |
| * | dot visitor supports symbols | Mike Dalessio | 2010-08-16 | 1 | -0/+1 | |
* | | defaulting to Table.engine for now | Aaron Patterson | 2010-08-16 | 1 | -1/+1 | |
* | | adding some activerecord compatibility | Aaron Patterson | 2010-08-16 | 4 | -0/+52 | |
* | | adding comment to myself | Aaron Patterson | 2010-08-16 | 1 | -0/+2 | |
* | | OR nodes are somewhat working | Aaron Patterson | 2010-08-16 | 8 | -12/+81 | |
|/ | ||||||
* | Rails references Arel::Expression, adding an unused module for now | Aaron Patterson | 2010-08-16 | 2 | -0/+5 | |
* | sql visitor can deal with TrueClass | Aaron Patterson | 2010-08-16 | 3 | -0/+13 | |
* | table responds to take | Aaron Patterson | 2010-08-16 | 2 | -0/+12 | |
* | adding deprecated crud module for backwards compat | Aaron Patterson | 2010-08-16 | 4 | -16/+27 | |
* | IN seems to work | Aaron Patterson | 2010-08-16 | 5 | -7/+30 | |
* | spec:v1:sqlite3 works for running our specs | Aaron Patterson | 2010-08-16 | 5 | -0/+27 | |
* | quoting strings from equality statements, adding to_dot | Aaron Patterson | 2010-08-16 | 4 | -2/+21 | |
* | update is working on the select manager | Aaron Patterson | 2010-08-14 | 5 | -1/+70 | |
* | defaulting values to a list | Aaron Patterson | 2010-08-14 | 2 | -2/+2 | |
* | update manager is working | Aaron Patterson | 2010-08-14 | 4 | -1/+28 | |
* | basic updates are working | Aaron Patterson | 2010-08-14 | 6 | -0/+84 | |
* | inserts have the correct syntax | Aaron Patterson | 2010-08-13 | 4 | -9/+56 | |
* | insert manager implements "insert" | Aaron Patterson | 2010-08-13 | 5 | -6/+61 | |
* | 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 |