| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | oracle fixes... | Mike Bayer | 2012-08-25 | 1 | -3/+5 |
| * | | - more oracle tweaks for returning; the method here is still kind of brittle ... | Mike Bayer | 2012-08-25 | 1 | -0/+17 |
| |/ |
|
| * | a few oracle fixes | Mike Bayer | 2012-08-25 | 1 | -0/+8 |
| * | - [bug] Fixed cextension bug whereby the | Mike Bayer | 2012-08-22 | 1 | -0/+8 |
| * | trailing whitespace bonanza | Mike Bayer | 2012-07-28 | 1 | -63/+63 |
| * | - [bug] Quoting information is now passed along | Mike Bayer | 2012-05-04 | 1 | -1/+53 |
| * | - test failures. one in particular seems to be a weird oursql bug, oh well | Mike Bayer | 2012-02-12 | 1 | -19/+21 |
| * | - [feature] Added a new oracle create_engine() flag | Mike Bayer | 2012-02-12 | 1 | -0/+9 |
| * | - Added missing compilation support for | Mike Bayer | 2012-02-12 | 1 | -46/+57 |
| * | - The String type now generates VARCHAR2 on Oracle | Mike Bayer | 2011-09-24 | 1 | -5/+17 |
| * | - repaired the oracle.RAW type which did not | Mike Bayer | 2011-07-19 | 1 | -22/+38 |
| * | - The limit/offset keywords to select() as well | Mike Bayer | 2011-04-07 | 1 | -0/+43 |
| * | - Using column names that would require quotes | Mike Bayer | 2011-03-27 | 1 | -0/+36 |
| * | - move all the comments that got shoved below the fixture grabs back up | Mike Bayer | 2011-03-27 | 1 | -1/+3 |
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -13/+13 |
| * | - convert @provide_metadata to use self access | Mike Bayer | 2011-03-26 | 1 | -0/+4 |
| * | - need to limit the list of oracle fn's that don't get parens to a | Mike Bayer | 2011-02-11 | 1 | -0/+13 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -74/+74 |
| * | - support for cdecimal | Mike Bayer | 2010-12-11 | 1 | -21/+21 |
| * | merge tip | Mike Bayer | 2010-11-18 | 1 | -5/+39 |
| |\ |
|
| | * | - fix test specification for oracle euro test | Mike Bayer | 2010-11-18 | 1 | -1/+1 |
| | * | - The cx_oracle "decimal detection" logic, which takes place | Mike Bayer | 2010-11-18 | 1 | -5/+39 |
| * | | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -4/+4 |
| |/ |
|
| * | - Oracle - the implicit_retunring argument to create_engine() | Mike Bayer | 2010-10-23 | 1 | -0/+7 |
| * | - Oracle reflection of indexes has been tuned so | Mike Bayer | 2010-08-29 | 1 | -1/+74 |
| * | - Added ROWID type to the Oracle dialect, for those | Mike Bayer | 2010-08-29 | 1 | -0/+21 |
| * | - More tweaks to cx_oracle Decimal handling. | Mike Bayer | 2010-07-14 | 1 | -19/+68 |
| * | test/dialect | Mike Bayer | 2010-07-11 | 1 | -335/+342 |
| * | - add typing/operator converts to Float/Numeric to get Oracle tests going again, | Mike Bayer | 2010-07-02 | 1 | -2/+13 |
| * | - Oracle's "native decimal" metadata begins to return | Mike Bayer | 2010-07-01 | 1 | -0/+84 |
| * | fix oracle char length test for newer descriptors | Mike Bayer | 2010-06-27 | 1 | -1/+1 |
| * | - Fixed ora-8 compatibility flags such that they | Mike Bayer | 2010-06-19 | 1 | -0/+7 |
| * | - Re-established support for Oracle 8 with cx_oracle, | Mike Bayer | 2010-05-27 | 1 | -21/+47 |
| * | - FOR UPDATE is emitted in the syntactically correct position | Mike Bayer | 2010-05-27 | 1 | -1/+56 |
| * | - Fixed use_ansi=False mode, which was producing broken | Mike Bayer | 2010-05-03 | 1 | -0/+16 |
| * | - Now using cx_oracle output converters so that the | Mike Bayer | 2010-04-03 | 1 | -2/+1 |
| * | - the Numeric type raises an *enormous* warning when expected | Mike Bayer | 2010-04-03 | 1 | -2/+3 |
| * | - The Oracle dialect will issue VARCHAR type definitions | Mike Bayer | 2010-03-25 | 1 | -1/+41 |
| * | oracle cleanup | Mike Bayer | 2010-03-19 | 1 | -92/+183 |
| * | - Added support for rendering and reflecting | Mike Bayer | 2010-03-19 | 1 | -1/+25 |
| * | - The except_() method now renders as MINUS on Oracle, | Mike Bayer | 2010-03-16 | 1 | -11/+39 |
| * | adjust per a couple zxjdbc failures | Philip Jenvey | 2010-03-13 | 1 | -6/+7 |
| * | disable interval tests on oracle+zxjdbc for now, and also test_fk_nonpassive | Philip Jenvey | 2010-03-12 | 1 | -0/+1 |
| * | - introduce an optimizing type _NativeUnicodeMixin to oracle plus supporting | Mike Bayer | 2010-03-12 | 1 | -3/+3 |
| * | - Oracle 'DATE' now does not perform any result processing, | Mike Bayer | 2010-03-11 | 1 | -0/+1 |
| * | - use_ansi=False won't leak into the FROM/WHERE clause of | Mike Bayer | 2010-01-30 | 1 | -0/+18 |
| * | Binary -> LargeBinary | Philip Jenvey | 2010-01-26 | 1 | -2/+2 |
| * | - added native INTERVAL type to the dialect. This supports | Mike Bayer | 2010-01-18 | 1 | -0/+27 |
| * | - add a unit test for r6089 / [ticket:1438] | Mike Bayer | 2010-01-17 | 1 | -4/+34 |
| * | - reorganized and re-documented Oracle schema tests to assume | Mike Bayer | 2010-01-17 | 1 | -32/+61 |