1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

14 commits

Author SHA1 Message Date
Nick Kallen
85bc3b417d finally fixed table aliasing issues
- the solution is currently ugly, but i have an idea how to clean it up
2008-05-01 23:19:12 -07:00
Nick Kallen
3ae7a601e9 attribute disambiguation 2008-04-27 20:40:20 -07:00
Nick Kallen
4a6822d5e4 results of a select query are a hash indexed by attribute rather than string 2008-04-27 18:11:36 -07:00
Nick Kallen
9567f8e4e8 - new todo items
- alias to_sql to to_s
- added column_for to join (untested)
2008-04-19 20:40:47 -07:00
Nick Kallen
86885933c4 todos 2008-04-18 19:00:56 -07:00
Nick Kallen
2a9117d854 when ordering, the last order wins 2008-04-18 14:53:02 -07:00
Nick Kallen
d51139751e officially renamed active_relation to arel 2008-04-18 12:59:29 -07:00
Bryan Helmkamp
5a2d4f5475 Fake database implementation. MySQL not required to run the tests 2008-04-15 01:24:15 -04:00
Nick Kallen
4466409205 adjacency lists work
- implementation is a bit complex, but i can't think of anything simpler
2008-04-13 17:03:03 -07:00
Nick Kallen
2f9b70b617 better test coverage of relational operations with blank data 2008-04-12 17:45:36 -07:00
Nick Kallen
97f89cde2a tests of Value 2008-04-12 17:33:56 -07:00
Nick Kallen
6de1f350ce - string passthrough for joins
- blank checks
2008-04-12 15:56:07 -07:00
Nick Kallen
eee3a76616 string passthrough for joins 2008-04-11 15:22:22 -07:00
Nick Kallen
42c42bfa50 moved bind to factory of select 2008-04-11 13:47:06 -07:00
Renamed from TODO (Browse further)