summaryrefslogtreecommitdiff
path: root/test/dialect/mysql.py
Commit message (Expand)AuthorAgeFilesLines
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-1167/+0
* extract() is now dialect-sensitive and supports SQLite and others.Jason Kirtland2009-03-301-0/+13
* 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
* - the function func.utc_timestamp() compiles to UTC_TIMESTAMP, withoutMike Bayer2008-09-101-0/+3
* - 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
* - mysql.MSEnum value literals now automatically quoted when used in a CREATE.Jason Kirtland2008-07-161-16/+33
* Added new basic match() operator that performs a full-text search. Supported ...Michael Trier2008-07-131-0/+71
* Columns now have default= and server_default=. PassiveDefault fades away.Jason Kirtland2008-05-141-21/+21
* Test suite modernization in progress. Big changes:Jason Kirtland2008-05-091-5/+5
* 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-091-3/+3
* - Revamped the Connection memoize decorator a bit, moved to engineJason Kirtland2008-04-021-0/+43
* - updated the naming scheme of the base test classes in test/testlib/testing.py;Mike Bayer2008-02-111-2/+2
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-31/+31
* - Undeclared SAWarnings are now fatal to tests as well.Jason Kirtland2008-01-121-8/+3
* Added UnicodeText aliasJason Kirtland2008-01-091-2/+14
* Fixed reflection of mysql empty string column defaults.Jason Kirtland2008-01-081-1/+19
* - Removed @testing.supported. Dialects in development or maintained outsideJason Kirtland2007-12-131-19/+6
* Tests for mysql casts and a couple adjustments.Jason Kirtland2007-11-181-0/+93
* - mysql float types now do an end run around the base class and respect preci...Jason Kirtland2007-11-091-19/+26
* - Added support for UPDATE with LIMIT on mysql.Jason Kirtland2007-10-161-0/+31
* Changed MySQL dialect to use the older LIMIT <offset>, <limit> syntax insteadJason Kirtland2007-09-261-2/+22
* Fixed repr() of mysql floats [ticket:775]Jason Kirtland2007-09-071-0/+14
* mysql SETs and ENUMs now unescape embedded quotes before storage in .enums an...Jason Kirtland2007-09-061-6/+6
* Fixed reflection of the empty string for mysql enums.Jason Kirtland2007-09-051-0/+25
* - Restored reflection for mysql VIEWs [ticket:748]Jason Kirtland2007-08-281-10/+28
* fixed importsMike Bayer2007-08-211-0/+1
* fixed "SmallInteger"Mike Bayer2007-08-211-2/+2
* 1. Module layout. sql.py and related move into a package called "sql".Mike Bayer2007-08-181-3/+3
* - fixed prefixes= argument to select()Jason Kirtland2007-08-181-1/+38
* Allow auto_increment on any pk column, not just the first.Jason Kirtland2007-08-121-0/+62
* by popular demand, mysql reflection is now a single round-trip and uses a par...Jason Kirtland2007-08-111-14/+11
* restore clipping value for YEAR DDLJason Kirtland2007-08-091-3/+6
* Added `set_types` to util, a tuple of available set implementations.Jason Kirtland2007-08-081-16/+263
* - Dialects can be queried for the server version (sqlite and mysql only with ...Jason Kirtland2007-08-031-36/+36
* Big MySQL dialect update, mostly efficiency and style.Jason Kirtland2007-07-291-0/+44
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-40/+18
* - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData insteadJason Kirtland2007-07-061-2/+2
* - Emit BOOL rather than BOOLEAN for MySQL booleans in DDL, for old versionsJason Kirtland2007-05-311-5/+8
* - Nearly all MySQL column types are now supported for declaration andJason Kirtland2007-05-251-15/+89
* - Expanded on the MySQL ENUM 'strict' documentation a little bit.Jason Kirtland2007-05-021-0/+1
* - MySQL ENUM types can now optionally ensure that values are within theJason Kirtland2007-05-021-0/+268