summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | - The Postgresql :class:`.postgresql.ENUM` type will emit aMike Bayer2015-03-118-41/+310
* | - Added a new event suite :class:`.QueryEvents`. TheMike Bayer2015-03-105-7/+125
* | - The subquery wrapping which occurs when joined eager loadingMike Bayer2015-03-105-13/+104
* | - Fixed bug where the session attachment error "object is alreadyMike Bayer2015-03-103-8/+36
* | - Fixed bug where using an ``__abstract__`` mixin in the middleMike Bayer2015-03-103-0/+71
* | - keep this as 100Mike Bayer2015-03-101-1/+1
* | - feature, not enhancementMike Bayer2015-03-101-1/+1
* | - 0.9.9 changelog updateMike Bayer2015-03-101-0/+1
* | - copyright 2015Mike Bayer2015-03-10170-171/+171
* | - repair doclevelMike Bayer2015-03-101-1/+1
* | - changelog and docs for pullreq bitbucket:45Mike Bayer2015-03-102-0/+30
* | Merge branch 'postgres-concurrently' of https://bitbucket.org/iurisilvio/sqla...Mike Bayer2015-03-102-2/+19
|\ \
| * | Dialect option `postgresql_concurrently` to `Index` construct.Iuri de Silvio2015-02-252-2/+19
* | | Fix dependencies for running coverage checksGilles Dartiguelongue2015-03-101-1/+3
* | | - changelog for pr github:154Mike Bayer2015-03-101-0/+8
* | | Fix slice addressing of _AssociationList with python3Gilles Dartiguelongue2015-03-102-1/+20
* | | - changelog / doc for sqlite partial indexesMike Bayer2015-03-102-0/+31
* | | Merge branch 'sqlite-partial-indexes' of https://bitbucket.org/groner/sqlalch...Mike Bayer2015-03-102-3/+38
|\ \ \
| * | | Partial index support with sqlite dialects.Kai Groner2015-01-261-2/+16
| * | | Test for partial index support in sqlite dialects.Kai Groner2015-01-261-1/+22
* | | | - updated countsMike Bayer2015-03-091-137/+137
* | | | - fix a potential race condition where the per-mapper LRUCache used byMike Bayer2015-03-091-3/+2
* | | | - reduce some callcounts related to the lightweight tuple,Mike Bayer2015-03-091-29/+56
* | | | - add a callers optionMike Bayer2015-03-091-1/+7
* | | | - pick around gaining modest dings in callcounts here and thereMike Bayer2015-03-097-126/+146
* | | | - start locking down querying for cols after observing yesterdaysMike Bayer2015-03-092-196/+361
* | | | - we really don't want to force lib here, but we do needMike Bayer2015-03-093-4/+31
* | | | - random performance whacking vs. 0.9, in particular we have to watchMike Bayer2015-03-086-26/+33
* | | | - add this for testingMike Bayer2015-03-081-0/+109
* | | | - fix some more result_map callsMike Bayer2015-03-083-14/+14
* | | | - rename _select_wrapsMike Bayer2015-03-084-16/+96
* | | | fooMike Bayer2015-03-089-69/+69
* | | | - the change for #918 was of course not nearly that simple.Mike Bayer2015-03-076-42/+79
* | | | - do a full rewrite of callcountsMike Bayer2015-03-071-94/+93
* | | | - The SQL compiler now generates the mapping of expected columnspositional_targetingMike Bayer2015-03-077-92/+231
* | | | Merged in jocmeh/sqlalchemy (pull request #46) Mike Bayer2015-03-061-2/+2
|\ \ \ \
| * | | | minor docstring fix in MappedCollection classJochem Oosterveen2015-03-061-2/+2
|/ / / /
* | | | - changelog and migration notes for new pg8000 features fromMike Bayer2015-03-022-0/+30
* | | | - add a skip for JSONB on pg8000 if we are on 1.10.1 or earlierMike Bayer2015-03-022-0/+9
* | | | Merge remote-tracking branch 'origin/pr/132' into pr132Mike Bayer2015-03-022-17/+83
|\ \ \ \
| * | | | Changed pg8000 dialect to cope with native JSONpr/132Tony Locke2015-01-031-1/+12
| * | | | Make pg8000 version detection more robustTony Locke2014-12-161-6/+11
| * | | | pg8000 client_encoding in create_engine()Tony Locke2014-12-162-10/+60
* | | | | - squash-merge the final row_proc integration branch. this isMike Bayer2015-03-0111-100/+211
| |_|/ / |/| | |
* | | | Update migration_09.rstpr/159Jason Held2015-02-251-1/+1
* | | | - repair issue in declared_attr.cascading such that within aMike Bayer2015-02-242-0/+55
* | | | - Fixed bugs in ORM object comparisons where comparison ofMike Bayer2015-02-204-13/+171
* | | | - remove the need for a recursive call hereMike Bayer2015-02-201-5/+12
* | | | - Fixed bug where internal assertion would fail in the case whereMike Bayer2015-02-203-2/+44
* | | | - expect_warnings was not expecting and neither was assert_warningsMike Bayer2015-02-193-33/+55