summaryrefslogtreecommitdiff
path: root/test/dialect/oracle.py
Commit message (Expand)AuthorAgeFilesLines
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-397/+0
* - Fixed bug which was preventing out params of certain typesMike Bayer2009-01-031-4/+4
* - Added OracleNVarchar type, produces NVARCHAR2, and alsoMike Bayer2008-12-281-0/+18
* auto_convert_lobs=False honored by OracleBinary, OracleText typesMike Bayer2008-10-241-0/+14
* - fixed some oracle unit tests in test/sql/Mike Bayer2008-10-241-5/+5
* - 0.5.0rc3, dohMike Bayer2008-10-181-5/+5
* - Oracle will detect string-based statements which containMike Bayer2008-10-071-0/+4
* correct extra space in SQL assertionsMike Bayer2008-09-031-5/+5
* - limit/offset no longer uses ROW NUMBER OVER to limit rows,Mike Bayer2008-09-031-15/+20
* merged [ticket:1062] fix from 0.4 branch r4827Mike Bayer2008-05-301-0/+35
* oracle dialect takes schema name into account when checking for existing tablesMike Bayer2008-05-241-1/+39
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-3/+3
* - merged -r4458:4466 of query_columns branchMike Bayer2008-04-071-3/+3
* some test fixup for oracleMike Bayer2008-04-021-5/+5
* continue attempting to get proper count for pybot on 2.5, ensure order_by for...Mike Bayer2008-04-021-1/+1
* - added verbose activity to profiling.function_call_countMike Bayer2008-04-011-2/+12
* fix up some unit testsMike Bayer2008-04-011-1/+1
* - the "owner" keyword on Table is now deprecated, and isMike Bayer2008-03-221-1/+76
* - updated the naming scheme of the base test classes in test/testlib/testing.py;Mike Bayer2008-02-111-4/+4
* - Oracle assembles the correct columns in the result setMike Bayer2008-01-191-0/+9
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-9/+9
* - fixed an attribute history bug whereby assigning a new collectionMike Bayer2008-01-071-1/+1
* fix up oracle handling of LOB/string [ticket:902], slight fixes to defaults.p...Mike Bayer2008-01-011-0/+9
* - Removed @testing.supported. Dialects in development or maintained outsideJason Kirtland2007-12-131-28/+27
* changed the anonymous numbering scheme to be more appealingMike Bayer2007-12-081-3/+3
* - generation of "unique" bind parameters has been simplified to use the sameMike Bayer2007-12-061-3/+3
* - figured out a way to get previous oracle behavior back. the ROWID thingMike Bayer2007-11-051-3/+8
* - adjustments to oracle ROWID logic...recent oid changes mean we have toMike Bayer2007-11-051-3/+3
* Added a missing @supported.Jason Kirtland2007-10-141-0/+1
* - attempted to add a test for #622 / #751, but cant reproduce the failing con...Mike Bayer2007-10-141-0/+16
* - fixed Oracle non-ansi join syntaxMike Bayer2007-10-101-0/+3
* - the behavior of String/Unicode types regarding that they auto-convertMike Bayer2007-09-261-0/+19
* - added "schema" argument to Sequence; use this with Postgres /Oracle when th...Mike Bayer2007-09-221-0/+13
* - omitted 'table' and 'column' from 'from sqlalchemy import *'Jason Kirtland2007-08-211-0/+1
* - generalized a SQLCompileTest out of select.py, installedMike Bayer2007-08-131-1/+92
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-0/+32