summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mysql/base.py
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Added a new argument to :class:`.Enum` and its baseMike Bayer2013-02-011-0/+1
* fix incorrect quoting in mysql indexesMike Bayer2013-01-171-3/+1
* :class:`.Index` now supports arbitrary SQL expressions and/orMike Bayer2013-01-161-6/+8
* remove all specifics from the "supported features" section as thisMike Bayer2013-01-121-21/+3
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* internally at least refer to multirow as "multivalues", to distinguish betweenMike Bayer2012-12-081-1/+1
* compiler: add support for multirow insertsIdan Kamara2012-12-061-0/+1
* - recognize that do_rollback() and do_commit() work with a DBAPI connection,Mike Bayer2012-11-221-4/+4
* kill me now, pep8 pass, so closeDiana Clarke2012-11-201-17/+17
* just a pep8 passDiana Clarke2012-11-201-8/+3
* juts a 'expected 2 blank lines' pep8 passDiana Clarke2012-11-191-2/+31
* - rework the sphinx customizations into distinct modulesMike Bayer2012-10-191-25/+3
* - move out maxdbMike Bayer2012-10-181-0/+20
* python 3 divisionMike Bayer2012-10-101-2/+2
* - [feature] Added "collation" parameter to allMike Bayer2012-10-101-19/+11
* - [feature] Added TIME type to mysql dialect,Mike Bayer2012-10-101-6/+39
* - improve docs for MySQL/SQLite foreign key/ON UPDATE|DELETE instructions,Mike Bayer2012-09-231-1/+8