| Commit message (Expand) | Author | Age | Files | Lines |
* | dialects/mysql: inspect superclass for IntegerType in __repr__pr/53pr/52 | Haydn Dufrene | 2013-12-17 | 1 | -0/+4 |
* | - backport unique constraints reflection to 0.8.4, thereby | Roman Podolyaka | 2013-12-03 | 1 | -0/+15 |
* | - The change in :ticket:`2721`, which is that the ``deferrable`` keyword | Mike Bayer | 2013-10-18 | 1 | -0/+56 |
* | - 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 |
* | - 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 |
* | - 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 | 1 | -1/+1 |
|\ |
|
| * | select not return rowcount at mysql+cymysql | Hajime Nakagami | 2013-04-06 | 1 | -1/+1 |
* | | - Improvements to the operation of the pymysql dialect on | Mike Bayer | 2013-04-21 | 1 | -5/+2 |
* | | Merged in bentrofatter/sqlalchemy-2663 (pull request #49) | Mike Bayer | 2013-04-21 | 1 | -0/+5 |
|\ \
| |/
|/| |
|
| * | Added workaround for pymysql3 double wrapping ProgrammingErrors to pymysql di... | Ben Trofatter | 2013-03-18 | 1 | -0/+5 |
* | | - add a nose runner that erases out argv, otherwise | Mike Bayer | 2013-03-25 | 1 | -1/+0 |
|/ |
|
* | more egregious long lines | Mike Bayer | 2013-02-02 | 1 | -37/+68 |
* | 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 | 1 | -1/+1 |
* | 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 | 1 | -17/+17 |
* | just a pep8 pass | Diana Clarke | 2012-11-20 | 1 | -8/+3 |
* | juts a 'expected 2 blank lines' pep8 pass | Diana Clarke | 2012-11-19 | 1 | -2/+31 |
* | - rework the sphinx customizations into distinct modules | Mike Bayer | 2012-10-19 | 1 | -25/+3 |
* | - move out maxdb | Mike Bayer | 2012-10-18 | 1 | -0/+20 |
* | python 3 division | Mike Bayer | 2012-10-10 | 1 | -2/+2 |
* | - [feature] Added "collation" parameter to all | Mike Bayer | 2012-10-10 | 1 | -19/+11 |
* | - [feature] Added TIME type to mysql dialect, | Mike Bayer | 2012-10-10 | 1 | -6/+39 |
* | - improve docs for MySQL/SQLite foreign key/ON UPDATE|DELETE instructions, | Mike Bayer | 2012-09-23 | 1 | -1/+8 |
* | removed outdated reference to TINYINT(1) => BOOLEAN reflection in mysql dialect | Paul Butler | 2012-08-27 | 1 | -4/+0 |
* | - fix concat() operator, tests | Mike Bayer | 2012-08-14 | 1 | -4/+6 |
* | more import cleanups | Mike Bayer | 2012-08-07 | 1 | -13/+14 |
* | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -51/+51 |
* | - a big renaming of all the _Underscore classes to have | Mike Bayer | 2012-07-17 | 1 | -2/+2 |
* | - rewrite rowcount documentation to be as absolutely clear as possible | Mike Bayer | 2012-06-12 | 1 | -0/+18 |
* | Add some `Sphinx` paragraph level versions informations markups, | Mike Bayer | 2012-06-08 | 1 | -1/+1 |
* | - [bug] Dialect no longer emits expensive server | Mike Bayer | 2012-05-24 | 1 | -2/+0 |
* | - [feature] Inspector.get_primary_keys() is | Mike Bayer | 2012-04-24 | 1 | -4/+4 |
|\ |
|
| * | deprecate inspector.get_primary_keys() in favor of inspector.get_pk_constraint() | Diana Clarke | 2012-04-02 | 1 | -4/+4 |
* | | - mysql [bug] Fixed bug whereby if cast() is used | Mike Bayer | 2012-04-16 | 1 | -2/+2 |
* | | - test explicitly for 'VIEW', 'SYSTEM VIEW' | Mike Bayer | 2012-04-12 | 1 | -1/+1 |
* | | Modified MySQLDialect.get_view_names() to also return system views such as th... | elazar | 2012-04-11 | 1 | -2/+1 |
* | | - adjust mysql patch a bit so that we use | Mike Bayer | 2012-04-08 | 1 | -2/+6 |
* | | Fix innodb autoinc constraint (double)quoting | Jeff Dairiki | 2012-04-06 | 1 | -1/+1 |