summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mysql/base.py
Commit message (Expand)AuthorAgeFilesLines
* - 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
* | The MySQL :class:`.mysql.SET` type now features the same auto-quotingMike Bayer2013-10-141-66/+87
* | - Fixed bug in default compiler plus those of postgresql, mysql, andMike Bayer2013-10-121-1/+2
|/
* - A rework to the way that "quoted" identifiers are handled, in thatMike Bayer2013-08-271-4/+3
* move FAQ to the docs, [ticket:2133]Mike Bayer2013-08-211-0/+2
* - A large refactoring of the ``sqlalchemy.sql`` package has reorganizedMike Bayer2013-08-121-2/+2
* Updates to MySQL reserved words for versions 5.5, 5.6, courtesyMike Bayer2013-07-311-0/+10
* this comment is ancientMike Bayer2013-06-091-5/+0
* Add basic support of unique constraints reflectionpr/4Roman Podolyaka2013-06-091-0/+15
* - changelog for [ticket:2704]Mike Bayer2013-06-081-9/+13
* Fix using of 'mysql_length' for composite indexesRoman Podolyaka2013-06-081-7/+25
* The ``deferrable`` keyword argument on :class:`.ForeignKey` andMike Bayer2013-06-031-0/+2
* mysql testsMike Bayer2013-05-261-5/+1
* merge defaultMike Bayer2013-04-291-26/+15
|\
| * - fix long-outdated documentation for sql_mode/ansiquotes,Mike Bayer2013-04-291-26/+15
* | plugging awayMike Bayer2013-04-271-18/+9
* | - the raw 2to3 runMike Bayer2013-04-271-21/+23
|/
* - changelogMike Bayer2013-04-211-1/+1
* merge cymysql branchMike Bayer2013-04-211-1/+1
|\
| * select not return rowcount at mysql+cymysqlHajime Nakagami2013-04-061-1/+1
* | - Improvements to the operation of the pymysql dialect onMike Bayer2013-04-211-5/+2
* | Merged in bentrofatter/sqlalchemy-2663 (pull request #49)Mike Bayer2013-04-211-0/+5
|\ \ | |/ |/|
| * Added workaround for pymysql3 double wrapping ProgrammingErrors to pymysql di...Ben Trofatter2013-03-181-0/+5
* | - add a nose runner that erases out argv, otherwiseMike Bayer2013-03-251-1/+0
|/
* more egregious long linesMike Bayer2013-02-021-37/+68