summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* - flake8 test_reflection and rework the type-based tests intoMike Bayer2015-12-071-87/+196
* - Fixed issue where post_update on a many-to-one relationship wouldMike Bayer2015-12-021-1/+34
* - Fixed bug where CREATE TABLE with a no-column table, but a constraintMike Bayer2015-12-011-1/+25
* - Postgres: Do not prefix table with schema in: "FOR UPDATE of <table>"Diana Clarke2015-11-301-0/+16
* fix postgresql exclude contraint to check when= against None rather than __bo...aisch2015-11-301-0/+13
* py2k: accept unicode literals on :func:`backref`, tooNils Philippsen2015-11-301-0/+23
* - A descriptive ValueError is now raised in the event that SQL serverMike Bayer2015-11-301-3/+33
* Fix _assert_unorderable_types on py36.Iuri de Silvio2015-11-301-1/+4
* Update usages of getargspec to compat version.Jacob MacDonald2015-11-301-1/+2
* - close the sessionMike Bayer2015-11-291-0/+2
* - Fixed an issue in baked queries where the .get() method, used eitherMike Bayer2015-11-291-0/+24
* - Added support for parameter-ordered SET clauses in an UPDATEMike Bayer2015-11-283-7/+170
* - Fixed bug which is actually a regression that occurred betweenMike Bayer2015-11-251-1/+130
* - Fixed joinedload bug which would occur when a. the query includesMike Bayer2015-11-211-1/+110
* - don't create tables on compile-only testsMike Bayer2015-11-211-0/+2
* - try to get this to skip for oracleMike Bayer2015-11-201-1/+4
* - A rare case which occurs when a :meth:`.Session.rollback` fails in theMike Bayer2015-11-191-0/+25
* - Fixed the ``.python_type`` attribute of :class:`.postgresql.INTERVAL`Mike Bayer2015-11-191-0/+18
* - rewrite the docs and add a test for the bake_queries=TrueMike Bayer2015-11-191-2/+46
* - extend pullreq github:213 to also include DATETIMEOFFSET and TIME,Mike Bayer2015-11-141-1/+87
* Pass precision value to mssql.DATETIME2 when it is 0Jacobo de Vera2015-11-141-0/+2
* - use is_() here to more clearly show what's going wrongMike Bayer2015-10-191-13/+25
* - Fixed regression in 1.0 where new feature of using "executemany"Mike Bayer2015-10-191-0/+88
* - modernize some very old global-engine tests w/ bad teardownsMike Bayer2015-10-111-236/+258
* - repair flake8 issuesMike Bayer2015-10-111-43/+49
* - repair laziness about setting time zone here, which is leakingMike Bayer2015-10-111-9/+17
* - Added the :paramref:`.AssociationProxy.info` parameter to theMike Bayer2015-10-091-0/+20
* - Fixed bug in Oracle dialect where reflection of tables and otherMike Bayer2015-10-051-0/+26
* - fix bool testMike Bayer2015-09-271-1/+1
* - break out critical aspects of test_query into their own testsMike Bayer2015-09-273-1416/+1585
* Fix sqlalchemy.ext.baked.Result.one_or_none() exception messageEric Siegerman2015-09-241-3/+26
* - replicate Query.one_or_none to BakedQueryMike Bayer2015-09-241-0/+20
* Add Query.one_or_none()Eric Siegerman2015-09-241-0/+54
* - Fixed rare TypeError which could occur when stringifying certainMike Bayer2015-09-231-1/+11
* - Fixed bug in :meth:`.Session.bulk_save_objects` where a mappedMike Bayer2015-09-081-1/+53
* - Fixed regression in 1.0-released default-processor for multi-VALUESMike Bayer2015-08-312-16/+52
* - add tests for InstanceEvents.init, InstanceEvents.init_failureMike Bayer2015-08-141-0/+37
* - Fixed 1.0 regression where the "noload" loader strategy would failMike Bayer2015-08-111-0/+18
* - pep8 test/orm/test_mapperMike Bayer2015-08-111-536/+698
* - An adjustment to the new Postgresql feature of reflecting storageMike Bayer2015-07-241-0/+1
* - Fixed critical issue whereby the pool "checkout" event handlerMike Bayer2015-07-221-1/+94
* - Fixed an issue where a particular base class within utilsMike Bayer2015-07-201-1/+29
* - changelog for #3459, fixes #3459Mike Bayer2015-07-192-7/+2
* Merge branch 'bb_issue_3459' of https://bitbucket.org/xflr6/sqlalchemy into pr56Mike Bayer2015-07-191-0/+7
|\
| * add ClauseElement.cast() shortcut-methodSebastian Bank2015-06-191-0/+7
* | - Fixed regression where new methods on :class:`.ResultProxy` usedMike Bayer2015-07-191-2/+10
* | - pg8000 very annoyingly complaining here, use total literalMike Bayer2015-07-191-1/+2
* | - Fixed regression where :meth:`.ResultProxy.keys` would returnMike Bayer2015-07-191-5/+94
* | - Fixed bug where coersion of literal ``True`` or ``False`` constantMike Bayer2015-07-191-0/+58
* | - Fixed potential issue where a custom subclassMike Bayer2015-07-191-2/+14