summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/fixtures.py
Commit message (Expand)AuthorAgeFilesLines
* improve natural_path usage in two placesMike Bayer2023-04-291-1/+2
* add deterministic imv returning ordering using sentinel columnsMike Bayer2023-04-211-0/+53
* ensure single import per lineMike Bayer2023-02-281-3/+5
* happy new year 2023Mike Bayer2023-01-031-1/+1
* Try running pyupgrade on the codeFederico Caselli2022-11-161-1/+1
* don't invoke fromclause.c when creating an annotatedMike Bayer2022-11-151-0/+12
* Merge "`aggregate_order_by` now supports cache generation." into mainmike bayer2022-09-261-0/+108
|\
| * `aggregate_order_by` now supports cache generation.Federico Caselli2022-09-251-0/+108
* | ORM bulk insert via executeMike Bayer2022-09-241-11/+11
|/
* 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