summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* - Fixed the pathing used when tests run; for sqla_nose.py and py.test,Mike Bayer2015-04-041-4/+6
* - Fixed a long-standing bug where the :class:`.Enum` type as usedMike Bayer2015-04-041-10/+50
* Merge branch 'bb_issue_3084' of https://bitbucket.org/xflr6/sqlalchemy into pr47Mike Bayer2015-04-032-0/+44
|\
| * unit-test deterministic topological sortSebastian Bank2015-03-071-0/+29
| * make sort_tables order deterministicSebastian Bank2015-03-071-0/+15
* | Merge remote-tracking branch 'origin/pr/164' into pr164Mike Bayer2015-04-031-1/+13
|\ \
| * | Allow kwargs to be passed through update()pr/164Amir Sadoughi2015-03-201-1/+13
* | | - Fixed bug where the state tracking within multiple, nestedMike Bayer2015-04-021-0/+28
* | | - use odict here for test determinismMike Bayer2015-04-011-7/+9
* | | - :class:`.Query` doesn't support joins, subselects, or specialMike Bayer2015-04-012-44/+33
* | | - Fixed bug where updated PG index reflection as a result ofMike Bayer2015-04-012-1/+2
* | | - The warning emitted by the unicode type for a non-unicode typeMike Bayer2015-03-311-1/+10
* | | - further fixes for #3347; track the mappers we're joiningMike Bayer2015-03-311-0/+41
* | | - use an ordered dict so that queries are deterministicMike Bayer2015-03-301-4/+4
* | | - Fixed a bug related to "nested" inner join eager loading, whichMike Bayer2015-03-301-0/+252
|/ /
* | - The "auto-attach" feature of constraints such as :class:`.UniqueConstraint`Mike Bayer2015-03-242-0/+132
* | - Fixed bug in new "label resolution" feature of :ticket:`2992` whereMike Bayer2015-03-231-0/+9
* | - Fixed unicode support for PyMySQL when using an "executemany"Mike Bayer2015-03-221-0/+1
* | - totally skip on mysqlconnector for nowMike Bayer2015-03-211-0/+1
* | - Fixed bug in new "label resolution" feature of :ticket:`2992` whereMike Bayer2015-03-211-0/+14
* | - oursql is unsupported on thisMike Bayer2015-03-211-0/+1
* | - Repaired the commit for issue #2771 which was inadvertently commentedMike Bayer2015-03-201-0/+3
* | - test fixMike Bayer2015-03-201-0/+1
* | - add a test for #2771, fixes #2771Mike Bayer2015-03-201-0/+8
* | - 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