| Commit message (Expand) | Author | Age | Files | Lines |
* | In SingletonThreadPool, make sure we do not cleanup a newly created connectionpr/76 | JD White | 2014-02-28 | 1 | -3/+4 |
* | fix typos | Mike Bayer | 2014-02-28 | 2 | -2/+2 |
* | add a migration for this one | Mike Bayer | 2014-02-28 | 1 | -3/+36 |
* | - Added a new option to :paramref:`.relationship.innerjoin` which is | Mike Bayer | 2014-02-28 | 5 | -29/+259 |
* | - Fixed bug in :func:`.tuple_` construct where the "type" of essentially | Mike Bayer | 2014-02-27 | 3 | -6/+41 |
* | restore the contracts of update/extend to the degree that the same column ide... | Mike Bayer | 2014-02-27 | 2 | -3/+35 |
* | - Fixed a regression in association proxy caused by :ticket:`2810` which | Mike Bayer | 2014-02-27 | 3 | -6/+45 |
* | - Removed stale names from ``sqlalchemy.orm.interfaces.__all__`` and | Mike Bayer | 2014-02-26 | 2 | -4/+16 |
* | - Adjusted the logic which applies names to the .c collection when | Mike Bayer | 2014-02-26 | 4 | -9/+29 |
* | - Some changes to how the :attr:`.FromClause.c` collection behaves | Mike Bayer | 2014-02-26 | 5 | -33/+269 |
* | - Fixed issue in new :meth:`.TextClause.columns` method where the ordering | Mike Bayer | 2014-02-26 | 4 | -7/+54 |
* | - use MutableMapping to make this more succinct, complete | Mike Bayer | 2014-02-26 | 1 | -47/+35 |
* | docs | Mike Bayer | 2014-02-25 | 4 | -19/+45 |
* | - The new dialect-level keyword argument system for schema-level | Mike Bayer | 2014-02-25 | 5 | -14/+320 |
* | - Fixed bug where events set to listen at the class | Mike Bayer | 2014-02-25 | 3 | -6/+44 |
* | - we're testing a query here with non-standard aliasing which fails on PG and... | Mike Bayer | 2014-02-24 | 1 | -0/+6 |
* | - Fixed regression from 0.8 where using an option like | Mike Bayer | 2014-02-24 | 3 | -0/+25 |
* | - Fixed bug in the versioned_history example where column-level INSERT | Mike Bayer | 2014-02-24 | 3 | -5/+44 |
* | more detail, what actually loads, etc. | Mike Bayer | 2014-02-23 | 1 | -3/+66 |
* | -rewrite expire/refresh section | Mike Bayer | 2014-02-23 | 3 | -63/+192 |
* | no more wheels until they have a point | Mike Bayer | 2014-02-22 | 1 | -2/+0 |
* | - More fixes to SQLite "join rewriting"; the fix from :ticket:`2967` | Mike Bayer | 2014-02-20 | 5 | -15/+112 |
* | fix typorel_0_9_3 | Mike Bayer | 2014-02-19 | 1 | -1/+1 |
* | 0.8.5 released same day | Mike Bayer | 2014-02-19 | 1 | -0/+1 |
* | 0.9.3 | Mike Bayer | 2014-02-19 | 2 | -2/+3 |
* | skip this on oracle | Mike Bayer | 2014-02-19 | 1 | -0/+3 |
* | - Added an additional message to psycopg2 disconnect detection, | Mike Bayer | 2014-02-19 | 2 | -0/+10 |
* | - re: #2967, also fixed a somewhat related issue where join rewriting would fail | Mike Bayer | 2014-02-19 | 3 | -1/+46 |
* | - Fixed bug in SQLite "join rewriting" where usage of an exists() construct | Mike Bayer | 2014-02-19 | 3 | -7/+67 |
* | - add a topological rule here to place PARTITIONS after PARTITION_BY, | Mike Bayer | 2014-02-19 | 1 | -1/+2 |
* | restore the check ahead of the lock to avoid using it after initialization | Mike Bayer | 2014-02-19 | 1 | -6/+7 |
* | backport | Mike Bayer | 2014-02-19 | 2 | -14/+16 |
* | - Added new MySQL-specific :class:`.mysql.DATETIME` which includes | Mike Bayer | 2014-02-19 | 3 | -20/+108 |
* | changelog for pullreq 12 | Mike Bayer | 2014-02-19 | 1 | -0/+11 |
* | Merge branch 'master' of https://bitbucket.org/50onred/sqlalchemy/overview in... | Mike Bayer | 2014-02-19 | 2 | -2/+32 |
|\ |
|
| * | Fixes MySQL dialect partitioning | Marcus McCurdy | 2014-02-14 | 2 | -2/+32 |
* | | - Fixed bug where calling :meth:`.Insert.values` with an empty list | Mike Bayer | 2014-02-19 | 3 | -0/+33 |
* | | - Fixed a critical regression caused by :ticket:`2880` where the newly | Mike Bayer | 2014-02-19 | 3 | -4/+61 |
* | | - update mysql connector python link, #2938 | Mike Bayer | 2014-02-18 | 1 | -1/+1 |
* | | - Support has been improved for Postgresql reflection behavior on very old | Mike Bayer | 2014-02-18 | 6 | -31/+55 |
* | | update docs re: cx_oracle unicode as of 0.9.2, no more outputtypehandlers | Mike Bayer | 2014-02-18 | 2 | -22/+33 |
* | | - dont need this import and it's not in 2.6 anyway | Mike Bayer | 2014-02-17 | 1 | -1/+0 |
* | | ill never remember this URL so put it here | Mike Bayer | 2014-02-17 | 1 | -0/+1 |
* | | - rewrite SQLite reflection tests into one consistent fixture, which tests | Mike Bayer | 2014-02-16 | 3 | -187/+181 |
* | | - need qualifiers here... | Mike Bayer | 2014-02-16 | 1 | -2/+2 |
* | | - The SQLite dialect will now skip unsupported arguments when reflecting | Mike Bayer | 2014-02-16 | 3 | -6/+33 |
* | | - changelog + documentation for pullreq github:65 | Mike Bayer | 2014-02-16 | 2 | -6/+71 |
* | | Merge branch 'master' of https://github.com/eblume/sqlalchemy into t | Mike Bayer | 2014-02-16 | 5 | -161/+237 |
|\ \ |
|
| * | | SQLite dialect - support relection from affinitypr/65 | Erich Blume | 2014-02-03 | 3 | -18/+107 |
| * | | PEP-8 compliance for dialects/sqlite/base.py | Erich Blume | 2014-01-30 | 2 | -143/+129 |