summaryrefslogtreecommitdiff
path: root/test/dialect/postgresql
Commit message (Expand)AuthorAgeFilesLines
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-085-108/+95
* Rename Table.tometadata to to_metadataGord Thompson2020-06-291-1/+1
* ORM executemany returningMike Bayer2020-06-271-40/+115
* Default psycopg2 executemany mode to "values_only"Mike Bayer2020-06-256-236/+224
* Turn on caching everywhere, add loggingMike Bayer2020-06-101-16/+3
* Default create_constraint to FalseMike Bayer2020-06-032-5/+36
* Add with_for_update mysql new functionalitiesRobotScribe2020-05-151-0/+66
* Support `ARRAY` of `Enum`, `JSON` or `JSONB`Federico Caselli2020-04-201-0/+140
* Pass connection to TablesTest.insert_data()Mike Bayer2020-04-152-19/+18
* Remove code deprecated before version 1.1Federico Caselli2020-04-091-9/+0
* Clean up .execute calls in PostgreSQL testsGord Thompson2020-03-315-482/+508
* Convert schema_translate to a post compileMike Bayer2020-03-241-0/+3
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-212-65/+70
* Don't include PG INCLUDE columns as regular index columnsmike bayer2020-03-181-0/+32
* Support inspection of computed columnFederico Caselli2020-03-151-1/+1
* Decouple compiler state from DML objects; make cacheableMike Bayer2020-03-061-2/+6
* Merge "Deprecate the databases packages"mike bayer2020-03-021-4/+4
|\
| * Deprecate the databases packagesFederico Caselli2020-02-281-4/+4
* | While parsing for check constraints, ignore newline characters in the check c...Eric Borczuk2020-02-291-0/+37
|/
* Result initial introductionMike Bayer2020-02-211-7/+7
* Deprecate connection branchingMike Bayer2020-02-211-5/+4
* Pass DDLCompiler IdentifierPreparer to visit_ENUMMike Bayer2020-02-172-0/+68
* Add pyprojectFederico Caselli2020-01-271-4/+4
* Improve regex parsing of CHECK constraints for PostgreSQL.Gord Thompson2020-01-181-3/+21
* Remove jython code, remove all jython / pypy symbolsMike Bayer2020-01-173-34/+3
* Add type accessors for JSON indexed/pathed element accessMike Bayer2019-11-111-0/+13
* Support for generated columnsCaselIT2019-11-081-0/+37
* Cache every key in reflection_cacheMike Bayer2019-10-311-0/+11
* Refactor dialect tests for combinationsMike Bayer2019-10-221-351/+234
* Render LIMIT/OFFSET conditions after compile on select dialectsMike Bayer2019-08-301-1/+1
* PGDialect.get_check_constraints: Handle "NOT VALID"Bill Finn2019-08-271-2/+27
* Remove erroneous assertion from array._bind_paramMike Bayer2019-08-261-0/+77
* Revise psycopg2 execute_values approachMike Bayer2019-08-181-15/+163
* Add new executemany_mode, support for psycopg2.extras.execute_values()Yuval Dinari2019-08-121-9/+193
* Modernize internal reflectionMike Bayer2019-08-061-5/+5
* Include 'p' for get_indexes() queryMike Bayer2019-07-191-2/+20
* self_group() for FunctionFilterMike Bayer2019-07-121-0/+15
* Support multidimensional array literals in PostgresqlMike Bayer2019-07-081-1/+111
* Reflect "NO ACTION" as None; support "RESTRICT"Mike Bayer2019-06-261-7/+1
* Enable F841Mike Bayer2019-06-202-18/+16
* PostgreSQL now reflects per-column sort order on indexes.Eli Collins2019-06-171-0/+77
* psycopg2 NOTICE fixupMike Bayer2019-06-091-6/+19
* PostgreSQL enum with no elements returns NULL for the "label", skip thisMike Bayer2019-05-301-0/+27
* Move initialize do_rollback() outside of the dialectMatthew Wilkes2019-05-091-0/+9
* Black updatesMike Bayer2019-04-111-1/+1
* Propagate query-arg-only URL to psycopg2; don't send blank hostMike Bayer2019-04-091-0/+21
* Support DNS-less connections for psycopg2Julian Mehnle2019-03-241-0/+15
* Expand joins when calculating PostgreSQL "WITH FOR UPDATE OF"raylu2019-03-211-0/+24
* Remove all remaining text() coercions and ensure identifiers are safeMike Bayer2019-02-061-0/+55
* Use pg_get_constraintdef for CHECK constraint reflectionMike Bayer2019-01-241-0/+15