summaryrefslogtreecommitdiff
path: root/test/dialect
Commit message (Expand)AuthorAgeFilesLines
* Fixed E notation problem in mssql. Closes #1216.Michael Trier2008-11-081-0/+34
* Corrected a lot of mssql limit / offset issues. Also ensured that mssql uses ...Michael Trier2008-11-081-22/+10
* Tiny fix to test setup logic.Jason Kirtland2008-11-041-6/+7
* Accept USING as a prefix or postfix modifer when reflecting keys. [ticket:1117]Jason Kirtland2008-10-281-24/+73
* Mysql no longer expects include_columns to be specified in lowercase. Fixes #...Michael Trier2008-10-281-0/+23
* 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
* - CompileTests run without the DBAPI being usedMike Bayer2008-10-231-1/+0
* Corrected missing declaration in the mssql dialect test.Michael Trier2008-10-211-0/+1
* Cleaned up the create_connect_args so that it makes no expectations about key...Michael Trier2008-10-191-0/+16
* - 0.5.0rc3, dohMike Bayer2008-10-181-5/+5
* - String's (and Unicode's, UnicodeText's, etc.) convert_unicoderel_0_5rc2Mike Bayer2008-10-121-0/+18
* Removed the visit_function stuff in mssql dialect. Added some tests for the f...Michael Trier2008-10-111-0/+4
* - Oracle will detect string-based statements which containMike Bayer2008-10-071-0/+4
* - Overhauled SQLite date/time bind/result processingMike Bayer2008-09-191-0/+1
* - the function func.utc_timestamp() compiles to UTC_TIMESTAMP, withoutMike Bayer2008-09-101-0/+3
* 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
* - Added MSMediumInteger type [ticket:1146].Mike Bayer2008-08-241-0/+15
* - The 'length' argument to all Numeric types has been renamedMike Bayer2008-08-241-1/+1
* Raised an error when sqlite version does not support default values. Address...Michael Trier2008-07-291-9/+7
* - mysql.MSEnum value literals now automatically quoted when used in a CREATE.Jason Kirtland2008-07-161-16/+33
* - Removed 2.3 Decimal compatJason Kirtland2008-07-151-1/+1
* 2.4 support !Mike Bayer2008-07-141-4/+5
* Added new basic match() operator that performs a full-text search. Supported ...Michael Trier2008-07-134-0/+333
* - SQLite Date, DateTime, and Time types only accept PythonMike Bayer2008-07-091-19/+2
* - Modified SQLite's representation of "microseconds" toMike Bayer2008-06-271-1/+15
* test coverage for server side statement detectionMike Bayer2008-06-171-0/+10
* 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
* The column default has been renamed `server_default` in 0.5Lele Gaifax2008-05-161-3/+3
* Fix table.delete() argumentsLele Gaifax2008-05-151-1/+1
* Columns now have default= and server_default=. PassiveDefault fades away.Jason Kirtland2008-05-143-53/+53
* Support Firebird 2.0+ RETURNINGLele Gaifax2008-05-141-1/+108
* Test suite modernization in progress. Big changes:Jason Kirtland2008-05-093-14/+14
* MSText no longer implicitly creates TEXT for string with no lengthMike Bayer2008-05-091-3/+1
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-097-25/+25
* Firebird 2 has a SUBSTRING() builtin, expose it thru a functionLele Gaifax2008-04-111-0/+3
* - merged -r4458:4466 of query_columns branchMike Bayer2008-04-072-8/+8
* - Got PG server side cursors back into shape, added fixedMike Bayer2008-04-021-1/+32
* some fixes to the MS-SQL aliasing so that result_map is properly populatedMike Bayer2008-04-021-0/+11
* some test fixup for oracleMike Bayer2008-04-021-5/+5
* - Revamped the Connection memoize decorator a bit, moved to engineJason Kirtland2008-04-021-0/+43
* 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-012-2/+2
* - schema-qualified tables now will place the schemanameMike Bayer2008-03-301-1/+25
* - the "owner" keyword on Table is now deprecated, and isMike Bayer2008-03-221-1/+76
* unit test for mutable PGArray, thanks to AlexB !!!Mike Bayer2008-03-041-0/+42
* - postgres TIMESTAMP renders correctly [ticket:981]Mike Bayer2008-02-271-0/+10