summaryrefslogtreecommitdiff
path: root/test/dialect/postgresql
Commit message (Expand)AuthorAgeFilesLines
* Merge "Update select usage to use the new 1.4 format"mike bayer2020-09-083-122/+80
|\
| * Update select usage to use the new 1.4 formatFederico Caselli2020-09-083-122/+80
* | Fix typo in I0ad6d7a095e49d331618274c40ce75c76afdc7ddFederico Caselli2020-09-081-0/+3
|/
* Create connection characteristics API; implement postgresql flagsMike Bayer2020-09-081-0/+106
* Add support for regular expression on supported backend.Federico Caselli2020-08-271-0/+147
* Merge "Add support for identity columns"mike bayer2020-08-211-0/+15
|\
| * Add support for identity columnsFederico Caselli2020-08-191-0/+15
* | Merge "normalize execute style for events, 2.0"mike bayer2020-08-201-10/+5
|\ \
| * | normalize execute style for events, 2.0Mike Bayer2020-08-201-10/+5
| |/
* | Merge "Implement DDL visitor for PG ENUM with schema translate support"mike bayer2020-08-191-0/+72
|\ \
| * | Implement DDL visitor for PG ENUM with schema translate supportMike Bayer2020-08-191-0/+72
| |/
* | Merge "Add JSON support for mssql"mike bayer2020-08-191-1/+1
|\ \
| * | Add JSON support for mssqlGord Thompson2020-08-191-1/+1
| |/
* | Support data types for CREATE SEQUENCE in PostgreSQLFederico Caselli2020-08-181-0/+16
|/
* Merge "Deliver straight BinaryExpr w/ no negate for any() / all()"mike bayer2020-08-181-0/+21
|\
| * Deliver straight BinaryExpr w/ no negate for any() / all()Mike Bayer2020-08-181-0/+21
* | Update dialect for pg8000 version 1.16.0Tony Locke2020-08-181-1/+1
|/
* Bump minimum MySQL version to 5.0.2; use all-numeric server versionMike Bayer2020-08-161-2/+7
* Implement rudimentary asyncio support w/ asyncpgMike Bayer2020-08-133-11/+17
* Clean python UUID importsVlastimil Zíma2020-07-301-9/+0
* Ensure is_comparison passed for PG RANGE op() methodsJim Bosch2020-07-261-14/+51
* 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