Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |