| Commit message (Expand) | Author | Age | Files | Lines |
| * | - backport doc improvements from 31f96c27a5fea302358ba580313a2f742c12b83d re: | Mike Bayer | 2016-03-15 | 1 | -7/+23 |
| * | - cross-linking for pool recycle feature | Mike Bayer | 2015-10-30 | 1 | -0/+5 |
| * | - merge recent commits from master which reorganize and | Mike Bayer | 2015-03-22 | 8 | -42/+117 |
| * | - Fixed unicode support for PyMySQL when using an "executemany" | Mike Bayer | 2015-03-22 | 1 | -2/+6 |
| * | fix Python 2-specific byte conversion | David Marin | 2015-03-20 | 1 | -1/+3 |
| * | - copyright 2015 | Mike Bayer | 2015-03-10 | 10 | -10/+10 |
| * | - Added new user-space accessors for viewing transaction isolation | Mike Bayer | 2015-01-20 | 1 | -1/+1 |
| * | - ouch, this needs to be in dbapi, not module level! | Mike Bayer | 2014-12-19 | 1 | -7/+8 |
| * | - make the google deprecation messages more specific, use full URL | Mike Bayer | 2014-12-19 | 2 | -4/+15 |
| * | Update gaerdbms to highlight improved connection method | Rob Berry | 2014-12-19 | 1 | -0/+12 |
| * | - Added a version check to the MySQLdb dialect surrounding the | Mike Bayer | 2014-12-16 | 1 | -6/+7 |
| * | - Mysqlconnector as of version 2.0, probably as a side effect of | Mike Bayer | 2014-10-12 | 1 | -6/+40 |
| * | - mention that FOUND_ROWS is hardcoded; fixes #3146 | Mike Bayer | 2014-08-25 | 1 | -7/+5 |
| * | - rewrite all the sqlite/pysqlite transaction isolation docs | Mike Bayer | 2014-08-09 | 1 | -0/+2 |
| * | - add some docs to try to explain the behavior with MySQL / TIMESTAMP. | Mike Bayer | 2014-08-04 | 1 | -0/+91 |
| * | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 10 | -273/+368 |
| * | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 10 | -10/+20 |
| * | - MySQL error 2014 "commands out of sync" appears to be raised as a | Mike Bayer | 2014-06-27 | 1 | -1/+1 |
| * | - Fixed bug where column names added to ``mysql_length`` parameter | Mike Bayer | 2014-06-18 | 1 | -3/+7 |
| * | Merged in WSMcG/sqlalchemy (pull request #15)
| Mike Bayer | 2014-05-12 | 1 | -1/+1 |
| |\ |
|
| | * | Added optional '=' to MySQL KEY_BLOCK_SIZE regex | W. Sean McGivern | 2014-04-19 | 1 | -1/+1 |
| * | | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -1/+1 |
| |/ |
|
| * | - Tweaked the settings for mysql-connector-python; in Py2K, the | Mike Bayer | 2014-03-27 | 1 | -1/+4 |
| * | cut out the BS as far as MySQLdb urls, put the one url everyone should be using | Mike Bayer | 2014-03-04 | 1 | -22/+14 |
| * | - add a topological rule here to place PARTITIONS after PARTITION_BY, | Mike Bayer | 2014-02-19 | 1 | -1/+2 |
| * | - Added new MySQL-specific :class:`.mysql.DATETIME` which includes | Mike Bayer | 2014-02-19 | 1 | -17/+73 |
| * | Merge branch 'master' of https://bitbucket.org/50onred/sqlalchemy/overview in... | Mike Bayer | 2014-02-19 | 1 | -2/+2 |
| |\ |
|
| | * | Fixes MySQL dialect partitioning | Marcus McCurdy | 2014-02-14 | 1 | -2/+2 |
| * | | - update mysql connector python link, #2938 | Mike Bayer | 2014-02-18 | 1 | -1/+1 |
| * | | - expand docs on MySQL table arguments beyond just storage engines | Mike Bayer | 2014-02-15 | 1 | -30/+63 |
| |/ |
|
| * | Parse server version info more robustlypr/69 | Matt (work) | 2014-02-11 | 1 | -1/+8 |
| * | - Fixed bug which prevented MySQLdb-based dialects (e.g. | Mike Bayer | 2014-02-03 | 1 | -0/+1 |
| * | - add a few missing methods to the cymysql dialect | Mike Bayer | 2014-02-02 | 1 | -0/+8 |
| * | - Added new test coverage for so-called "down adaptions" of SQL types, | Mike Bayer | 2014-01-22 | 1 | -3/+4 |
| * | - implement kwarg validation and type system for dialect-specific | Mike Bayer | 2014-01-18 | 1 | -9/+25 |
| * | - The MySQL CAST compilation now takes into account aspects of a string | Mike Bayer | 2014-01-13 | 2 | -10/+50 |
| * | - happy new year | Mike Bayer | 2014-01-05 | 10 | -10/+10 |
| * | - Improvements to the system by which SQL types generate within | Mike Bayer | 2013-12-18 | 1 | -8/+27 |
| * | - work in progress, will squash | Mike Bayer | 2013-11-28 | 1 | -10/+3 |
| * | Merge branch 'for_update_of' of github.com:mlassnig/sqlalchemy into for_updat... | Mike Bayer | 2013-11-28 | 1 | -1/+8 |
| |\ |
|
| | * | added LockmodeArgspr/42 | Mario Lassnig | 2013-11-28 | 1 | -1/+8 |
| * | | - evaulate decimal_return_scale statelessly. Don't re-assign to self.decimal... | Mike Bayer | 2013-11-23 | 1 | -2/+0 |
| * | | - The precision used when coercing a returned floating point value to | Mike Bayer | 2013-11-22 | 1 | -1/+18 |
| |/ |
|
| * | - Fix and test parsing of MySQL foreign key options within reflection; | Mike Bayer | 2013-10-25 | 1 | -1/+1 |
| * | Merge branch 'master' of github.com:ijl/sqlalchemy into merge_2183 | Mike Bayer | 2013-10-25 | 1 | -1/+1 |
| |\ |
|
| | * | #2183: Metadata.reflect() foreign keys include options when the dialect expos... | ijl | 2013-10-13 | 1 | -1/+1 |
| * | | - The change in :ticket:`2721`, which is that the ``deferrable`` keyword | Mike Bayer | 2013-10-18 | 1 | -1/+40 |
| * | | The MySQL :class:`.mysql.SET` type now features the same auto-quoting | Mike Bayer | 2013-10-14 | 1 | -66/+87 |
| * | | 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 |
| |/ |
|