Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleaning up more nodes | Aaron Patterson | 2010-12-14 | 1 | -18/+22 |
* | cleaning up more nodes | Aaron Patterson | 2010-12-14 | 1 | -7/+3 |
* | cleaning up more nodes | Aaron Patterson | 2010-12-14 | 1 | -5/+3 |
* | removing more nodes! | Aaron Patterson | 2010-12-14 | 1 | -10/+1 |
* | adding a join source node | Aaron Patterson | 2010-12-14 | 1 | -0/+1 |
* | adding unary node | Aaron Patterson | 2010-11-29 | 1 | -0/+1 |
* | adding an AS node | Aaron Patterson | 2010-11-23 | 1 | -0/+1 |
* | adding a "not" factory method for creating Not nodes | Aaron Patterson | 2010-11-23 | 1 | -0/+1 |
* | Support Attribute#asc and Attribute#desc to create orderings | Ernie Miller | 2010-09-29 | 1 | -0/+1 |
* | Add support for remaining *_any/*_all attribute methods, and add matches/does... | Ernie Miller | 2010-09-29 | 1 | -0/+3 |
* | adding an oracle visitor | Aaron Patterson | 2010-09-24 | 1 | -0/+1 |
* | supporting ranges for IN statements | Aaron Patterson | 2010-09-20 | 1 | -0/+2 |
* | adding a grouping node | Aaron Patterson | 2010-09-15 | 1 | -0/+2 |
* | adding an EXISTS node, update method will generate an IN clause | Aaron Patterson | 2010-09-14 | 1 | -0/+1 |
* | Add Min node. | Emilio Tagua | 2010-09-11 | 1 | -0/+1 |
* | adding not equal node, column names are expected to be symbols | Aaron Patterson | 2010-09-10 | 1 | -0/+1 |
* | differentiating equality and assignment | Aaron Patterson | 2010-09-10 | 1 | -0/+1 |
* | added a greater than node | Aaron Patterson | 2010-09-10 | 1 | -0/+1 |
* | added greater than or equal to node | Aaron Patterson | 2010-09-10 | 1 | -0/+1 |
* | adding an offset node | Aaron Patterson | 2010-09-10 | 1 | -0/+1 |
* | adding a Value node so that SqlLiteral values may be used | Aaron Patterson | 2010-09-09 | 1 | -0/+1 |
* | adding locking node to the AST | Aaron Patterson | 2010-09-08 | 1 | -0/+1 |
* | average node is added | Aaron Patterson | 2010-09-08 | 1 | -0/+2 |
* | adding having nodes | Aaron Patterson | 2010-09-08 | 1 | -0/+1 |
* | adding maximum nodes | Aaron Patterson | 2010-09-08 | 1 | -0/+1 |
* | adding a sum node | Aaron Patterson | 2010-09-08 | 1 | -0/+1 |
* | group nodes are working! | Aaron Patterson | 2010-09-07 | 1 | -0/+1 |
* | adding string join nodes and a visitor to produce backwards compatible "join_... | Aaron Patterson | 2010-08-24 | 1 | -0/+1 |
* | AND nodes are supported | Aaron Patterson | 2010-08-23 | 1 | -0/+1 |
* | adding count nodes | Aaron Patterson | 2010-08-23 | 1 | -0/+1 |
* | adding outer joins | Aaron Patterson | 2010-08-19 | 1 | -0/+2 |
* | joins can be created | Aaron Patterson | 2010-08-18 | 1 | -0/+3 |
* | delete manager added | Aaron Patterson | 2010-08-18 | 1 | -0/+1 |
* | fixing update support | Aaron Patterson | 2010-08-18 | 1 | -0/+1 |
* | OR nodes are somewhat working | Aaron Patterson | 2010-08-16 | 1 | -0/+3 |
* | spec:v1:sqlite3 works for running our specs | Aaron Patterson | 2010-08-16 | 1 | -0/+1 |
* | basic updates are working | Aaron Patterson | 2010-08-14 | 1 | -0/+1 |
* | insert manager is starting to take shape | Aaron Patterson | 2010-08-13 | 1 | -0/+1 |
* | limits are added | Aaron Patterson | 2010-08-12 | 1 | -1/+2 |
* | full sql statement generation | Aaron Patterson | 2010-08-12 | 1 | -0/+1 |
* | adding some deprecated classes | Aaron Patterson | 2010-08-12 | 1 | -0/+1 |
* | adding first node | Aaron Patterson | 2010-08-12 | 1 | -0/+1 |