| Commit message (Expand) | Author | Age | Files | Lines |
* | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -397/+0 |
* | - Fixed bug which was preventing out params of certain types | Mike Bayer | 2009-01-03 | 1 | -4/+4 |
* | - Added OracleNVarchar type, produces NVARCHAR2, and also | Mike Bayer | 2008-12-28 | 1 | -0/+18 |
* | auto_convert_lobs=False honored by OracleBinary, OracleText types | Mike Bayer | 2008-10-24 | 1 | -0/+14 |
* | - fixed some oracle unit tests in test/sql/ | Mike Bayer | 2008-10-24 | 1 | -5/+5 |
* | - 0.5.0rc3, doh | Mike Bayer | 2008-10-18 | 1 | -5/+5 |
* | - Oracle will detect string-based statements which contain | Mike Bayer | 2008-10-07 | 1 | -0/+4 |
* | correct extra space in SQL assertions | Mike Bayer | 2008-09-03 | 1 | -5/+5 |
* | - limit/offset no longer uses ROW NUMBER OVER to limit rows, | Mike Bayer | 2008-09-03 | 1 | -15/+20 |
* | merged [ticket:1062] fix from 0.4 branch r4827 | Mike Bayer | 2008-05-30 | 1 | -0/+35 |
* | oracle dialect takes schema name into account when checking for existing tables | Mike Bayer | 2008-05-24 | 1 | -1/+39 |
* | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 1 | -3/+3 |
* | - merged -r4458:4466 of query_columns branch | Mike Bayer | 2008-04-07 | 1 | -3/+3 |
* | some test fixup for oracle | Mike Bayer | 2008-04-02 | 1 | -5/+5 |
* | continue attempting to get proper count for pybot on 2.5, ensure order_by for... | Mike Bayer | 2008-04-02 | 1 | -1/+1 |
* | - added verbose activity to profiling.function_call_count | Mike Bayer | 2008-04-01 | 1 | -2/+12 |
* | fix up some unit tests | Mike Bayer | 2008-04-01 | 1 | -1/+1 |
* | - the "owner" keyword on Table is now deprecated, and is | Mike Bayer | 2008-03-22 | 1 | -1/+76 |
* | - updated the naming scheme of the base test classes in test/testlib/testing.py; | Mike Bayer | 2008-02-11 | 1 | -4/+4 |
* | - Oracle assembles the correct columns in the result set | Mike Bayer | 2008-01-19 | 1 | -0/+9 |
* | - testbase is gone, replaced by testenv | Jason Kirtland | 2008-01-12 | 1 | -9/+9 |
* | - fixed an attribute history bug whereby assigning a new collection | Mike Bayer | 2008-01-07 | 1 | -1/+1 |
* | fix up oracle handling of LOB/string [ticket:902], slight fixes to defaults.p... | Mike Bayer | 2008-01-01 | 1 | -0/+9 |
* | - Removed @testing.supported. Dialects in development or maintained outside | Jason Kirtland | 2007-12-13 | 1 | -28/+27 |
* | changed the anonymous numbering scheme to be more appealing | Mike Bayer | 2007-12-08 | 1 | -3/+3 |
* | - generation of "unique" bind parameters has been simplified to use the same | Mike Bayer | 2007-12-06 | 1 | -3/+3 |
* | - figured out a way to get previous oracle behavior back. the ROWID thing | Mike Bayer | 2007-11-05 | 1 | -3/+8 |
* | - adjustments to oracle ROWID logic...recent oid changes mean we have to | Mike Bayer | 2007-11-05 | 1 | -3/+3 |
* | Added a missing @supported. | Jason Kirtland | 2007-10-14 | 1 | -0/+1 |
* | - attempted to add a test for #622 / #751, but cant reproduce the failing con... | Mike Bayer | 2007-10-14 | 1 | -0/+16 |
* | - fixed Oracle non-ansi join syntax | Mike Bayer | 2007-10-10 | 1 | -0/+3 |
* | - the behavior of String/Unicode types regarding that they auto-convert | Mike Bayer | 2007-09-26 | 1 | -0/+19 |
* | - added "schema" argument to Sequence; use this with Postgres /Oracle when th... | Mike Bayer | 2007-09-22 | 1 | -0/+13 |
* | - omitted 'table' and 'column' from 'from sqlalchemy import *' | Jason Kirtland | 2007-08-21 | 1 | -0/+1 |
* | - generalized a SQLCompileTest out of select.py, installed | Mike Bayer | 2007-08-13 | 1 | -1/+92 |
* | merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena... | Mike Bayer | 2007-07-27 | 1 | -0/+32 |