aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* fixing column escape for IN nodes. [resolves:5732]Aaron Patterson2010-09-291-0/+15
|
* Merge remote branch 'ernie/master'Aaron Patterson2010-09-291-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 Miller2010-09-291-1/+433
| | | | | | | | matches/does_not_match/not_in
| * Add eq_any.Ernie Miller2010-09-291-0/+16
| |
* | use subquery for limit when DISTINCT is used (in Oracle)Raimonds Simanovskis2010-09-291-0/+10
| |
* | added missing require 'spec_helper' in crud_spec.rbRaimonds Simanovskis2010-09-291-0/+2
|/
* adding an easy way for sql literal nodesAaron Patterson2010-09-281-0/+7
|
* refactoring join_sql to return nil if there are no sourcesAaron Patterson2010-09-282-0/+12
|
* making select manager publicAaron Patterson2010-09-282-1/+2
|
* Merge remote branch 'krek/fake_record_adapter'Aaron Patterson2010-09-281-1/+1
|\ | | | | | | | | | | | | | | * krek/fake_record_adapter: 'sqlite3' ==> {:adapter => 'sqlite3'} Conflicts: spec/support/fake_record.rb
| * 'sqlite3' ==> {:adapter => 'sqlite3'}Krekoten' Marjan2010-09-271-1/+1
| |
* | to_sql on nodes may be passed an engineAaron Patterson2010-09-273-9/+26
|/
* using the last seen column for quotingAaron Patterson2010-09-273-2/+19
|
* removing more unused filesAaron Patterson2010-09-247-140/+0
|
* deleting lots of unused filesAaron Patterson2010-09-247-210/+4
|
* specs run without an AR connectionAaron Patterson2010-09-241-0/+85
|
* shuffling around the spec directoryAaron Patterson2010-09-2490-4898/+0
|
* yay, more oracle hacksAaron Patterson2010-09-241-0/+12
|
* avoid modifying the ast in certain casesAaron Patterson2010-09-241-0/+30
|
* adding more oracle hacksAaron Patterson2010-09-241-0/+12
|
* dealing with limits and offsetsAaron Patterson2010-09-241-0/+15
|
* creating a subquery when there is an order and a limitAaron Patterson2010-09-241-0/+10
|
* adding an oracle visitorAaron Patterson2010-09-242-0/+26
|
* ignoring aliasAaron Patterson2010-09-231-0/+5
|
* constructor can take column infoAaron Patterson2010-09-211-0/+7
|
* making stuff work on mysqlAaron Patterson2010-09-212-1/+10
|
* supporting ranges for IN statementsAaron Patterson2010-09-201-0/+14
|
* dealing with empty in statementsAaron Patterson2010-09-201-0/+7
|
* if FROM is a string, convert to string literalAaron Patterson2010-09-181-1/+1
|
* returning nil for tables that do not existAaron Patterson2010-09-181-21/+5
|
* Revert "Table#[] returns nil when table does not exist"Aaron Patterson2010-09-151-7/+0
| | | | This reverts commit e460aa96ae9bd5f1a24d798b2d22984a54810c70.
* Table#[] returns nil when table does not existAaron Patterson2010-09-151-0/+7
|
* JoinSql visitor will visit left side if left is a joinAaron Patterson2010-09-151-0/+35
|
* adding a grouping nodeAaron Patterson2010-09-152-6/+6
|
* VALUES are getting better everydayAaron Patterson2010-09-141-0/+5
|
* adding an EXISTS node, update method will generate an IN clauseAaron Patterson2010-09-143-2/+47
|
* totally lame, but arel expects FROM to only be one itemAaron Patterson2010-09-121-1/+1
|
* order accepts symbols for clausesAaron Patterson2010-09-121-0/+13
|
* OUTER JOIN should be LEFT OUTER JOINAaron Patterson2010-09-121-1/+1
|
* supporting symbols for group statementsAaron Patterson2010-09-121-0/+12
|
* using table_alias when :as is passed to the constructorAaron Patterson2010-09-121-0/+9
|
* adding some backwards compatibilityAaron Patterson2010-09-121-0/+12
|
* supporting StringJoin in the JoinSQL visitorAaron Patterson2010-09-121-0/+9
|
* Add test for Hash visitor.Emilio Tagua2010-09-111-0/+4
|
* Add Min node.Emilio Tagua2010-09-111-0/+7
|
* backwards compatAaron Patterson2010-09-101-0/+6
|
* inserting false works a bit betterAaron Patterson2010-09-101-0/+9
|
* fixing indentationAaron Patterson2010-09-101-1/+1
|
* adding some backwards compatibility for ARAaron Patterson2010-09-101-0/+11
|
* adding not equal node, column names are expected to be symbolsAaron Patterson2010-09-102-2/+27
|