| Commit message (Expand) | Author | Age | Files | Lines |
| * | forwards port 0.9 changelog update | Mike Bayer | 2014-07-22 | 1 | -1/+1 |
| * | - forwards port 0.8 changelog update | Mike Bayer | 2014-07-22 | 1 | -0/+1 |
| * | - missing 0.8 change forwards port | Mike Bayer | 2014-07-22 | 1 | -0/+9 |
| * | spelling | Mike Bayer | 2014-07-22 | 1 | -1/+1 |
| * | - ticket inline | Mike Bayer | 2014-07-22 | 1 | -5/+1 |
| * | - update some SQL server tests, support | Mike Bayer | 2014-07-22 | 1 | -1/+3 |
| * | - fix missing release date | Mike Bayer | 2014-07-21 | 1 | -0/+1 |
| * | - Fixed bug introduced in 0.9.5 by new pg8000 isolation level feature | Mike Bayer | 2014-07-21 | 1 | -0/+9 |
| * | Fix doc gen on Windows platformpr/120 | Bog | 2014-07-21 | 1 | -1/+1 |
| * | - Fixed bug in oracle dialect test suite where in one test, | Mike Bayer | 2014-07-18 | 1 | -0/+9 |
| * | - forwards-port changelog for ref #3093 | Mike Bayer | 2014-07-16 | 2 | -9/+14 |
| * | - Fixed a regression caused by :ticket:`2976` released in 0.9.4 where | Mike Bayer | 2014-07-15 | 1 | -0/+13 |
| * | - Fixed a SQLite join rewriting issue where a subquery that is embedded | Mike Bayer | 2014-07-15 | 1 | -0/+11 |
| * | - Fix bug in naming convention feature where using a check | Mike Bayer | 2014-07-14 | 1 | -0/+16 |
| * | - Fixed a regression from 0.9.5 caused by :ticket:`3025` where the | Mike Bayer | 2014-07-14 | 1 | -0/+10 |
| * | - Added statement encoding to the "SET IDENTITY_INSERT" | Mike Bayer | 2014-07-14 | 1 | -0/+10 |
| * | - In the SQL Server pyodbc dialect, repaired the implementation | Mike Bayer | 2014-07-14 | 1 | -0/+12 |
| * | - Fixed a regression from 0.9.0 due to :ticket:`2736` where the | Mike Bayer | 2014-07-14 | 1 | -0/+12 |
| * | -Fixed bug in common table expressions whereby positional bound | Mike Bayer | 2014-07-14 | 1 | -0/+9 |
| * | - Fixed bug where multi-valued :class:`.Insert` construct would fail | Mike Bayer | 2014-07-14 | 1 | -0/+9 |
| * | need a 1.0.0 here | Mike Bayer | 2014-07-14 | 1 | -0/+1 |
| * | - Added a "str()" step to the dialect_kwargs iteration for | Mike Bayer | 2014-07-14 | 1 | -0/+10 |
| * | - Fixed bug in :class:`.Enum` and other :class:`.SchemaType` | Mike Bayer | 2014-07-13 | 1 | -0/+10 |
| * | - The :meth:`.TypeEngine.with_variant` method will now accept a | Mike Bayer | 2014-07-10 | 1 | -0/+9 |
| * | - Changed the default value of "raise_on_warnings" to False for | Mike Bayer | 2014-07-09 | 1 | -0/+9 |
| * | - add 0.9 changelog | Mike Bayer | 2014-07-09 | 1 | -0/+9 |
| * | - Fixed bug where "python setup.py test" wasn't calling into | Mike Bayer | 2014-07-09 | 1 | -0/+8 |
| * | - The "evaulator" for query.update()/delete() won't work with multi-table | Mike Bayer | 2014-07-08 | 1 | -0/+10 |
| * | - add postgresql_regconfig argument to PG dialect for match() operator, | jonathan vanasco | 2014-07-08 | 1 | -0/+11 |
| * | document JSONB | Mike Bayer | 2014-07-07 | 1 | -2/+5 |
| * | changelog | Mike Bayer | 2014-07-07 | 1 | -0/+8 |
| * | Merge pull request #100 from plaes/typos | mike bayer | 2014-07-06 | 1 | -1/+1 |
| |\ |
|
| | * | typo: s/founds/found | Priit Laes | 2014-06-28 | 1 | -1/+1 |
| * | | changelog, fixes #3093 | Mike Bayer | 2014-07-06 | 1 | -0/+9 |
| * | | - changelog | Mike Bayer | 2014-07-06 | 1 | -0/+8 |
| * | | - rework the entire approach to #3076. As we need to catch all exceptions | Mike Bayer | 2014-07-04 | 3 | -41/+6 |
| * | | - Added new attributes :attr:`.ExecutionContext.exception` and | Mike Bayer | 2014-07-03 | 1 | -0/+10 |
| * | | - The mechanics of the :meth:`.ConnectionEvents.dbapi_error` handler | Mike Bayer | 2014-07-03 | 2 | -0/+38 |
| * | | - Fixed bug where items that were persisted, deleted, or had a | Mike Bayer | 2014-07-01 | 1 | -0/+11 |
| * | | - repair the _enable_single_crit method, it was named the same | Mike Bayer | 2014-06-30 | 1 | -0/+10 |
| * | | - add new section Working with Raw DBAPI Connections, fixes #2218. | Mike Bayer | 2014-06-30 | 1 | -0/+65 |
| |/ |
|
| * | - Fixed a bug within the custom operator plus :meth:`.TypeEngine.with_variant` | Mike Bayer | 2014-06-27 | 1 | -0/+9 |
| * | wrong version number | Mike Bayer | 2014-06-27 | 1 | -1/+1 |
| * | - MySQL error 2014 "commands out of sync" appears to be raised as a | Mike Bayer | 2014-06-27 | 1 | -0/+10 |
| * | - Fixed bug involving dynamic attributes, that was again a regression | Mike Bayer | 2014-06-26 | 1 | -0/+8 |
| * | add missing release date | Mike Bayer | 2014-06-25 | 1 | -1/+1 |
| * | - Fixed bug when the declarative ``__abstract__`` flag was not being | Mike Bayer | 2014-06-25 | 1 | -0/+14 |
| * | fix pullreq link in changelog_09.rst edited online with Bitbucket | uralbash | 2014-06-24 | 1 | -3/+2 |
| * | - reverse course in #3061 so that we instead no longer set None in the attribute | Mike Bayer | 2014-06-23 | 2 | -17/+8 |
| * | - Reverted the change for :ticket:`3060` - this is a unit of work | Mike Bayer | 2014-06-23 | 1 | -0/+20 |