summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mysql/base.py
Commit message (Expand)AuthorAgeFilesLines
* - The MySQL dialect now supports CAST on types that are constructedMike Bayer2015-02-091-3/+6
* - add a fix to MySQL re: #3074 tests, make sure we check table is presentMike Bayer2015-02-091-1/+2
* - A warning is emitted when :func:`.cast` is used with the MySQLMike Bayer2015-02-091-0/+7
* - The MySQL dialect now renders TIMESTAMP with NULL / NOT NULL inMike Bayer2015-02-051-48/+40
* - Added new user-space accessors for viewing transaction isolationMike Bayer2015-01-201-1/+1
* - Custom dialects that implement :class:`.GenericTypeCompiler` canMike Bayer2015-01-161-37/+39
* - use a different bitwise approach here that doesn't require iteratingMike Bayer2015-01-031-5/+6
* - The :class:`.mysql.SET` type has been overhauled to no longerMike Bayer2015-01-031-49/+114
* - restate sort_tables in terms of a more fine grainedMike Bayer2015-01-011-2/+2
* - The :meth:`.Operators.match` operator is now handled such that theMike Bayer2014-12-041-0/+9
* - don't do inline string interpolation when loggingJon Nelson2014-11-111-1/+1
* Merge remote-tracking branch 'origin/pr/140' into pr140Mike Bayer2014-10-111-2/+2
|\
| * cleanup exception handling - use new exception hierarchy (since python 2.5)pr/140ndparker2014-10-021-6/+2
| * improve exception vs. exit handlingndparker2014-09-231-0/+4
* | - use provide_metadata for new unique constraint / index testsMike Bayer2014-10-041-0/+23
* | Reflect unique constraints when reflecting a Table objectJohannes Erdfelt2014-09-171-1/+2
|/
* - omit MySQL index flavor if its NoneMike Bayer2014-09-051-1/+2
* - MySQL boolean symbols "true", "false" work again. 0.9's changeMike Bayer2014-09-051-0/+12
* - ensure literal_binds works with LIMIT clause, FOR UPDATEMike Bayer2014-09-031-6/+6
* - mention that FOUND_ROWS is hardcoded; fixes #3146Mike Bayer2014-08-251-7/+5
* - rewrite all the sqlite/pysqlite transaction isolation docsMike Bayer2014-08-091-0/+2
* - add some docs to try to explain the behavior with MySQL / TIMESTAMP.Mike Bayer2014-08-041-0/+91
* - The MySQL dialect will now disable :meth:`.ConnectionEvents.handle_error`Mike Bayer2014-07-251-3/+6
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-224/+261
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - MySQL error 2014 "commands out of sync" appears to be raised as aMike Bayer2014-06-271-1/+1
* - Fixed bug where column names added to ``mysql_length`` parameterMike Bayer2014-06-181-3/+7
* - fix some identity map accessorsMike Bayer2014-05-241-1/+1
* Merge branch 'issue_3034' of https://bitbucket.org/dobesv/sqlalchemy/branch/i...Mike Bayer2014-05-161-8/+8
|\
| * Use _offset_clause and _limit_clause, which are always Visitable and usually ...Dobes Vandermeer2014-04-251-8/+8
* | Added optional '=' to MySQL KEY_BLOCK_SIZE regexW. Sean McGivern2014-04-191-1/+1
|/
* - add a topological rule here to place PARTITIONS after PARTITION_BY,Mike Bayer2014-02-191-1/+2
* - Added new MySQL-specific :class:`.mysql.DATETIME` which includesMike Bayer2014-02-191-17/+73
* Merge branch 'master' of https://bitbucket.org/50onred/sqlalchemy/overview in...Mike Bayer2014-02-191-2/+2
|\
| * Fixes MySQL dialect partitioningMarcus McCurdy2014-02-141-2/+2
* | - expand docs on MySQL table arguments beyond just storage enginesMike Bayer2014-02-151-30/+63
|/
* - Added new test coverage for so-called "down adaptions" of SQL types,Mike Bayer2014-01-221-3/+4
* - implement kwarg validation and type system for dialect-specificMike Bayer2014-01-181-9/+25
* - The MySQL CAST compilation now takes into account aspects of a stringMike Bayer2014-01-131-9/+25
* - happy new yearMike Bayer2014-01-051-1/+1
* - Improvements to the system by which SQL types generate withinMike Bayer2013-12-181-8/+27
* - work in progress, will squashMike Bayer2013-11-281-10/+3
* Merge branch 'for_update_of' of github.com:mlassnig/sqlalchemy into for_updat...Mike Bayer2013-11-281-1/+8
|\
| * added LockmodeArgspr/42Mario Lassnig2013-11-281-1/+8
* | - evaulate decimal_return_scale statelessly. Don't re-assign to self.decimal...Mike Bayer2013-11-231-2/+0
* | - The precision used when coercing a returned floating point value toMike Bayer2013-11-221-1/+18
|/
* - Fix and test parsing of MySQL foreign key options within reflection;Mike Bayer2013-10-251-1/+1
* Merge branch 'master' of github.com:ijl/sqlalchemy into merge_2183Mike Bayer2013-10-251-1/+1
|\
| * #2183: Metadata.reflect() foreign keys include options when the dialect expos...ijl2013-10-131-1/+1
* | - The change in :ticket:`2721`, which is that the ``deferrable`` keywordMike Bayer2013-10-181-1/+40