summaryrefslogtreecommitdiff
path: root/test/orm
Commit message (Expand)AuthorAgeFilesLines
* Fix doc typo 'conjunection'pr/130Gunnlaugur Þór Briem2014-08-211-1/+1
* - major simplification of _collect_update_commands. in particular,Mike Bayer2014-08-182-5/+7
* - Fixed bug where attribute "set" events or columns withMike Bayer2014-08-171-1/+45
* - other test fixesMike Bayer2014-08-151-7/+9
* - UPDATE statements can now be batched within an ORM flushMike Bayer2014-08-142-22/+18
* pep8Mike Bayer2014-08-141-486/+530
* - The ``info`` parameter has been added to the constructor forMike Bayer2014-08-131-1/+3
* - ensure all tests are named test_*Mike Bayer2014-07-306-37/+37
* - rework the exclusions system to have much better support for compoundMike Bayer2014-07-261-1/+1
* - fix whitespaceMike Bayer2014-07-251-2/+2
* - restore non_updating_cascade to test_manytomany_nonpassive, but alsoMike Bayer2014-07-251-0/+2
* Merge remote-tracking branch 'origin/pr/117' into pg8000Mike Bayer2014-07-256-2003/+2294
|\
| * PEP8 tidy of test/orm/test_dynamic.pypr/117Tony Locke2014-07-201-110/+83
| * Fixes for pg8000 for test/orm/test_dynamic.pyTony Locke2014-07-201-5/+7
| * PEP8 tidy of test/orm/test_froms.pyTony Locke2014-07-201-949/+1047
| * Opened test_self_referential for pg8000Tony Locke2014-07-201-2/+1
| * PEP8 tidy for test/orm/test_naturalpks.pyTony Locke2014-07-201-212/+235
| * Remove requirement for manytomany_nonpassiveTony Locke2014-07-201-1/+0
| * PEP8 tidy of test/orm/test_query.pyTony Locke2014-07-201-472/+600
| * pg8000 passing test/orm/test_query.pyTony Locke2014-07-201-3/+3
| * PEP8 tidy for test/orm/test_transaction.pyTony Locke2014-07-191-106/+144
| * PEP8 tidy for test/orm/test_versioning.pyTony Locke2014-07-191-148/+179
* | - use a variant with expected collation here for mysqlMike Bayer2014-07-251-5/+2
|/
* - use an odict here to ensure ordering of propertiesMike Bayer2014-07-151-8/+8
* - Fixed a regression caused by :ticket:`2976` released in 0.9.4 whereMike Bayer2014-07-151-0/+72
* - Fixed a regression from 0.9.0 due to :ticket:`2736` where theMike Bayer2014-07-142-0/+47
* - add some order bysMike Bayer2014-07-141-3/+15
* -do an autoflake8 hereMike Bayer2014-07-081-141/+161
* - The "evaulator" for query.update()/delete() won't work with multi-tableMike Bayer2014-07-081-3/+16
* - ensure ACID set up on this table for MySQLMike Bayer2014-07-011-2/+3
* - Fixed bug where items that were persisted, deleted, or had aMike Bayer2014-07-012-0/+67
* - repair the _enable_single_crit method, it was named the sameMike Bayer2014-06-301-0/+154
* - Fixed bug involving dynamic attributes, that was again a regressionMike Bayer2014-06-261-0/+17
* - reverse course in #3061 so that we instead no longer set None in the attributeMike Bayer2014-06-234-38/+135
* - Reverted the change for :ticket:`3060` - this is a unit of workMike Bayer2014-06-231-0/+21
* - use new Or() directive to test for both SQL variants here, which can varyMike Bayer2014-06-211-7/+16
* - Additional checks have been added for the case where an inheritingMike Bayer2014-06-208-68/+110
* - Modified the behavior of :func:`.orm.load_only` such that primary keyMike Bayer2014-06-121-5/+36
* - Related to :ticket:`3060`, an adjustment has been made to the unitMike Bayer2014-05-301-13/+6
* - add a new assertsql construct "Or", so that we can test for a UOW flushMike Bayer2014-05-301-9/+18
* - Adjustment to attribute mechanics concerning when a value isMike Bayer2014-05-291-6/+72
* - Fixed a few edge cases which arise in the so-called "row switch"Mike Bayer2014-05-282-1/+127
* - Fixed bug in subquery eager loading where a long chain ofMike Bayer2014-05-252-1/+112
* - fix typos in testMike Bayer2014-05-241-2/+2
* - more tests, including backend testsMike Bayer2014-05-161-7/+19
* Merge branch 'issue_3034' of https://bitbucket.org/dobesv/sqlalchemy/branch/i...Mike Bayer2014-05-161-0/+13
|\
| * Expand test to also test whether offset accepts a bindparam.Dobes Vandermeer2014-04-241-2/+6
| * Proof-of-concept implementation of supporting bindparam for offset and limit ...Dobes Vandermeer2014-04-241-0/+9
* | - Fixed ORM bug where the :func:`.class_mapper` function would maskMike Bayer2014-05-101-0/+35
* | Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-2615-26/+26
|/