summaryrefslogtreecommitdiff
path: root/test/orm/test_bind.py
Commit message (Expand)AuthorAgeFilesLines
* Modernize tests - select(whereclause)Gord Thompson2021-07-041-4/+8
* restore adapter logic in ORM loadingMike Bayer2021-06-081-1/+1
* Ensure propagate_attrs available on PropComparatorMike Bayer2021-05-291-0/+5
* Consult plugin_subject for non-ORM enabled stmts in get_bind()Mike Bayer2021-05-141-0/+24
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-33/+41
* remove more bound metadataMike Bayer2021-01-051-16/+26
* remove metadata.bind use from test suiteMike Bayer2021-01-031-6/+4
* correct for "autocommit" deprecation warningMike Bayer2020-12-111-2/+4
* Don't emit warnings on descriptor accessMike Bayer2020-11-201-1/+1
* upgrade to black 20.8b1Mike Bayer2020-09-281-1/+4
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-27/+18
* Rename Table.tometadata to to_metadataGord Thompson2020-06-291-5/+5
* Fix a wide variety of typos and broken linksaplatkouski2020-06-251-1/+1
* Convert execution to move through SessionMike Bayer2020-05-251-15/+242
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-211-5/+5
* Post black reformattingMike Bayer2019-01-061-8/+17
* Run black -l 79 against all source filesMike Bayer2019-01-061-202/+207
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-2/+0
* Fix ArgumentError access in Session._add_bindMike Bayer2016-09-191-0/+18
* - A warning is emitted if the ``isolation_level`` parameter is usedMike Bayer2015-02-041-3/+3
* - Improvements to the mechanism used by :class:`.Session` to locateMike Bayer2014-10-141-2/+218
* - move BindTest into orm/test_bindsMike Bayer2014-10-141-5/+194
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-5/+5
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-2/+2
* - move all the setup_classes(cls) and setup_mappers(cls) to use aMike Bayer2011-03-271-1/+1
* - remove @testing.resolve_artifact_names, replace with direct attributeMike Bayer2011-03-261-3/+6
* - move sqlalchemy.test to test.libMike Bayer2010-11-151-4/+4
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+59