Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support INSERT with multiple values | Kir Shatrov | 2017-05-22 | 1 | -0/+54 |
| | |||||
* | Add regression test | Rafael Mendonça França | 2017-05-04 | 1 | -0/+11 |
| | |||||
* | Revert "Merge pull request #482 from kirs/multiple-insert" | Rafael Mendonça França | 2017-05-04 | 1 | -19/+0 |
| | | | | | | | This reverts commit 6d105c7f891a14316eab47dfff3bf1b94f3204e7, reversing changes made to 437aa3a4bb8ad4f3f4eba299dbb1112852f9c7ac. This broke Active Record when the values are sql literals | ||||
* | Support multiple inserts | Kir Shatrov | 2017-05-01 | 1 | -0/+19 |
| | |||||
* | Made InsertManager#insert chainable | Pedro Sena | 2017-02-28 | 1 | -0/+7 |
| | |||||
* | Enable frozen_string_literal in all files in arel | Rafael Mendonça França | 2017-02-13 | 1 | -0/+1 |
| | |||||
* | Remove `engine` from `TreeManager` and subclasses | Sean Griffin | 2014-11-29 | 1 | -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 M | 2014-06-15 | 1 | -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 hack | Jean Boussier | 2014-04-10 | 1 | -1/+1 |
| | |||||
* | Allow INSERT INTO <table> SELECT queries | Jean Boussier | 2014-04-10 | 1 | -0/+23 |
| | |||||
* | add the casting node to the AST at build time | Aaron Patterson | 2014-03-24 | 1 | -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 warnings | Carlos Antonio da Silva | 2012-11-17 | 1 | -2/+0 |
| | |||||
* | allowing sql literals for values in insert statements | Aaron Patterson | 2011-03-21 | 1 | -0/+9 |
| | |||||
* | added a factory method for creating values nodes | Aaron Patterson | 2011-03-21 | 1 | -0/+10 |
| | |||||
* | adding proper columns to our fake table | Aaron Patterson | 2010-11-05 | 1 | -7/+4 |
| | |||||
* | renaming test_helper to helper so that it is not double required | Aaron Patterson | 2010-10-18 | 1 | -1/+1 |
| | |||||
* | Renamed spec_helper to test_helper | Ryan Davis | 2010-10-18 | 1 | -1/+1 |
| | |||||
* | Removed TreeManagerShared and related tests. They sucked | Ryan Davis | 2010-10-18 | 1 | -12/+0 |
| | |||||
* | Fisting arel specs -- still needs tree_manager and cleanup | Ryan Davis | 2010-10-18 | 1 | -0/+140 |