summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/fixtures.py
Commit message (Expand)AuthorAgeFilesLines
* Clean up most py3k compatFederico Caselli2021-11-241-3/+3
* Remove object in class definitionFederico Caselli2021-11-221-5/+5
* fully implement future engine and remove legacyMike Bayer2021-11-071-24/+2
* Modernize tests - calling_mapper_directlyGord Thompson2021-09-301-5/+10
* warn or deprecate for auto-aliasing in joinsMike Bayer2021-09-281-0/+9
* send user defined options from the current queryMike Bayer2021-08-171-1/+4
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* temporarily disable test_no_attach_to_event_loopMike Bayer2021-06-021-2/+10
* unify transactional context managersMike Bayer2021-05-051-0/+144
* Add support for aiosqliteFederico Caselli2021-03-241-0/+7
* Deannoate functions before matching .__class__Mike Bayer2021-03-191-0/+6
* convert AsyncSession.delete into awaitableMike Bayer2021-03-021-1/+1
* Fill-out dataclass-related attr resolutionMike Bayer2021-01-251-0/+1
* remove __allowlist__Mike Bayer2021-01-231-4/+0
* Removed some legacy terms in favor of modern equivalents. (D&I)jonathan vanasco2021-01-211-1/+1
* Merge "Guard against re-entrant autobegin in Core, ORM"mike bayer2021-01-161-1/+1
|\
| * Guard against re-entrant autobegin in Core, ORMMike Bayer2021-01-151-1/+1
* | run handle error for commit/rollback fail and cancel transactionMike Bayer2021-01-151-0/+8
|/
* update execute() arg formats in modules and testsMike Bayer2021-01-151-2/+0
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-99/+146
* remove more bound metadataMike Bayer2021-01-051-1/+6
* happy new yearMike Bayer2021-01-041-1/+1
* remove metadata.bind use from test suiteMike Bayer2021-01-031-38/+52
* Repair async test refactorMike Bayer2021-01-021-11/+0
* Support testing of async drivers without fallback modeFederico Caselli2020-12-301-0/+11
* test fixes for oracle 18cMike Bayer2020-12-181-1/+5
* Create a framework to allow all SQLALCHEMY_WARN_20 to passMike Bayer2020-09-161-0/+6
* Build out new declarative systems; deprecate mapper()Mike Bayer2020-09-101-2/+11
* Implement rudimentary asyncio support w/ asyncpgMike Bayer2020-08-131-0/+1
* Establish future behavior for Session cascade backrefs, bindMike Bayer2020-08-011-7/+8
* Merge "Added reflection method :meth:`.Inspector.get_sequence_names`"mike bayer2020-06-191-0/+4
|\
| * Added reflection method :meth:`.Inspector.get_sequence_names`Federico Caselli2020-06-031-0/+4
* | Warn when transaction context manager ends on inactive transactionMike Bayer2020-06-121-1/+2
|/
* Warn when sorted_tables is not actually sortingMike Bayer2020-05-071-2/+15
* Propose Result as immediate replacement for ResultProxyMike Bayer2020-05-011-10/+13
* Rename py.test to pytestGord Thompson2020-04-161-1/+1
* Create initial 2.0 engine implementationMike Bayer2020-04-161-0/+23
* Pass connection to TablesTest.insert_data()Mike Bayer2020-04-151-3/+5
* Apply fix to ComputedReflectionFixtureTestGord Thompson2020-04-041-20/+24
* Support inspection of computed columnFederico Caselli2020-03-151-0/+77
* Replace engine.execute w/ context manager (step1)Gord Thompson2020-02-171-0/+26
* Remove return statement in __init__.Heckad2020-01-041-1/+1
* happy new yearMike Bayer2020-01-011-1/+1
* Don't clear metadata in TablesTest setupMike Bayer2019-11-261-5/+8
* Generalize DescriptorProps.uses_objectsMike Bayer2019-11-231-1/+4
* - fix typoHeckad2019-10-191-1/+1
* Add standalone orm.close_all method and deprecate SessionMaker.close_allAugustin Trancart2019-01-121-2/+2
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-9/+12
* Run black -l 79 against all source filesMike Bayer2019-01-061-40/+45