summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/provision.py
Commit message (Expand)AuthorAgeFilesLines
* add deterministic imv returning ordering using sentinel columnsMike Bayer2023-04-211-2/+6
* automatically provision hstore for pg13+Federico Caselli2023-03-151-3/+12
* Implementation of CITEXT , unittest and documentationJulian David Rath2023-03-151-0/+9
* ORM bulk insert via executeMike Bayer2022-09-241-1/+3
* implement batched INSERT..VALUES () () for executemanyMike Bayer2022-09-241-0/+18
* inline mypy config; files ignoring type errors for the momentMike Bayer2022-04-281-0/+2
* dont use exception catches for warnings; modernize xdist detectionMike Bayer2022-01-221-4/+0
* fully implement future engine and remove legacyMike Bayer2021-11-071-1/+3
* turn pg provision error into a warningMike Bayer2021-06-261-5/+7
* update execute() arg formats in modules and testsMike Bayer2021-01-151-1/+1
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-0/+21
* remove metadata.bind use from test suiteMike Bayer2021-01-031-0/+24
* correct for "autocommit" deprecation warningMike Bayer2020-12-111-10/+11
* Support pool.connect() event firing before all elseMike Bayer2020-11-191-0/+13
* Update dialect for pg8000 version 1.16.0Tony Locke2020-08-181-17/+0
* Provision on different drivers dynamicallyMike Bayer2020-08-141-0/+17
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-211-3/+5
* Fix tests failing for SQLite file databases; repair provisioningGord Thompson2020-03-131-4/+1
* Refactor test provisioning to dialect-level filesGord Thompson2020-01-261-0/+67