summaryrefslogtreecommitdiff
path: root/test/dialect/test_oracle.py
Commit message (Expand)AuthorAgeFilesLines
...
| * oracle fixes...Mike Bayer2012-08-251-3/+5
* | - more oracle tweaks for returning; the method here is still kind of brittle ...Mike Bayer2012-08-251-0/+17
|/
* a few oracle fixesMike Bayer2012-08-251-0/+8
* - [bug] Fixed cextension bug whereby theMike Bayer2012-08-221-0/+8
* trailing whitespace bonanzaMike Bayer2012-07-281-63/+63
* - [bug] Quoting information is now passed alongMike Bayer2012-05-041-1/+53
* - test failures. one in particular seems to be a weird oursql bug, oh wellMike Bayer2012-02-121-19/+21
* - [feature] Added a new oracle create_engine() flagMike Bayer2012-02-121-0/+9
* - Added missing compilation support forMike Bayer2012-02-121-46/+57
* - The String type now generates VARCHAR2 on OracleMike Bayer2011-09-241-5/+17
* - repaired the oracle.RAW type which did notMike Bayer2011-07-191-22/+38
* - The limit/offset keywords to select() as wellMike Bayer2011-04-071-0/+43
* - Using column names that would require quotesMike Bayer2011-03-271-0/+36
* - move all the comments that got shoved below the fixture grabs back upMike Bayer2011-03-271-1/+3
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-13/+13
* - convert @provide_metadata to use self accessMike Bayer2011-03-261-0/+4
* - need to limit the list of oracle fn's that don't get parens to aMike Bayer2011-02-111-0/+13
* - whitespace removal bonanzaMike Bayer2011-01-021-74/+74
* - support for cdecimalMike Bayer2010-12-111-21/+21
* merge tipMike Bayer2010-11-181-5/+39
|\
| * - fix test specification for oracle euro testMike Bayer2010-11-181-1/+1
| * - The cx_oracle "decimal detection" logic, which takes placeMike Bayer2010-11-181-5/+39
* | - move sqlalchemy.test to test.libMike Bayer2010-11-151-4/+4
|/
* - Oracle - the implicit_retunring argument to create_engine()Mike Bayer2010-10-231-0/+7
* - Oracle reflection of indexes has been tuned soMike Bayer2010-08-291-1/+74
* - Added ROWID type to the Oracle dialect, for thoseMike Bayer2010-08-291-0/+21
* - More tweaks to cx_oracle Decimal handling.Mike Bayer2010-07-141-19/+68
* test/dialectMike Bayer2010-07-111-335/+342
* - add typing/operator converts to Float/Numeric to get Oracle tests going again,Mike Bayer2010-07-021-2/+13
* - Oracle's "native decimal" metadata begins to returnMike Bayer2010-07-011-0/+84
* fix oracle char length test for newer descriptorsMike Bayer2010-06-271-1/+1
* - Fixed ora-8 compatibility flags such that theyMike Bayer2010-06-191-0/+7
* - Re-established support for Oracle 8 with cx_oracle,Mike Bayer2010-05-271-21/+47
* - FOR UPDATE is emitted in the syntactically correct positionMike Bayer2010-05-271-1/+56
* - Fixed use_ansi=False mode, which was producing brokenMike Bayer2010-05-031-0/+16
* - Now using cx_oracle output converters so that theMike Bayer2010-04-031-2/+1
* - the Numeric type raises an *enormous* warning when expectedMike Bayer2010-04-031-2/+3
* - The Oracle dialect will issue VARCHAR type definitionsMike Bayer2010-03-251-1/+41
* oracle cleanupMike Bayer2010-03-191-92/+183
* - Added support for rendering and reflectingMike Bayer2010-03-191-1/+25
* - The except_() method now renders as MINUS on Oracle,Mike Bayer2010-03-161-11/+39
* adjust per a couple zxjdbc failuresPhilip Jenvey2010-03-131-6/+7
* disable interval tests on oracle+zxjdbc for now, and also test_fk_nonpassivePhilip Jenvey2010-03-121-0/+1
* - introduce an optimizing type _NativeUnicodeMixin to oracle plus supportingMike Bayer2010-03-121-3/+3
* - Oracle 'DATE' now does not perform any result processing,Mike Bayer2010-03-111-0/+1
* - use_ansi=False won't leak into the FROM/WHERE clause ofMike Bayer2010-01-301-0/+18
* Binary -> LargeBinaryPhilip Jenvey2010-01-261-2/+2
* - added native INTERVAL type to the dialect. This supportsMike Bayer2010-01-181-0/+27
* - add a unit test for r6089 / [ticket:1438]Mike Bayer2010-01-171-4/+34
* - reorganized and re-documented Oracle schema tests to assumeMike Bayer2010-01-171-32/+61