| Commit message (Expand) | Author | Age | Files | Lines |
| * | Build string/int processors for JSONIndexType, JSONPathType | Mike Bayer | 2016-08-04 | 1 | -4/+4 |
| * | Propagate kwargs to all MySQL CAST paths | Mike Bayer | 2016-08-04 | 1 | -4/+4 |
| * | - 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 | 1 | -1515/+147 |
| |\ |
|
| | * | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
| | * | - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type provides | Mike Bayer | 2016-01-06 | 1 | -3/+32 |
| | * | - break out mysql/base into modules as it's getting huge with more to come | Mike Bayer | 2016-01-04 | 1 | -1488/+12 |
| | * | - 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 |
| | * | - more updates to the unicode mess to frame this in | Mike Bayer | 2015-03-22 | 1 | -15/+54 |
| | * | some doc defenses | Mike Bayer | 2015-03-21 | 1 | -2/+4 |
| | * | - Repaired the commit for issue #2771 which was inadvertently commented | Mike Bayer | 2015-03-20 | 1 | -1/+1 |
| | * | - reorganize MySQL docs re: unicode, other cleanup and updates | Mike Bayer | 2015-03-20 | 1 | -1/+44 |
| | * | Merge branch 'support-emoji-on-mysql' of https://bitbucket.org/graingert/sqla... | Mike Bayer | 2015-03-20 | 1 | -1/+9 |
| | |\ |
|
| | | * | 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 | 1 | -1/+1 |
| * | | | Add 'native' autocommit support for mysql driverspr/157 | Roman Podoliaka | 2015-02-24 | 1 | -0/+8 |
| |/ / |
|
| * | | - 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 |
| * | - 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 |
| * | Merge remote-tracking branch 'origin/pr/140' into pr140 | Mike Bayer | 2014-10-11 | 1 | -2/+2 |
| |\ |
|
| | * | cleanup exception handling - use new exception hierarchy (since python 2.5)pr/140 | ndparker | 2014-10-02 | 1 | -6/+2 |
| | * | improve exception vs. exit handling | ndparker | 2014-09-23 | 1 | -0/+4 |
| * | | - 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 | 1 | -224/+261 |