Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add locking support for postgres | Aaron Patterson | 2010-10-13 | 1 | -0/+17 |
| | |||||
* | implementing where_sql method | Aaron Patterson | 2010-10-12 | 1 | -0/+17 |
| | |||||
* | Support Attribute#asc and Attribute#desc to create orderings | Ernie Miller | 2010-09-29 | 2 | -0/+41 |
| | |||||
* | fixing column escape for IN nodes. [resolves:5732] | Aaron Patterson | 2010-09-29 | 1 | -0/+15 |
| | |||||
* | Merge remote branch 'ernie/master' | Aaron Patterson | 2010-09-29 | 1 | -0/+448 |
|\ | | | | | | | | | | | | | * ernie/master: Make PostgreSQL play nice with its friends. (matches -> ILIKE instead of LIKE) Add support for remaining *_any/*_all attribute methods, and add matches/does_not_match/not_in Add eq_any. | ||||
| * | Add support for remaining *_any/*_all attribute methods, and add ↵ | Ernie Miller | 2010-09-29 | 1 | -1/+433 |
| | | | | | | | | matches/does_not_match/not_in | ||||
| * | Add eq_any. | Ernie Miller | 2010-09-29 | 1 | -0/+16 |
| | | |||||
* | | use subquery for limit when DISTINCT is used (in Oracle) | Raimonds Simanovskis | 2010-09-29 | 1 | -0/+10 |
| | | |||||
* | | added missing require 'spec_helper' in crud_spec.rb | Raimonds Simanovskis | 2010-09-29 | 1 | -0/+2 |
|/ | |||||
* | adding an easy way for sql literal nodes | Aaron Patterson | 2010-09-28 | 1 | -0/+7 |
| | |||||
* | refactoring join_sql to return nil if there are no sources | Aaron Patterson | 2010-09-28 | 2 | -0/+12 |
| | |||||
* | making select manager public | Aaron Patterson | 2010-09-28 | 2 | -1/+2 |
| | |||||
* | Merge remote branch 'krek/fake_record_adapter' | Aaron Patterson | 2010-09-28 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | * krek/fake_record_adapter: 'sqlite3' ==> {:adapter => 'sqlite3'} Conflicts: spec/support/fake_record.rb | ||||
| * | 'sqlite3' ==> {:adapter => 'sqlite3'} | Krekoten' Marjan | 2010-09-27 | 1 | -1/+1 |
| | | |||||
* | | to_sql on nodes may be passed an engine | Aaron Patterson | 2010-09-27 | 3 | -9/+26 |
|/ | |||||
* | using the last seen column for quoting | Aaron Patterson | 2010-09-27 | 3 | -2/+19 |
| | |||||
* | removing more unused files | Aaron Patterson | 2010-09-24 | 7 | -140/+0 |
| | |||||
* | deleting lots of unused files | Aaron Patterson | 2010-09-24 | 7 | -210/+4 |
| | |||||
* | specs run without an AR connection | Aaron Patterson | 2010-09-24 | 1 | -0/+85 |
| | |||||
* | shuffling around the spec directory | Aaron Patterson | 2010-09-24 | 90 | -4898/+0 |
| | |||||
* | yay, more oracle hacks | Aaron Patterson | 2010-09-24 | 1 | -0/+12 |
| | |||||
* | avoid modifying the ast in certain cases | Aaron Patterson | 2010-09-24 | 1 | -0/+30 |
| | |||||
* | adding more oracle hacks | Aaron Patterson | 2010-09-24 | 1 | -0/+12 |
| | |||||
* | dealing with limits and offsets | Aaron Patterson | 2010-09-24 | 1 | -0/+15 |
| | |||||
* | creating a subquery when there is an order and a limit | Aaron Patterson | 2010-09-24 | 1 | -0/+10 |
| | |||||
* | adding an oracle visitor | Aaron Patterson | 2010-09-24 | 2 | -0/+26 |
| | |||||
* | ignoring alias | Aaron Patterson | 2010-09-23 | 1 | -0/+5 |
| | |||||
* | constructor can take column info | Aaron Patterson | 2010-09-21 | 1 | -0/+7 |
| | |||||
* | making stuff work on mysql | Aaron Patterson | 2010-09-21 | 2 | -1/+10 |
| | |||||
* | supporting ranges for IN statements | Aaron Patterson | 2010-09-20 | 1 | -0/+14 |
| | |||||
* | dealing with empty in statements | Aaron Patterson | 2010-09-20 | 1 | -0/+7 |
| | |||||
* | if FROM is a string, convert to string literal | Aaron Patterson | 2010-09-18 | 1 | -1/+1 |
| | |||||
* | returning nil for tables that do not exist | Aaron Patterson | 2010-09-18 | 1 | -21/+5 |
| | |||||
* | Revert "Table#[] returns nil when table does not exist" | Aaron Patterson | 2010-09-15 | 1 | -7/+0 |
| | | | | This reverts commit e460aa96ae9bd5f1a24d798b2d22984a54810c70. | ||||
* | Table#[] returns nil when table does not exist | Aaron Patterson | 2010-09-15 | 1 | -0/+7 |
| | |||||
* | JoinSql visitor will visit left side if left is a join | Aaron Patterson | 2010-09-15 | 1 | -0/+35 |
| | |||||
* | adding a grouping node | Aaron Patterson | 2010-09-15 | 2 | -6/+6 |
| | |||||
* | VALUES are getting better everyday | Aaron Patterson | 2010-09-14 | 1 | -0/+5 |
| | |||||
* | adding an EXISTS node, update method will generate an IN clause | Aaron Patterson | 2010-09-14 | 3 | -2/+47 |
| | |||||
* | totally lame, but arel expects FROM to only be one item | Aaron Patterson | 2010-09-12 | 1 | -1/+1 |
| | |||||
* | order accepts symbols for clauses | Aaron Patterson | 2010-09-12 | 1 | -0/+13 |
| | |||||
* | OUTER JOIN should be LEFT OUTER JOIN | Aaron Patterson | 2010-09-12 | 1 | -1/+1 |
| | |||||
* | supporting symbols for group statements | Aaron Patterson | 2010-09-12 | 1 | -0/+12 |
| | |||||
* | using table_alias when :as is passed to the constructor | Aaron Patterson | 2010-09-12 | 1 | -0/+9 |
| | |||||
* | adding some backwards compatibility | Aaron Patterson | 2010-09-12 | 1 | -0/+12 |
| | |||||
* | supporting StringJoin in the JoinSQL visitor | Aaron Patterson | 2010-09-12 | 1 | -0/+9 |
| | |||||
* | Add test for Hash visitor. | Emilio Tagua | 2010-09-11 | 1 | -0/+4 |
| | |||||
* | Add Min node. | Emilio Tagua | 2010-09-11 | 1 | -0/+7 |
| | |||||
* | backwards compat | Aaron Patterson | 2010-09-10 | 1 | -0/+6 |
| | |||||
* | inserting false works a bit better | Aaron Patterson | 2010-09-10 | 1 | -0/+9 |
| |