| Commit message (Expand) | Author | Age | Files | Lines |
* | Tell mysql that Unicode columns are unicodepr/102 | Angus Lees | 2014-07-10 | 1 | -2/+7 |
* | - The mechanics of the :meth:`.ConnectionEvents.dbapi_error` handler | Mike Bayer | 2014-07-03 | 2 | -25/+90 |
* | - add link to dialect docs for SQLite autoincrement from column autoincrement, | Mike Bayer | 2014-07-03 | 2 | -4/+9 |
* | - Fixed bug where items that were persisted, deleted, or had a | Mike Bayer | 2014-07-01 | 1 | -1/+4 |
* | - repair the _enable_single_crit method, it was named the same | Mike Bayer | 2014-06-30 | 2 | -13/+14 |
* | - add new section Working with Raw DBAPI Connections, fixes #2218. | Mike Bayer | 2014-06-30 | 1 | -0/+9 |
* | - attach the ResultMetaData to the Compiled object, when we detect that | Mike Bayer | 2014-06-29 | 2 | -4/+14 |
* | - cut out some calls by inlining the calls to get_history() | Mike Bayer | 2014-06-28 | 1 | -9/+8 |
* | - Fixed a bug within the custom operator plus :meth:`.TypeEngine.with_variant` | Mike Bayer | 2014-06-27 | 1 | -2/+7 |
* | - MySQL error 2014 "commands out of sync" appears to be raised as a | Mike Bayer | 2014-06-27 | 1 | -1/+1 |
* | - Fixed bug involving dynamic attributes, that was again a regression | Mike Bayer | 2014-06-26 | 1 | -2/+3 |
* | - Fixed bug when the declarative ``__abstract__`` flag was not being | Mike Bayer | 2014-06-25 | 1 | -1/+1 |
* | - write some really complete docs on MSSQL autoincrement, fixes #3094 | Mike Bayer | 2014-06-24 | 2 | -13/+142 |
* | - reverse course in #3061 so that we instead no longer set None in the attribute | Mike Bayer | 2014-06-23 | 1 | -9/+1 |
* | - Reverted the change for :ticket:`3060` - this is a unit of work | Mike Bayer | 2014-06-23 | 1 | -1/+1 |
* | - Additional checks have been added for the case where an inheriting | Mike Bayer | 2014-06-20 | 1 | -7/+16 |
* | - The :paramref:`.Column.nullable` flag is implicitly set to ``False`` | Mike Bayer | 2014-06-20 | 1 | -0/+1 |
* | - Added a new type :class:`.postgresql.OID` to the Postgresql dialect. | Mike Bayer | 2014-06-20 | 2 | -2/+15 |
* | - Fixed bug where column names added to ``mysql_length`` parameter | Mike Bayer | 2014-06-18 | 1 | -3/+7 |
* | - Modified the behavior of :func:`.orm.load_only` such that primary key | Mike Bayer | 2014-06-12 | 2 | -3/+18 |
* | Update compiler.py | BY-jk | 2014-06-08 | 1 | -1/+2 |
* | Merge branch 'master' of https://github.com/BY-jk/sqlalchemy | Mike Bayer | 2014-06-08 | 1 | -1/+1 |
|\ |
|
| * | Wrong type usagepr/95 | BY-jk | 2014-05-30 | 1 | -1/+1 |
* | | once kwarg in event funcs is new in 0.9.4 | Justin Wood (Callek) | 2014-06-05 | 1 | -2/+2 |
* | | - remove drizzle dialect | Mike Bayer | 2014-05-30 | 7 | -735/+123 |
* | | - vastly improve the "safe close cursor" tests in test_reconnect | Mike Bayer | 2014-05-30 | 2 | -3/+3 |
* | | - The ``__mapper_args__`` dictionary is copied from a declarative | Mike Bayer | 2014-05-30 | 1 | -1/+4 |
* | | - changelog + docs for pg8000 transaction isolation level | Mike Bayer | 2014-05-30 | 3 | -2/+39 |
* | | Merge branch 'master' of https://github.com/tlocke/sqlalchemy into tlocke-master | Mike Bayer | 2014-05-30 | 1 | -21/+40 |
|\ \ |
|
| * | | PEP 8 tidy of pg8000 dialect and postgresql/test_dialect.pypr/88 | Tony Locke | 2014-05-22 | 1 | -14/+11 |
| * | | Autocommit isolation level for postgresql+pg8000 | Tony Locke | 2014-05-22 | 1 | -0/+24 |
| * | | Updated doc string for postgresql+pg8000 dialect | Tony Locke | 2014-05-21 | 1 | -10/+8 |
| * | | pg8000.dbapi is now just pg8000 | Tony Locke | 2014-05-21 | 1 | -1/+1 |
* | | | update comments | Mike Bayer | 2014-05-30 | 1 | -4/+6 |
* | | | Merge branch 'psycopg_disconnect' of https://github.com/dirkmueller/sqlalchemy | Mike Bayer | 2014-05-30 | 1 | -1/+5 |
|\ \ \ |
|
| * | | | Another Variant for detecting if a connection is closedpr/87 | Dirk Mueller | 2014-05-11 | 1 | -1/+5 |
| | |/
| |/| |
|
* | | | revert this, not sure why that changed | Mike Bayer | 2014-05-30 | 1 | -1/+1 |
* | | | - Related to :ticket:`3060`, an adjustment has been made to the unit | Mike Bayer | 2014-05-30 | 6 | -25/+40 |
* | | | - add a new assertsql construct "Or", so that we can test for a UOW flush | Mike Bayer | 2014-05-30 | 1 | -1/+20 |
* | | | - Adjustment to attribute mechanics concerning when a value is | Mike Bayer | 2014-05-29 | 11 | -64/+61 |
* | | | - Fixed a few edge cases which arise in the so-called "row switch" | Mike Bayer | 2014-05-28 | 4 | -10/+31 |
* | | | - Fixed bug in INSERT..FROM SELECT construct where selecting from a | Mike Bayer | 2014-05-25 | 1 | -1/+1 |
* | | | - Added the ``hashable=False`` flag to the PG :class:`.HSTORE` type, which | Mike Bayer | 2014-05-25 | 1 | -0/+1 |
* | | | - Fixed bug in subquery eager loading where a long chain of | Mike Bayer | 2014-05-25 | 1 | -1/+1 |
* | | | - Fixed bug in SQLite join rewriting where anonymized column names | Mike Bayer | 2014-05-25 | 1 | -0/+3 |
* | | | - repair oracle compilation for new limit/offset system. | Mike Bayer | 2014-05-24 | 1 | -15/+26 |
* | | | - fix some identity map accessors | Mike Bayer | 2014-05-24 | 2 | -1/+40 |
* | | | - revert the memoized committed_state / callables changes as they appear to a... | Mike Bayer | 2014-05-24 | 1 | -19/+8 |
* | | | - fix typos in test | Mike Bayer | 2014-05-24 | 1 | -0/+3 |
* | | | - Fixed bug where the :meth:`.Operators.__and__`, | Mike Bayer | 2014-05-24 | 2 | -8/+40 |