aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_insert_manager.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove `engine` from `TreeManager` and subclassesSean Griffin2014-11-291-16/+16
| | | | | | This constructor parameter was unused for everything except the convenience methods `to_sql` and `where_sql`. We can pass the engine into those methods directly.
* - Test noop when passing empty list to `insert`Vipul A M2014-06-151-3/+8
| | | | | - Rename into test to indicate it accepts table and chains on it - Rename "combo" test to what it actually tests
* Get rid of the visit select hackJean Boussier2014-04-101-1/+1
|
* Allow INSERT INTO <table> SELECT queriesJean Boussier2014-04-101-0/+23
|
* add the casting node to the AST at build timeAaron Patterson2014-03-241-1/+2
| | | | | If we add the casting node to the ast at build time, then we can avoid doing the lookup at visit time.
* Remove some test warningsCarlos Antonio da Silva2012-11-171-2/+0
|
* allowing sql literals for values in insert statementsAaron Patterson2011-03-211-0/+9
|
* added a factory method for creating values nodesAaron Patterson2011-03-211-0/+10
|
* adding proper columns to our fake tableAaron Patterson2010-11-051-7/+4
|
* renaming test_helper to helper so that it is not double requiredAaron Patterson2010-10-181-1/+1
|
* Renamed spec_helper to test_helperRyan Davis2010-10-181-1/+1
|
* Removed TreeManagerShared and related tests. They suckedRyan Davis2010-10-181-12/+0
|
* Fisting arel specs -- still needs tree_manager and cleanupRyan Davis2010-10-181-0/+140