| Commit message (Expand) | Author | Age | Files | Lines |
| * | Tell mysql that Unicode columns are unicodepr/102 | Angus Lees | 2014-07-10 | 1 | -3/+8 |
| * | - The mechanics of the :meth:`.ConnectionEvents.dbapi_error` handler | Mike Bayer | 2014-07-03 | 1 | -0/+111 |
| * | - ensure ACID set up on this table for MySQL | Mike Bayer | 2014-07-01 | 1 | -2/+3 |
| * | - Fixed bug where items that were persisted, deleted, or had a | Mike Bayer | 2014-07-01 | 2 | -0/+67 |
| * | - repair the _enable_single_crit method, it was named the same | Mike Bayer | 2014-06-30 | 1 | -0/+154 |
| * | - Fixed a bug within the custom operator plus :meth:`.TypeEngine.with_variant` | Mike Bayer | 2014-06-27 | 1 | -1/+30 |
| * | - Fixed bug involving dynamic attributes, that was again a regression | Mike Bayer | 2014-06-26 | 1 | -0/+17 |
| * | - Fixed bug when the declarative ``__abstract__`` flag was not being | Mike Bayer | 2014-06-25 | 1 | -1/+24 |
| * | - add a test to confirm #3096, we definitely get a timedelta | Mike Bayer | 2014-06-25 | 1 | -0/+10 |
| * | - reverse course in #3061 so that we instead no longer set None in the attribute | Mike Bayer | 2014-06-23 | 4 | -38/+135 |
| * | - Reverted the change for :ticket:`3060` - this is a unit of work | Mike Bayer | 2014-06-23 | 1 | -0/+21 |
| * | - use new Or() directive to test for both SQL variants here, which can vary | Mike Bayer | 2014-06-21 | 1 | -7/+16 |
| * | - fix test failures | Mike Bayer | 2014-06-21 | 2 | -5/+5 |
| * | - Additional checks have been added for the case where an inheriting | Mike Bayer | 2014-06-20 | 9 | -69/+111 |
| * | - The :paramref:`.Column.nullable` flag is implicitly set to ``False`` | Mike Bayer | 2014-06-20 | 1 | -0/+18 |
| * | - Added a new type :class:`.postgresql.OID` to the Postgresql dialect. | Mike Bayer | 2014-06-20 | 1 | -0/+13 |
| * | - Fixed bug where column names added to ``mysql_length`` parameter | Mike Bayer | 2014-06-18 | 1 | -0/+33 |
| * | - Modified the behavior of :func:`.orm.load_only` such that primary key | Mike Bayer | 2014-06-12 | 1 | -5/+36 |
| * | - fix this test for MySQL, needs InnoDB | Mike Bayer | 2014-05-30 | 1 | -3/+7 |
| * | - vastly improve the "safe close cursor" tests in test_reconnect | Mike Bayer | 2014-05-30 | 1 | -14/+57 |
| * | - The ``__mapper_args__`` dictionary is copied from a declarative | Mike Bayer | 2014-05-30 | 1 | -0/+27 |
| * | Merge branch 'master' of https://github.com/tlocke/sqlalchemy into tlocke-master | Mike Bayer | 2014-05-30 | 3 | -68/+58 |
| |\ |
|
| | * | PEP 8 tidy of pg8000 dialect and postgresql/test_dialect.pypr/88 | Tony Locke | 2014-05-22 | 1 | -50/+40 |
| | * | Autocommit isolation level for postgresql+pg8000 | Tony Locke | 2014-05-22 | 1 | -7/+13 |
| | * | Add postgresql+pg8000 to floats_to_four_decimals | Tony Locke | 2014-05-21 | 1 | -2/+5 |
| | * | pg8000 now passes test_extract() test | Tony Locke | 2014-05-21 | 1 | -1/+0 |
| | * | Two tests now work for pg800 in EnumTest | Tony Locke | 2014-05-21 | 1 | -6/+0 |
| | * | pg8000 no longer truncates decimals | Tony Locke | 2014-05-21 | 1 | -2/+0 |
| * | | - Related to :ticket:`3060`, an adjustment has been made to the unit | Mike Bayer | 2014-05-30 | 1 | -13/+6 |
| * | | - add a new assertsql construct "Or", so that we can test for a UOW flush | Mike Bayer | 2014-05-30 | 1 | -9/+18 |
| * | | - Adjustment to attribute mechanics concerning when a value is | Mike Bayer | 2014-05-29 | 1 | -6/+72 |
| * | | - Fixed a few edge cases which arise in the so-called "row switch" | Mike Bayer | 2014-05-28 | 2 | -1/+127 |
| * | | - Fixed bug in INSERT..FROM SELECT construct where selecting from a | Mike Bayer | 2014-05-25 | 1 | -1/+19 |
| * | | - Added the ``hashable=False`` flag to the PG :class:`.HSTORE` type, which | Mike Bayer | 2014-05-25 | 1 | -0/+15 |
| * | | - Fixed bug in subquery eager loading where a long chain of | Mike Bayer | 2014-05-25 | 2 | -1/+112 |
| * | | - Fixed bug in SQLite join rewriting where anonymized column names | Mike Bayer | 2014-05-25 | 2 | -1/+57 |
| * | | - repair oracle compilation for new limit/offset system. | Mike Bayer | 2014-05-24 | 1 | -15/+22 |
| * | | - reset callcounts | Mike Bayer | 2014-05-24 | 1 | -396/+291 |
| * | | - revert the memoized committed_state / callables changes as they appear to a... | Mike Bayer | 2014-05-24 | 1 | -1/+3 |
| * | | - fix typos in test | Mike Bayer | 2014-05-24 | 1 | -2/+2 |
| * | | - Fixed bug where the :meth:`.Operators.__and__`, | Mike Bayer | 2014-05-24 | 1 | -0/+49 |
| * | | - more tests, including backend tests | Mike Bayer | 2014-05-16 | 3 | -13/+78 |
| * | | Merge branch 'issue_3034' of https://bitbucket.org/dobesv/sqlalchemy/branch/i... | Mike Bayer | 2014-05-16 | 1 | -0/+13 |
| |\ \
| |/
|/| |
|
| | * | Expand test to also test whether offset accepts a bindparam. | Dobes Vandermeer | 2014-04-24 | 1 | -2/+6 |
| | * | Proof-of-concept implementation of supporting bindparam for offset and limit ... | Dobes Vandermeer | 2014-04-24 | 1 | -0/+9 |
| * | | - changelog for #2785 | Mike Bayer | 2014-05-16 | 1 | -29/+15 |
| * | | Merge branch 'zero_indexes-param-for-postgresql-ARRAY-type' of https://bitbuc... | Mike Bayer | 2014-05-16 | 1 | -0/+53 |
| |\ \ |
|
| | * | | zero_indexes-param-for-postgresql-ARRAY-type | Alexey Terentev | 2014-05-13 | 1 | -0/+53 |
| * | | | - Fixed bug in mutable extension where :class:`.MutableDict` did not | Mike Bayer | 2014-05-14 | 1 | -0/+17 |
| * | | | Merged in WSMcG/sqlalchemy (pull request #15)
| Mike Bayer | 2014-05-12 | 1 | -0/+4 |
| |\ \ \
| |/ /
|/| | |
|