| Commit message (Expand) | Author | Age | Files | Lines |
| * | - The MySQL dialect now supports CAST on types that are constructed | Mike Bayer | 2015-02-09 | 1 | -3/+6 |
| * | - add a fix to MySQL re: #3074 tests, make sure we check table is present | Mike Bayer | 2015-02-09 | 1 | -1/+2 |
| * | - A warning is emitted when :func:`.cast` is used with the MySQL | Mike Bayer | 2015-02-09 | 1 | -0/+7 |
| * | - The MySQL dialect now renders TIMESTAMP with NULL / NOT NULL in | Mike Bayer | 2015-02-05 | 1 | -48/+40 |
| * | - Added new user-space accessors for viewing transaction isolation | Mike Bayer | 2015-01-20 | 1 | -1/+1 |
| * | - Custom dialects that implement :class:`.GenericTypeCompiler` can | Mike Bayer | 2015-01-16 | 1 | -37/+39 |
| * | - use a different bitwise approach here that doesn't require iterating | Mike Bayer | 2015-01-03 | 1 | -5/+6 |
| * | - The :class:`.mysql.SET` type has been overhauled to no longer | Mike Bayer | 2015-01-03 | 1 | -49/+114 |
| * | - restate sort_tables in terms of a more fine grained | Mike Bayer | 2015-01-01 | 1 | -2/+2 |
| * | - 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-18 | 1 | -0/+12 |
| * | - Added a version check to the MySQLdb dialect surrounding the | Mike Bayer | 2014-12-16 | 1 | -6/+7 |
| * | - Updated the "supports_unicode_statements" flag to True for MySQLdb | Mike Bayer | 2014-12-04 | 2 | -3/+2 |
| * | - The :meth:`.Operators.match` operator is now handled such that the | Mike Bayer | 2014-12-04 | 1 | -0/+9 |
| * | - don't do inline string interpolation when logging | Jon Nelson | 2014-11-11 | 1 | -1/+1 |
| * | - Mysqlconnector as of version 2.0, probably as a side effect of | Mike Bayer | 2014-10-12 | 1 | -6/+40 |
| * | Merge remote-tracking branch 'origin/pr/140' into pr140 | Mike Bayer | 2014-10-11 | 2 | -3/+3 |
| |\ |
|
| | * | cleanup exception handling - use new exception hierarchy (since python 2.5)pr/140 | ndparker | 2014-10-02 | 2 | -9/+3 |
| | * | improve exception vs. exit handling | ndparker | 2014-09-23 | 2 | -0/+6 |
| * | | - use provide_metadata for new unique constraint / index tests | Mike Bayer | 2014-10-04 | 1 | -0/+23 |
| * | | Reflect unique constraints when reflecting a Table object | Johannes Erdfelt | 2014-09-17 | 1 | -1/+2 |
| |/ |
|
| * | - omit MySQL index flavor if its None | Mike Bayer | 2014-09-05 | 1 | -1/+2 |
| * | - MySQL boolean symbols "true", "false" work again. 0.9's change | Mike Bayer | 2014-09-05 | 1 | -0/+12 |
| * | - ensure literal_binds works with LIMIT clause, FOR UPDATE | Mike Bayer | 2014-09-03 | 1 | -6/+6 |
| * | - 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 |
| * | - The MySQL dialect will now disable :meth:`.ConnectionEvents.handle_error` | Mike Bayer | 2014-07-25 | 1 | -3/+6 |
| * | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 10 | -275/+327 |
| * | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 10 | -10/+20 |
| * | - Changed the default value of "raise_on_warnings" to False for | Mike Bayer | 2014-07-09 | 1 | -1/+3 |
| * | - 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 |
| * | - remove drizzle dialect | Mike Bayer | 2014-05-30 | 1 | -20/+123 |
| * | - fix some identity map accessors | Mike Bayer | 2014-05-24 | 1 | -1/+1 |
| * | Merge branch 'issue_3034' of https://bitbucket.org/dobesv/sqlalchemy/branch/i... | Mike Bayer | 2014-05-16 | 1 | -8/+8 |
| |\ |
|
| | * | Use _offset_clause and _limit_clause, which are always Visitable and usually ... | Dobes Vandermeer | 2014-04-25 | 1 | -8/+8 |
| * | | 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 |