Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use adapter add_limit_offset! method when building query. | Emilio Tagua | 2010-03-25 | 1 | -5/+5 |
* | changes for Oracle support - OracleCompiler and corresponding tests with Orac... | Raimonds Simanovskis | 2010-03-01 | 1 | -4/+72 |
* | Moved adding of limit on deletion and adding of limit on update conditions to... | Praveen Devarao | 2010-02-25 | 1 | -1/+6 |
* | Insertions should use insert and not execute to get a valid returning | Emilio Tagua | 2010-02-18 | 1 | -23/+0 |
* | Added support for RETURNING primary key when available, only for | Emilio Tagua | 2010-02-18 | 1 | -0/+4 |
* | Moved primary_key to relation, send pk to engine, to build a better | Emilio Tagua | 2010-02-18 | 1 | -7/+2 |
* | Move update conditions with limit logic into compilers. | Emilio Tagua | 2010-02-16 | 1 | -0/+10 |
* | Move using_distinct_on? to PostgreSQL compiler. Extract order tweaking | Emilio Tagua | 2010-02-16 | 1 | -4/+0 |
* | Extract SQL logic from Arel::Relation into compilers. | Emilio Tagua | 2010-02-15 | 1 | -0/+63 |