| Commit message (Expand) | Author | Age | Files | Lines |
* | Support locking by default and disable it only for SQLite. | Edgars Beigarts | 2011-08-26 | 1 | -4/+0 |
* | Support locking in Oracle | Edgars Beigarts | 2011-08-26 | 1 | -0/+4 |
* | Oracle does not allow ORDER BY/LIMIT in UPDATE queries. | thedarkone | 2011-07-26 | 1 | -0/+12 |
* | Added MINUS for Oracle | Brian Cardarella | 2011-01-23 | 1 | -0/+4 |
* | Merge branch '2-0-stable' | Aaron Patterson | 2011-01-03 | 1 | -1/+0 |
|\ |
|
| * | should return nil instead of empty string | Aaron Patterson | 2011-01-03 | 1 | -1/+0 |
* | | Merge branch '2-0-stable' | Aaron Patterson | 2011-01-03 | 1 | -3/+4 |
|\| |
|
| * | we do not need to modify the AST | Aaron Patterson | 2011-01-03 | 1 | -3/+4 |
| * | fisting lots of oracle errors | Aaron Patterson | 2011-01-03 | 1 | -4/+4 |
* | | fisting lots of oracle errors | Aaron Patterson | 2011-01-03 | 1 | -4/+4 |
* | | cleaning up more nodes | Aaron Patterson | 2010-12-14 | 1 | -2/+2 |
|/ |
|
* | small additional fix for order_hacks method for Oracle | Raimonds Simanovskis | 2010-11-16 | 1 | -2/+6 |
* | fix one more time order_hacks method for Oracle | Raimonds Simanovskis | 2010-11-16 | 1 | -8/+17 |
* | fix order_hacks method for Oracle when complex functions are used in order by | Raimonds Simanovskis | 2010-11-06 | 1 | -1/+17 |
* | generate correct select if only offset is present (in Oracle) | Raimonds Simanovskis | 2010-10-21 | 1 | -0/+14 |
* | use subquery for limit when DISTINCT is used (in Oracle) | Raimonds Simanovskis | 2010-09-29 | 1 | -2/+4 |
* | yay, more oracle hacks | Aaron Patterson | 2010-09-24 | 1 | -2/+2 |
* | fixing formatting | Aaron Patterson | 2010-09-24 | 1 | -10/+11 |
* | avoid modifying the ast in certain cases | Aaron Patterson | 2010-09-24 | 1 | -2/+4 |
* | adding more oracle hacks | Aaron Patterson | 2010-09-24 | 1 | -0/+19 |
* | dealing with limits and offsets | Aaron Patterson | 2010-09-24 | 1 | -1/+23 |
* | creating a subquery when there is an order and a limit | Aaron Patterson | 2010-09-24 | 1 | -1/+9 |
* | adding an oracle visitor | Aaron Patterson | 2010-09-24 | 1 | -0/+15 |