| Commit message (Expand) | Author | Age | Files | Lines |
| * | Build string/int processors for JSONIndexType, JSONPathType | Mike Bayer | 2016-08-04 | 2 | -17/+41 |
| * | Propagate kwargs to all MySQL CAST paths | Mike Bayer | 2016-08-04 | 1 | -4/+4 |
| * | - MySQL's JSON shared implementation completely w/ sqltypes.JSON; | Mike Bayer | 2016-07-24 | 1 | -36/+1 |
| * | Disable Enum string validation by default | Mike Bayer | 2016-06-20 | 1 | -1/+3 |
| * | - Added support for rendering "FULL OUTER JOIN" to both Core and ORM. | Mike Bayer | 2016-03-28 | 1 | -1/+8 |
| * | - changelog and docs for #3332, fixes #3332 | Mike Bayer | 2016-03-15 | 1 | -7/+35 |
| * | Merge branch 'master' into pr157 | Mike Bayer | 2016-03-15 | 14 | -1569/+1801 |
| |\ |
|
| | * | - add changelog and migration notes for new Enum features, | Mike Bayer | 2016-02-02 | 1 | -25/+17 |
| | * | - happy new year | Mike Bayer | 2016-01-29 | 14 | -14/+14 |
| | * | - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type provides | Mike Bayer | 2016-01-06 | 3 | -6/+125 |
| | * | - break out mysql/base into modules as it's getting huge with more to come | Mike Bayer | 2016-01-04 | 4 | -1488/+1534 |
| | * | - An adjustment to the regular expression used to parse MySQL views, | Mike Bayer | 2015-12-22 | 1 | -1/+1 |
| | * | Add new reserved words for MySQL 5.7.pr/222 | Hanno Schlichting | 2015-12-14 | 1 | -0/+2 |
| | * | - Fixed bug in MySQL reflection where the "fractional sections portion" | Mike Bayer | 2015-12-07 | 1 | -0/+5 |
| | * | - cross-linking for pool recycle feature | Mike Bayer | 2015-10-30 | 1 | -0/+5 |
| | * | - The system by which a :class:`.Column` considers itself to be an | Mike Bayer | 2015-10-07 | 1 | -31/+0 |
| | * | - as the Concatenable mixin was changed to support calling down to | Mike Bayer | 2015-08-18 | 1 | -1/+4 |
| | * | - Fixed support for "literal_binds" mode when using limit/offset | Mike Bayer | 2015-04-23 | 1 | -1/+1 |
| | * | - Fixed unicode support for PyMySQL when using an "executemany" | Mike Bayer | 2015-03-22 | 1 | -0/+5 |
| | * | - more updates to the unicode mess to frame this in | Mike Bayer | 2015-03-22 | 5 | -75/+63 |
| | * | some doc defenses | Mike Bayer | 2015-03-21 | 3 | -2/+10 |
| | * | - Repaired the commit for issue #2771 which was inadvertently commented | Mike Bayer | 2015-03-20 | 1 | -1/+1 |
| | * | Merge branch 'mysqlclient' of https://bitbucket.org/methane/sqlalchemy into pr48 | Mike Bayer | 2015-03-20 | 1 | -0/+9 |
| | |\ |
|
| | | * | Add mention about mysqlclient | INADA Naoki | 2015-03-14 | 1 | -2/+4 |
| | * | | - reorganize MySQL docs re: unicode, other cleanup and updates | Mike Bayer | 2015-03-20 | 8 | -21/+79 |
| | * | | Merge branch 'support-emoji-on-mysql' of https://bitbucket.org/graingert/sqla... | Mike Bayer | 2015-03-20 | 2 | -1/+21 |
| | |\ \ |
|
| | | * | | add utf8mb4 recommendation | Thomas Grainger | 2015-03-18 | 1 | -0/+12 |
| | | * | | map MySQL encodings to python encodings fixes #2771 | Thomas Grainger | 2015-03-18 | 1 | -1/+9 |
| | | |/ |
|
| | * | | Merge remote-tracking branch 'origin/pr/158' into pr158 | Mike Bayer | 2015-03-20 | 1 | -1/+3 |
| | |\ \
| | |/
| |/| |
|
| | | * | fix Python 2-specific byte conversionpr/158 | David Marin | 2015-02-05 | 1 | -1/+3 |
| | * | | - The Postgresql :class:`.postgresql.ENUM` type will emit a | Mike Bayer | 2015-03-11 | 1 | -0/+1 |
| | * | | - copyright 2015 | Mike Bayer | 2015-03-10 | 10 | -10/+10 |
| * | | | Add 'native' autocommit support for mysql driverspr/157 | Roman Podoliaka | 2015-02-24 | 3 | -0/+33 |
| |/ / |
|
| * | | - 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 |