summaryrefslogtreecommitdiff
path: root/test/dialect/test_oracle.py
Commit message (Expand)AuthorAgeFilesLines
* get nested joins to render on oracle 8Mike Bayer2013-06-081-0/+33
* - oracle tests passing in py3k!!Mike Bayer2013-05-261-6/+7
* a few more oracle fixesMike Bayer2013-05-261-1/+2
* cleanup for oracleMike Bayer2013-05-261-10/+11
* merge defaultMike Bayer2013-05-151-0/+10
|\
| * Regression from this ticket caused the unsupported keywordMike Bayer2013-05-151-0/+10
* | - the raw 2to3 runMike Bayer2013-04-271-16/+16
|/
* - remove all compat items that are pre-2.5 (hooray)Mike Bayer2013-03-091-3/+2
* add futureMike Bayer2012-12-111-0/+1
* Fixed table reflection for Oracle when accessing a synonym that refersMike Bayer2012-12-091-0/+39
* The Oracle LONG type, while an unbounded text type, does not appearMike Bayer2012-12-061-0/+15
* Repaired the usage of ``.prepare()`` in conjunction withMike Bayer2012-12-061-0/+70
* Fixed bug in type_coerce() whereby typing informationMike Bayer2012-11-121-1/+10
* - [bug] The CreateIndex construct in OracleMike Bayer2012-09-301-1/+11
* pg and oracle fixesMike Bayer2012-09-301-0/+1
* getting everything to pass againMike Bayer2012-09-271-1/+2
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-4/+4
* - [feature] The types of columns excluded from theMike Bayer2012-09-051-0/+20
* - refine oracle returning some more to use purely positional approachMike Bayer2012-08-251-2/+2
* - mergeMike Bayer2012-08-251-3/+5
|\
| * 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