Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix limited_update_conditions on MySQLCompiler to receive and build | Emilio Tagua | 2010-02-25 | 1 | -1/+2 |
| | | | | limit. | ||||
* | raise an error if limit for deletion is specified while using IBM_DB | Praveen Devarao | 2010-02-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Emilio Tagua <miloops@gmail.com> | ||||
* | Moved adding of limit on deletion and adding of limit on update conditions ↵ | Praveen Devarao | 2010-02-25 | 1 | -0/+62 |
| | | | | | | to GenericCompiler, to provide flexibility to handle db specifics Signed-off-by: Emilio Tagua <miloops@gmail.com> | ||||
* | Added support for RETURNING primary key when available, only for | Emilio Tagua | 2010-02-18 | 1 | -0/+4 |
| | | | | PostgreSQL. | ||||
* | Move update conditions with limit logic into compilers. | Emilio Tagua | 2010-02-16 | 1 | -0/+3 |
| | |||||
* | Removed blank lines, rename query to subquery. | Emilio Tagua | 2010-02-16 | 1 | -4/+2 |
| | |||||
* | Move using_distinct_on? to PostgreSQL compiler. Extract order tweaking | Emilio Tagua | 2010-02-16 | 1 | -5/+12 |
| | | | | to a new method. | ||||
* | Extract SQL logic from Arel::Relation into compilers. | Emilio Tagua | 2010-02-15 | 3 | -0/+49 |