Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ignoring alias | Aaron Patterson | 2010-09-23 | 1 | -1/+1 |
| | |||||
* | constructor can take column info | Aaron Patterson | 2010-09-21 | 1 | -8/+19 |
| | |||||
* | returning nil for tables that do not exist | Aaron Patterson | 2010-09-18 | 1 | -0/+16 |
| | |||||
* | Revert "Table#[] returns nil when table does not exist" | Aaron Patterson | 2010-09-15 | 1 | -2/+0 |
| | | | | This reverts commit e460aa96ae9bd5f1a24d798b2d22984a54810c70. | ||||
* | Table#[] returns nil when table does not exist | 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/+5 |
| | |||||
* | using table_alias when :as is passed to the constructor | Aaron Patterson | 2010-09-12 | 1 | -0/+5 |
| | |||||
* | adding not equal node, column names are expected to be symbols | Aaron Patterson | 2010-09-10 | 1 | -2/+2 |
| | |||||
* | Table#join will noop when nil is passed | Aaron Patterson | 2010-09-09 | 1 | -0/+2 |
| | |||||
* | adding locking node to the AST | Aaron Patterson | 2010-09-08 | 1 | -0/+4 |
| | |||||
* | adding having nodes | Aaron Patterson | 2010-09-08 | 1 | -0/+4 |
| | |||||
* | visiting symbols in the SQL visitor | Aaron Patterson | 2010-09-08 | 1 | -1/+1 |
| | |||||
* | Table#project takes multiple parameters | Aaron Patterson | 2010-09-08 | 1 | -2/+2 |
| | |||||
* | adding group to Table | Aaron Patterson | 2010-09-07 | 1 | -0/+4 |
| | |||||
* | joins are starting to work better | Aaron Patterson | 2010-09-07 | 1 | -2/+2 |
| | |||||
* | adding joins method to Table | Aaron Patterson | 2010-09-07 | 1 | -0/+4 |
| | |||||
* | fixing warning | Aaron Patterson | 2010-09-06 | 1 | -1/+1 |
| | |||||
* | select manager responds to order | Aaron Patterson | 2010-09-06 | 1 | -0/+4 |
| | |||||
* | adding string join nodes and a visitor to produce backwards compatible ↵ | Aaron Patterson | 2010-08-24 | 1 | -1/+8 |
| | | | | "join_sql" | ||||
* | Squashed commit of the following: | Aaron Patterson | 2010-08-23 | 1 | -1/+2 |
| | | | | | | | | commit 3c6727732b349551df342b9eee66ed53d47e53eb Author: Aaron Patterson <aaron.patterson@gmail.com> Date: Mon Aug 23 14:11:34 2010 -0700 adding table alias | ||||
* | joins can be created | Aaron Patterson | 2010-08-18 | 1 | -1/+12 |
| | |||||
* | table responds to take | Aaron Patterson | 2010-08-16 | 1 | -0/+4 |
| | |||||
* | adding deprecated crud module for backwards compat | Aaron Patterson | 2010-08-16 | 1 | -0/+2 |
| | |||||
* | insert manager is starting to take shape | Aaron Patterson | 2010-08-13 | 1 | -1/+1 |
| | |||||
* | table responds to "project" | Aaron Patterson | 2010-08-13 | 1 | -0/+4 |
| | |||||
* | Table.new can take a hash for the second param | Aaron Patterson | 2010-08-13 | 1 | -3/+4 |
| | |||||
* | 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 | 1 | -2/+2 |
| | |||||
* | limits are added | Aaron Patterson | 2010-08-12 | 1 | -0/+4 |
| | |||||
* | to_sql visitor started | Aaron Patterson | 2010-08-12 | 1 | -0/+2 |
| | |||||
* | tables can fetch attributes | Aaron Patterson | 2010-08-12 | 1 | -5/+12 |
| | |||||
* | starting a spec for the table | Aaron Patterson | 2010-08-12 | 1 | -1/+1 |
| | |||||
* | adding a table and engine | Aaron Patterson | 2010-08-12 | 1 | -0/+15 |