summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/fixtures.py
Commit message (Expand)AuthorAgeFilesLines
* repair yield_per for non-SS dialects and add new optionsMike Bayer2022-07-011-1/+9
* Generalize RETURNING and suppor for MariaDB / SQLiteDaniel Black2022-06-021-0/+14
* move bindparam quote application from compiler to defaultMike Bayer2022-05-291-0/+4
* enable pg8000 for 1.29.1 and aboveMike Bayer2022-05-231-1/+9
* implement dataclass_transformsMike Bayer2022-05-201-1/+24
* inline mypy config; files ignoring type errors for the momentMike Bayer2022-04-281-0/+2
* maintain complete cloned_set for BindParameterMike Bayer2022-04-061-0/+7
* pep484 - sql.selectableMike Bayer2022-04-041-0/+2
* pep-484 for sqlalchemy.event; use future annotationsMike Bayer2022-02-151-0/+2
* establish mypy / typing approach for v2.0Mike Bayer2022-02-131-0/+16
* remove internal use of metaclassesMike Bayer2022-01-111-16/+10
* happy new year 2022Mike Bayer2022-01-061-1/+1
* 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