Aaron Patterson
|
dd425e1258
|
constructor can take column info
|
2010-09-21 13:50:53 -07:00 |
|
Aaron Patterson
|
dfa520b9ab
|
returning nil for tables that do not exist
|
2010-09-18 11:33:07 -07:00 |
|
Aaron Patterson
|
f95f0918d7
|
Revert "Table#[] returns nil when table does not exist"
This reverts commit e460aa96ae .
|
2010-09-15 14:46:40 -07:00 |
|
Aaron Patterson
|
e460aa96ae
|
Table#[] returns nil when table does not exist
|
2010-09-15 14:36:15 -07:00 |
|
Aaron Patterson
|
b93a23827a
|
adding an EXISTS node, update method will generate an IN clause
|
2010-09-14 13:39:33 -07:00 |
|
Aaron Patterson
|
f0f6b7fb90
|
adding not equal node, column names are expected to be symbols
|
2010-09-10 16:58:19 -07:00 |
|
Aaron Patterson
|
3a36df69b7
|
Table#join will noop when nil is passed
|
2010-09-09 09:27:29 -07:00 |
|
Aaron Patterson
|
cb6d13877c
|
adding having nodes
|
2010-09-08 15:29:22 -07:00 |
|
Aaron Patterson
|
34f23c9f5f
|
Table#project takes multiple parameters
|
2010-09-08 13:25:42 -07:00 |
|
Aaron Patterson
|
7dcc76606b
|
adding group to Table
|
2010-09-07 16:07:37 -07:00 |
|
Aaron Patterson
|
5b480bc60b
|
OUTER joins should be LEFT outer joins
|
2010-09-07 15:26:21 -07:00 |
|
Aaron Patterson
|
502b43f009
|
joins are starting to work better
|
2010-09-07 14:49:06 -07:00 |
|
Aaron Patterson
|
90881c5841
|
adding joins method to Table
|
2010-09-07 14:02:23 -07:00 |
|
Aaron Patterson
|
e4f6272b84
|
select manager responds to order
|
2010-09-06 17:17:49 -07:00 |
|
Aaron Patterson
|
6451188abf
|
adding outer joins
|
2010-08-19 10:37:50 -07:00 |
|
Aaron Patterson
|
6b851c686f
|
joins can be created
|
2010-08-18 16:32:32 -07:00 |
|
Aaron Patterson
|
f47d083c5b
|
table responds to take
|
2010-08-16 15:02:37 -07:00 |
|
Aaron Patterson
|
4146538dfd
|
IN seems to work
|
2010-08-16 14:43:18 -07:00 |
|
Aaron Patterson
|
b1e7bd7d02
|
insert manager is starting to take shape
|
2010-08-13 15:30:22 -07:00 |
|
Aaron Patterson
|
a37bdba9be
|
table responds to "project"
|
2010-08-13 14:13:38 -07:00 |
|
Aaron Patterson
|
5d7cad6079
|
Table.new can take a hash for the second param
|
2010-08-13 11:53:36 -07:00 |
|
Aaron Patterson
|
e573a9ea46
|
limits are added
|
2010-08-12 21:21:20 -07:00 |
|
Aaron Patterson
|
d827d6e9ee
|
to_sql visitor started
|
2010-08-12 15:40:58 -07:00 |
|
Aaron Patterson
|
196b4e05b7
|
tables can fetch attributes
|
2010-08-12 14:55:31 -07:00 |
|
Aaron Patterson
|
1036749e39
|
starting a spec for the table
|
2010-08-12 14:24:21 -07:00 |
|
Aaron Patterson
|
25083947e3
|
stripping the spec helper
|
2010-08-12 14:24:11 -07:00 |
|