summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/psycopg.py
Commit message (Expand)AuthorAgeFilesLines
* pass driver_connection to TypeInfo.fetch()Mike Bayer2023-01-171-2/+2
* happy new year 2023Mike Bayer2023-01-031-1/+1
* add explicit REGCONFIG, pg full text functionsMike Bayer2022-12-151-0/+6
* Only convert Range for sqlalchemy Range objectMike Bayer2022-10-211-10/+10
* auto-cast PG range typesMike Bayer2022-09-201-2/+2
* Use ``;`` instead of ``select 1`` to ping PostgreSQLFederico Caselli2022-09-151-0/+4
* implement PG ranges/multiranges agnosticallyMike Bayer2022-08-051-0/+94
* repair psycopg2 (and psycopg) multiple hosts formatMike Bayer2022-08-011-1/+3
* Generalize RETURNING and suppor for MariaDB / SQLiteDaniel Black2022-06-021-1/+1
* add backend agnostic UUID datatypeMike Bayer2022-06-011-7/+0
* inline mypy config; files ignoring type errors for the momentMike Bayer2022-04-281-0/+2
* Fix psycopg2 pre_ping with autocommitFederico Caselli2022-04-131-3/+5
* implement iso date literals for all backendsMike Bayer2022-04-081-1/+1
* pep-484 for engineMike Bayer2022-03-011-2/+2
* Merge "Fix various source comment/doc typos" into mainmike bayer2022-01-071-1/+1
|\
| * Fix various source comment/doc typosluz paz2021-12-291-1/+1
* | happy new year 2022Mike Bayer2022-01-061-1/+1
|/
* provide connectionfairy on initializeMike Bayer2021-11-291-7/+3
* Added support for ``psycopg`` dialect.Federico Caselli2021-11-261-0/+641