| Commit message (Expand) | Author | Age | Files | Lines |
* | get nested joins to render on oracle 8 | Mike Bayer | 2013-06-08 | 1 | -3/+10 |
* | - oracle py3k fix | Mike Bayer | 2013-05-27 | 1 | -1/+3 |
* | cleanup for oracle | Mike Bayer | 2013-05-26 | 1 | -12/+10 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -15/+15 |
* | oracle doesn't have TRUE/FALSE, put 1/0 here, see how that goes | Mike Bayer | 2013-04-26 | 1 | -0/+6 |
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
* | Fixed table reflection for Oracle when accessing a synonym that refers | Mike Bayer | 2012-12-09 | 1 | -58/+93 |
* | kill me now, pep8 pass, so close | Diana Clarke | 2012-11-20 | 1 | -29/+29 |
* | just a pep8 pass | Diana Clarke | 2012-11-20 | 1 | -20/+14 |
* | juts a 'expected 2 blank lines' pep8 pass | Diana Clarke | 2012-11-19 | 1 | -0/+12 |
* | Fixed bug in type_coerce() whereby typing information | Mike Bayer | 2012-11-12 | 1 | -2/+2 |
* | - rework the sphinx customizations into distinct modules | Mike Bayer | 2012-10-19 | 1 | -2/+4 |
* | - move out maxdb | Mike Bayer | 2012-10-18 | 1 | -3/+0 |
* | - [bug] The CreateIndex construct in Oracle | Mike Bayer | 2012-09-30 | 1 | -0/+4 |
* | - refine oracle returning some more to use purely positional approach | Mike Bayer | 2012-08-25 | 1 | -14/+17 |
* | a few oracle fixes | Mike Bayer | 2012-08-25 | 1 | -1/+2 |
* | - [bug] Fixed cextension bug whereby the | Mike Bayer | 2012-08-22 | 1 | -3/+5 |
* | - update all the visit_mod() functions with new naming scheme | Mike Bayer | 2012-08-14 | 1 | -2/+3 |
* | - fix concat() operator, tests | Mike Bayer | 2012-08-14 | 1 | -3/+4 |
* | - [bug] Fixed compiler bug whereby a given | Mike Bayer | 2012-08-12 | 1 | -1/+1 |
* | trailing whitespace bonanza | Mike Bayer | 2012-07-28 | 1 | -48/+48 |
* | Add some `Sphinx` paragraph level versions informations markups, | Mike Bayer | 2012-06-08 | 1 | -4/+6 |
* | deprecate inspector.get_primary_keys() in favor of inspector.get_pk_constraint() | Diana Clarke | 2012-04-02 | 1 | -27/+6 |
* | - [bug] Added 'LEVEL' to the list of reserved | Mike Bayer | 2012-03-14 | 1 | -1/+1 |
* | - Added missing compilation support for | Mike Bayer | 2012-02-12 | 1 | -0/+3 |
* | - [bug] A significant change to how labeling | Mike Bayer | 2012-02-05 | 1 | -1/+1 |
* | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
* | - The String type now generates VARCHAR2 on Oracle | Mike Bayer | 2011-09-24 | 1 | -9/+24 |
* | - added CURRENT to reserved word list. | Mike Bayer | 2011-07-24 | 1 | -1/+1 |
* | - repaired the oracle.RAW type which did not | Mike Bayer | 2011-07-19 | 1 | -3/+6 |
* | - The limit/offset keywords to select() as well | Mike Bayer | 2011-04-07 | 1 | -8/+31 |
* | - Added new generic function "next_value()", accepts | Mike Bayer | 2011-03-20 | 1 | -1/+2 |
* | - need to limit the list of oracle fn's that don't get parens to a | Mike Bayer | 2011-02-11 | 1 | -10/+14 |
* | - oracle fixes | Mike Bayer | 2011-01-15 | 1 | -1/+1 |
* | Regarding reflection for this case, reflection of an int PK col | Mike Bayer | 2011-01-15 | 1 | -0/+1 |
* | - getting slightly more consistent behavior for the edge case of pk columns | Mike Bayer | 2011-01-15 | 1 | -2/+2 |
* | - the _pk_processors/_prefetch_processors approach relied upon calling RPs wi... | Mike Bayer | 2011-01-15 | 1 | -2/+2 |
* | - A TypeDecorator of Integer can be used with a primary key | Mike Bayer | 2011-01-11 | 1 | -2/+2 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -76/+76 |
* | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -1/+2 |
* | - an approach I like better, remove most adapt() methods and use a generic | Mike Bayer | 2010-12-15 | 1 | -4/+0 |
* | - Oracle - the implicit_retunring argument to create_engine() | Mike Bayer | 2010-10-23 | 1 | -3/+5 |
* | - Oracle reflection of indexes has been tuned so | Mike Bayer | 2010-08-29 | 1 | -5/+30 |
* | - Added ROWID type to the Oracle dialect, for those | Mike Bayer | 2010-08-29 | 1 | -0/+13 |
* | - More tweaks to cx_oracle Decimal handling. | Mike Bayer | 2010-07-14 | 1 | -0/+6 |
* | - add typing/operator converts to Float/Numeric to get Oracle tests going again, | Mike Bayer | 2010-07-02 | 1 | -2/+2 |
* | - Fixed ora-8 compatibility flags such that they | Mike Bayer | 2010-06-19 | 1 | -2/+2 |
* | - Re-established support for Oracle 8 with cx_oracle, | Mike Bayer | 2010-05-27 | 1 | -14/+42 |
* | - FOR UPDATE is emitted in the syntactically correct position | Mike Bayer | 2010-05-27 | 1 | -10/+14 |
* | - Fixed use_ansi=False mode, which was producing broken | Mike Bayer | 2010-05-03 | 1 | -2/+7 |