summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases/mysql.py
Commit message (Expand)AuthorAgeFilesLines
* - merged -r5338:5429 of sphinx branch.Mike Bayer2008-12-061-411/+385
* - Simplified the check for ResultProxy "autoclose without results"Mike Bayer2008-11-041-6/+0
* - added 'EXPLAIN' to the list of 'returns rows', but thisMike Bayer2008-11-041-1/+1
* Accept USING as a prefix or postfix modifer when reflecting keys. [ticket:1117]Jason Kirtland2008-10-281-1/+2
* Mysql no longer expects include_columns to be specified in lowercase. Fixes #...Michael Trier2008-10-281-1/+1
* Fixed mysql FK reflection for the edge case where a Table has expicitly provi...Jason Kirtland2008-10-271-0/+9
* Fixed mysql TEMPORARY table reflection.Jason Kirtland2008-09-271-1/+1
* - the function func.utc_timestamp() compiles to UTC_TIMESTAMP, withoutMike Bayer2008-09-101-1/+2
* - Added MSMediumInteger type [ticket:1146].Mike Bayer2008-08-241-2/+29
* - logging scale-back; the echo_uow flag on Session is deprecated, and unit of...Mike Bayer2008-08-241-1/+1
* - The 'length' argument to all Numeric types has been renamedMike Bayer2008-08-241-70/+74
* - mysql.MSEnum value literals now automatically quoted when used in a CREATE.Jason Kirtland2008-07-161-18/+59
* Removed deprecated get_version_info, use server_version_infoJason Kirtland2008-07-161-13/+0
* - Removed 2.3 Decimal compatJason Kirtland2008-07-151-2/+2
* - Removed 2.3 set emulations/enhancements.Jason Kirtland2008-07-151-11/+11
* Added new basic match() operator that performs a full-text search. Supported ...Michael Trier2008-07-131-1/+2
* - re-fixed the fix to the prefixes fixMike Bayer2008-07-061-11/+1
* merged r4870 from 0.4 branch, index name truncation, [ticket:820]Mike Bayer2008-06-221-1/+1
* - added "CALL" to Mysql select keywordsMike Bayer2008-05-271-1/+1
* Columns now have default= and server_default=. PassiveDefault fades away.Jason Kirtland2008-05-141-6/+5
* MSText no longer implicitly creates TEXT for string with no lengthMike Bayer2008-05-091-1/+1
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-14/+13
* refactor of default_paramstyle, use paramstyle argument on Dialect to changeMatt Harrison2008-04-071-1/+1
* - Revamped the Connection memoize decorator a bit, moved to engineJason Kirtland2008-04-021-49/+53
* - reverted previous "strings instead of tuples" change due to more specific t...Mike Bayer2008-03-301-7/+4
* *whistle*Jason Kirtland2008-03-301-1/+0
* - Removed cache decorator.Jason Kirtland2008-03-301-2/+7
* some cache decorator calls...Mike Bayer2008-03-301-7/+3
* - Added PendingDeprecationWarning supportJason Kirtland2008-03-291-1/+1
* - Added generic func.random (non-standard SQL)Jason Kirtland2008-03-251-0/+6
* - Autodetect mysql's ANSI_QUOTES mode, sometimes. [ticket:845]Jason Kirtland2008-02-051-8/+67
* - 2.3 fixup part three: 100% on postgres, mysqlJason Kirtland2008-01-221-1/+1
* - Warnings are now issued as SAWarning instead of RuntimeWarning; util.warn()...Jason Kirtland2008-01-111-13/+8
* Include column name in length-less String warning (more [ticket:912])Jason Kirtland2008-01-101-1/+2
* redid the _for_ddl String/Text deprecation warning correctly [ticket:912]Mike Bayer2008-01-091-1/+1
* Fixed reflection of mysql empty string column defaults.Jason Kirtland2008-01-081-1/+1
* - changed name of TEXT to Text since its a "generic" type; TEXT name isMike Bayer2008-01-051-3/+3
* Added REPLACE statements to mysql autocommit list.Jason Kirtland2008-01-041-1/+1
* happy new yearMike Bayer2008-01-011-1/+1
* - auto-reconnect support improved; a Connection can now automaticallyMike Bayer2007-12-191-2/+6
* Some code-level docs for r3916Jason Kirtland2007-12-121-0/+5
* - on mysql, emit inner joins as 'INNER JOIN ... ON' (for version 3.23)Jason Kirtland2007-12-121-0/+8
* default value of assert_unicode is None on String, False on create_engine(), ...Mike Bayer2007-11-281-2/+2
* - named_with_column becomes an attributeMike Bayer2007-11-251-10/+4
* Tests for mysql casts and a couple adjustments.Jason Kirtland2007-11-181-6/+6
* Migrated Connection.properties to Connection.info ('info' is the new standard...Jason Kirtland2007-11-181-8/+8
* More column type __repr__ corrections.Jason Kirtland2007-11-131-1/+1
* - mysql float types now do an end run around the base class and respect preci...Jason Kirtland2007-11-091-14/+86
* Whitespace cleanupJason Kirtland2007-11-051-81/+80
* - SHOW CREATE TABLE output is slightly different if msyql is in ANSI modeJason Kirtland2007-11-051-7/+11