summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* Accept unicode in CascadeOptionspr/160Julien Castets2015-03-161-1/+1
* - remove now-misleading comment that SQLite doesn't support MATCH,Mike Bayer2015-03-141-2/+4
* - call this 1.0.0b1Mike Bayer2015-03-131-1/+1
* - tweaks regarding the use_alter updateMike Bayer2015-03-131-2/+1
* - ensure as_declarative is part of __all__ hereMike Bayer2015-03-121-0/+1
* - fix a get call here, we should figure this out since we dont wantMike Bayer2015-03-121-1/+1
* - try to document how to get columns from constraints.Mike Bayer2015-03-121-0/+8
* - Added a new extension suite :mod:`sqlalchemy.ext.baked`. ThisMike Bayer2015-03-118-128/+711
* - Added a new entry ``"entity"`` to the dictionaries returned byMike Bayer2015-03-111-2/+8
* - The Postgresql :class:`.postgresql.ENUM` type will emit aMike Bayer2015-03-114-40/+141
* - Added a new event suite :class:`.QueryEvents`. TheMike Bayer2015-03-102-5/+63
* - The subquery wrapping which occurs when joined eager loadingMike Bayer2015-03-101-1/+1
* - Fixed bug where the session attachment error "object is alreadyMike Bayer2015-03-101-7/+7
* - Fixed bug where using an ``__abstract__`` mixin in the middleMike Bayer2015-03-101-0/+21
* - keep this as 100Mike Bayer2015-03-101-1/+1
* - copyright 2015Mike Bayer2015-03-10167-167/+167
* - repair doclevelMike Bayer2015-03-101-1/+1
* - changelog and docs for pullreq bitbucket:45Mike Bayer2015-03-101-0/+18
* Merge branch 'postgres-concurrently' of https://bitbucket.org/iurisilvio/sqla...Mike Bayer2015-03-101-2/+9
|\
| * Dialect option `postgresql_concurrently` to `Index` construct.Iuri de Silvio2015-02-251-2/+9
* | Fix slice addressing of _AssociationList with python3Gilles Dartiguelongue2015-03-101-1/+4
* | - changelog / doc for sqlite partial indexesMike Bayer2015-03-101-0/+20
* | Merge branch 'sqlite-partial-indexes' of https://bitbucket.org/groner/sqlalch...Mike Bayer2015-03-101-2/+16
|\ \
| * | Partial index support with sqlite dialects.Kai Groner2015-01-261-2/+16
* | | - 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
* | | - pick around gaining modest dings in callcounts here and thereMike Bayer2015-03-094-23/+46
* | | - random performance whacking vs. 0.9, in particular we have to watchMike Bayer2015-03-083-16/+21
* | | - rename _select_wrapsMike Bayer2015-03-083-16/+35
* | | fooMike Bayer2015-03-083-36/+36
* | | - the change for #918 was of course not nearly that simple.Mike Bayer2015-03-074-38/+51
* | | - The SQL compiler now generates the mapping of expected columnspositional_targetingMike Bayer2015-03-074-91/+171
* | | minor docstring fix in MappedCollection classJochem Oosterveen2015-03-061-2/+2
* | | Merge remote-tracking branch 'origin/pr/132' into pr132Mike Bayer2015-03-021-14/+77
|\ \ \
| * | | 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-161-7/+54
* | | | - squash-merge the final row_proc integration branch. this isMike Bayer2015-03-017-88/+152
| |_|/ |/| |
* | | - repair issue in declared_attr.cascading such that within aMike Bayer2015-02-241-0/+2
* | | - Fixed bugs in ORM object comparisons where comparison ofMike Bayer2015-02-201-3/+4
* | | - 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-201-2/+5
* | | - expect_warnings was not expecting and neither was assert_warningsMike Bayer2015-02-192-29/+51
* | | - Mapped state internals have been reworked to allow for a 50% reductionMike Bayer2015-02-187-77/+149
* | | - The MySQL dialect now supports CAST on types that are constructedMike Bayer2015-02-091-3/+6
* | | - add a fix to MySQL re: #3074 tests, make sure we check table is presentMike Bayer2015-02-091-1/+2
* | | - A warning is emitted when :func:`.cast` is used with the MySQLMike Bayer2015-02-091-0/+7
* | | - Literal values within a :class:`.DefaultClause`, which is invokedMike Bayer2015-02-091-1/+2
* | | - remove meaningless assignmentMike Bayer2015-02-081-1/+0
* | | - test + changelogMike Bayer2015-02-081-2/+2