summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* PEP8 cleanup in /test/enginepr/163Eric Streeper2015-03-206-79/+160
* PEP8 cleanup in /test/aaa_profilingEric Streeper2015-03-183-6/+9
* PEP8 cleanup in /test/sqlEric Streeper2015-03-186-9/+3
* - Loosened some restrictions that were added to ``@declared_attr``Mike Bayer2015-03-181-0/+33
* - The "auto close" for :class:`.ResultProxy` is now a "soft" close.Mike Bayer2015-03-172-0/+44
* Accept unicode in CascadeOptionspr/160Julien Castets2015-03-161-1/+9
* - Added a new extension suite :mod:`sqlalchemy.ext.baked`. ThisMike Bayer2015-03-113-2/+785
* - Added a new entry ``"entity"`` to the dictionaries returned byMike Bayer2015-03-111-12/+21
* - The Postgresql :class:`.postgresql.ENUM` type will emit aMike Bayer2015-03-112-1/+100
* - Added a new event suite :class:`.QueryEvents`. TheMike Bayer2015-03-101-1/+37
* - The subquery wrapping which occurs when joined eager loadingMike Bayer2015-03-102-12/+38
* - Fixed bug where the session attachment error "object is alreadyMike Bayer2015-03-101-1/+20
* - Fixed bug where using an ``__abstract__`` mixin in the middleMike Bayer2015-03-101-0/+41
* Merge branch 'postgres-concurrently' of https://bitbucket.org/iurisilvio/sqla...Mike Bayer2015-03-101-0/+10
|\
| * Dialect option `postgresql_concurrently` to `Index` construct.Iuri de Silvio2015-02-251-0/+10
* | Fix slice addressing of _AssociationList with python3Gilles Dartiguelongue2015-03-101-0/+16
* | Merge branch 'sqlite-partial-indexes' of https://bitbucket.org/groner/sqlalch...Mike Bayer2015-03-101-1/+22
|\ \
| * | Test for partial index support in sqlite dialects.Kai Groner2015-01-261-1/+22
* | | - updated countsMike Bayer2015-03-091-137/+137
* | | - pick around gaining modest dings in callcounts here and thereMike Bayer2015-03-092-102/+99
* | | - 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-091-2/+1
* | | - fix some more result_map callsMike Bayer2015-03-083-14/+14
* | | - rename _select_wrapsMike Bayer2015-03-081-0/+61
* | | fooMike Bayer2015-03-086-33/+33
* | | - the change for #918 was of course not nearly that simple.Mike Bayer2015-03-072-4/+28
* | | - do a full rewrite of callcountsMike Bayer2015-03-071-94/+93
* | | - The SQL compiler now generates the mapping of expected columnspositional_targetingMike Bayer2015-03-072-1/+43
* | | - 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-021-3/+6
|\ \ \
| * | | pg8000 client_encoding in create_engine()Tony Locke2014-12-161-3/+6
* | | | - squash-merge the final row_proc integration branch. this isMike Bayer2015-03-012-11/+35
| |_|/ |/| |
* | | - repair issue in declared_attr.cascading such that within aMike Bayer2015-02-241-0/+53
* | | - Fixed bugs in ORM object comparisons where comparison ofMike Bayer2015-02-202-10/+155
* | | - Fixed bug where internal assertion would fail in the case whereMike Bayer2015-02-201-0/+29
* | | - expect_warnings was not expecting and neither was assert_warningsMike Bayer2015-02-191-4/+4
* | | - repair merge failureMike Bayer2015-02-191-22/+6
* | | - autopep8Mike Bayer2015-02-191-39/+43
* | | - Mapped state internals have been reworked to allow for a 50% reductionMike Bayer2015-02-184-67/+141
* | | - add the test_expire_lots test for comparisonMike Bayer2015-02-182-0/+71
* | | - additional mysql cast-related test fixesMike Bayer2015-02-092-0/+9
* | | - The MySQL dialect now supports CAST on types that are constructedMike Bayer2015-02-091-1/+11
* | | - test skips for MySQL w new cast warningMike Bayer2015-02-091-0/+16
* | | - A warning is emitted when :func:`.cast` is used with the MySQLMike Bayer2015-02-091-29/+46
* | | - flake8Mike Bayer2015-02-091-74/+99
* | | - Literal values within a :class:`.DefaultClause`, which is invokedMike Bayer2015-02-091-3/+70
* | | - test + changelogMike Bayer2015-02-081-0/+14
* | | - cx_Oracle.makedsn can now be passed service_name; squashSławek Ehlert2014-04-021-0/+20
* | | - make even more tablesMike Bayer2015-02-071-27/+30
* | | - break up the tables here to avoid the error we're gettingMike Bayer2015-02-061-15/+24