| Commit message (Expand) | Author | Age | Files | Lines |
| * | - The change in :ticket:`2721`, which is that the ``deferrable`` keyword | Mike Bayer | 2013-10-18 | 1 | -0/+56 |
| * | MySQL-connector dialect now allows options in the create_engine | Mike Bayer | 2013-10-13 | 1 | -2/+3 |
| * | - Fixed bug in default compiler plus those of postgresql, mysql, and | Mike Bayer | 2013-10-12 | 1 | -1/+2 |
| * | move FAQ to the docs, [ticket:2133] | Mike Bayer | 2013-08-21 | 1 | -0/+2 |
| * | Updates to MySQL reserved words for versions 5.5, 5.6, courtesy | Mike Bayer | 2013-07-31 | 1 | -0/+10 |
| * | Merge pull request #3 from bslatkin/master | mike bayer | 2013-06-08 | 1 | -7/+16 |
| * | - changelog for [ticket:2704] | Mike Bayer | 2013-06-08 | 1 | -9/+13 |
| * | Fix using of 'mysql_length' for composite indexes | Roman Podolyaka | 2013-06-08 | 1 | -7/+25 |
| * | The ``deferrable`` keyword argument on :class:`.ForeignKey` and | Mike Bayer | 2013-06-03 | 1 | -0/+2 |
| * | Updated mysqlconnector dialect to check for disconnect based | Mike Bayer | 2013-04-29 | 1 | -1/+2 |
| * | - fix long-outdated documentation for sql_mode/ansiquotes, | Mike Bayer | 2013-04-29 | 1 | -26/+15 |
| * | - changelog | Mike Bayer | 2013-04-21 | 1 | -1/+1 |
| * | merge cymysql branch | Mike Bayer | 2013-04-21 | 2 | -1/+2 |
| |\ |
|
| | * | merge from default | Hajime Nakagami | 2013-04-20 | 1 | -2/+2 |
| | |\ |
|
| | * | | mysql+cymysql dialect supports_sane_rowcount = False | Hajime Nakagami | 2013-04-13 | 1 | -0/+1 |
| | * | | a bit revert | Hajime Nakagami | 2013-04-13 | 1 | -8/+0 |
| | * | | select not return rowcount at mysql+cymysql | Hajime Nakagami | 2013-04-06 | 1 | -1/+1 |
| | * | | merge from default | Hajime Nakagami | 2013-04-06 | 1 | -1/+0 |
| | |\ \ |
|
| | * | | | do_execute() hook in cymysql dialect | Hajime Nakagami | 2013-03-07 | 1 | -0/+8 |
| * | | | | - Improvements to the operation of the pymysql dialect on | Mike Bayer | 2013-04-21 | 2 | -17/+10 |
| * | | | | Merged in bentrofatter/sqlalchemy-2663 (pull request #49) | Mike Bayer | 2013-04-21 | 2 | -0/+17 |
| |\ \ \ \
| |_|_|/
|/| | | |
|
| | * | | | Added workaround for pymysql3 double wrapping ProgrammingErrors to pymysql di... | Ben Trofatter | 2013-03-18 | 2 | -0/+17 |
| | |/ / |
|
| * | | | Fix mysql+gaerdbms dialect for changed exception format | Dan Ring | 2013-04-19 | 1 | -2/+2 |
| | |/
|/| |
|
| * | | - add a nose runner that erases out argv, otherwise | Mike Bayer | 2013-03-25 | 1 | -1/+0 |
| |/ |
|
| * | is_disconnect() in cymysql dialect | Hajime Nakagami | 2013-03-02 | 1 | -0/+11 |
| * | modify _extract_error_code() at cymysql dialect | Hajime Nakagami | 2013-03-02 | 1 | -5/+1 |
| * | fix easy miss | Hajime Nakagami | 2013-03-01 | 1 | -0/+1 |
| * | fix easy miss | Hajime Nakagami | 2013-03-01 | 1 | -4/+4 |
| * | cython's result_processor() | Hajime Nakagami | 2013-03-01 | 1 | -0/+29 |
| * | return erro_code cymysql dialects | Hajime Nakagami | 2013-02-26 | 1 | -4/+5 |
| * | fix cymysql's _extact_error_code() for py3 | Hajime Nakagami | 2013-02-26 | 1 | -1/+4 |
| * | cython's _extract_error_code() | Hajime Nakagami | 2013-02-25 | 1 | -1/+3 |
| * | add cymysql dialect | Hajime Nakagami | 2013-02-17 | 2 | -1/+30 |
| * | more egregious long lines | Mike Bayer | 2013-02-02 | 1 | -37/+68 |
| * | Added a conditional import to the ``gaerdbms`` dialect which attempts | Mike Bayer | 2013-02-02 | 1 | -6/+22 |
| * | Added a new argument to :class:`.Enum` and its base | Mike Bayer | 2013-02-01 | 1 | -0/+1 |
| * | fix incorrect quoting in mysql indexes | Mike Bayer | 2013-01-17 | 1 | -3/+1 |
| * | :class:`.Index` now supports arbitrary SQL expressions and/or | Mike Bayer | 2013-01-16 | 1 | -6/+8 |
| * | remove all specifics from the "supported features" section as this | Mike Bayer | 2013-01-12 | 1 | -21/+3 |
| * | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 9 | -9/+9 |
| * | Fixes issue where GAE error handling can cause AttributeError: 'NoneType' obj... | Owen Nelson | 2012-12-28 | 1 | -1/+3 |
| * | GAE dialect now supports the use of credentials | Owen Nelson | 2012-12-28 | 1 | -1/+3 |
| * | internally at least refer to multirow as "multivalues", to distinguish between | Mike Bayer | 2012-12-08 | 1 | -1/+1 |
| * | compiler: add support for multirow inserts | Idan Kamara | 2012-12-06 | 1 | -0/+1 |
| * | - recognize that do_rollback() and do_commit() work with a DBAPI connection, | Mike Bayer | 2012-11-22 | 1 | -4/+4 |
| * | kill me now, pep8 pass, so close | Diana Clarke | 2012-11-20 | 4 | -55/+60 |
| * | just a pep8 pass | Diana Clarke | 2012-11-20 | 4 | -12/+5 |
| * | juts a 'expected 2 blank lines' pep8 pass | Diana Clarke | 2012-11-19 | 7 | -2/+42 |
| * | - rework the sphinx customizations into distinct modules | Mike Bayer | 2012-10-19 | 8 | -125/+48 |
| * | - move out maxdb | Mike Bayer | 2012-10-18 | 8 | -5/+43 |