summaryrefslogtreecommitdiff
path: root/test/sql
Commit message (Expand)AuthorAgeFilesLines
* - Fixed some deep "column correspondence" issues which couldMike Bayer2009-01-031-17/+33
* - mysql, postgres: "%" signs in text() constructs are automatically escaped t...Mike Bayer2009-01-021-1/+30
* Modifications to the mssql dialect in order to to pass through unicode in the...Michael Trier2008-12-301-2/+2
* Added in a new MSGenericBinary type.Michael Trier2008-12-281-0/+1
* - RowProxy objects can be used in place of dictionary argumentsMike Bayer2008-12-281-2/+25
* On MSSQL if a field is part of the primary_key then it should not allow NULLS.Michael Trier2008-12-281-1/+1
* - Columns can again contain percent signs within theirMike Bayer2008-12-231-0/+14
* Major refactoring of the MSSQL dialect. Thanks zzzeek.Michael Trier2008-12-221-1/+1
* Corrected ColumnsTest for mssql's new explicit nullability behavior.Michael Trier2008-12-201-0/+4
* merge the test/ directory from -r5438:5439 of py3k_warnings branch. this givesMike Bayer2008-12-182-1/+5
* merged -r5299:5438 of py3k warnings branch. this fixes some sqlite py2.6 tes...Mike Bayer2008-12-182-16/+26
* - Query() can be passed a "composite" attributeMike Bayer2008-12-181-0/+6
* - _execute_clauseelement() goes back to beingMike Bayer2008-12-171-3/+3
* Modified fails_on testing decorator to take a reason for the failure.Michael Trier2008-12-125-36/+43
* - turn __visit_name__ into an explicit member.Mike Bayer2008-12-111-0/+17
* - PickleType now favors == comparison by default,Mike Bayer2008-12-111-11/+48
* - union() and union_all() will not whackMike Bayer2008-12-061-0/+10
* - Two fixes to help prevent out-of-band columns fromMike Bayer2008-12-031-0/+26
* - Using the same ForeignKey object repeatedlyMike Bayer2008-12-031-1/+10
* Flagged another transaction test as causing mssql to hang. Need to look into ...Michael Trier2008-11-101-1/+0
* Corrected issue with decimal e notation that broke regular decimal tests for ...Michael Trier2008-11-101-2/+2
* - Removed the 'properties' attribute of theMike Bayer2008-11-091-2/+2
* Global propigate -> propagate change to correct spelling. Additionally found ...Michael Trier2008-11-092-2/+2
* Corrected a lot of mssql limit / offset issues. Also ensured that mssql uses ...Michael Trier2008-11-081-4/+6
* docstring updatesMike Bayer2008-11-071-1/+2
* - Dialects can now generate label names of adjustable length.Mike Bayer2008-11-051-8/+29
* - Improved the behavior of aliased() objects such that they moreMike Bayer2008-11-031-50/+79
* revert r5220 inadvertently committed to trunkMike Bayer2008-11-021-16/+1
* progress so farMike Bayer2008-11-021-1/+16
* - fixed some oracle unit tests in test/sql/Mike Bayer2008-10-242-2/+3
* Corrected the is_subquery() check based on recent changes. Excluded the test_...Michael Trier2008-10-211-1/+1
* Slightly changed behavior of IN operator for comparing to empty collections. ...Ants Aasma2008-10-202-2/+9
* Modifications to allow the backends to control the behavior of an empty inser...Michael Trier2008-10-201-1/+17
* Verified that Subqueries are not allowed in VALUES. mssql supports a SELECT s...Michael Trier2008-10-191-1/+1
* - 0.5.0rc3, dohMike Bayer2008-10-183-35/+0
* oracle doesnt seem to like CLOB in unions....Mike Bayer2008-10-181-7/+2
* - "not equals" comparisons of simple many-to-one relationMike Bayer2008-10-181-9/+19
* Unless I'm missing something mssql doesn't support and / or within column sel...Michael Trier2008-10-161-0/+1
* Removed the visit_function stuff in mssql dialect. Added some tests for the f...Michael Trier2008-10-111-3/+4
* Correction of mssql schema reflection in reflectable. Still a problem since t...Michael Trier2008-10-111-1/+0
* Change in #1165 tests to prevent MySQL from choking on a varchar without a le...Michael Trier2008-10-041-2/+2
* - added a few more assertions for [ticket:1165]Mike Bayer2008-10-041-4/+5
* Didnt think about <2.5. When will I learn.Michael Trier2008-10-041-2/+13
* Allowed column types to be callables. Fixes #1165.Michael Trier2008-10-041-0/+24
* - Overhauled SQLite date/time bind/result processingMike Bayer2008-09-191-15/+25
* - version bumpMike Bayer2008-09-161-4/+13
* - 0.5.0rc1rel_0_5rc1Mike Bayer2008-09-111-3/+3
* - Bind params now subclass ColumnElement which allows them to beMike Bayer2008-09-092-4/+2
* - The exists() construct won't "export" its contained listMike Bayer2008-09-082-8/+49
* - Added func.min(), func.max(), func.sum() as "generic functions",Mike Bayer2008-09-081-5/+14