summaryrefslogtreecommitdiff
path: root/tests/test_postgresql.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "keyword only arguments in ops" into mainmike bayer2023-05-121-2/+10
|\
| * keyword only arguments in opsMike Bayer2023-05-111-2/+10
* | Removed server default quoting from compareFederico Caselli2023-05-111-2/+2
|/
* Fix ExcludeConstraint with func.Federico Caselli2023-04-281-8/+33
* improve autogen rendering for PG ExcludeConstraintJan Katins2023-03-061-0/+59
* Merge "Improved support for expression indexes" into mainmike bayer2023-03-011-62/+0
|\
| * Improved support for expression indexesCaselIT2023-02-261-62/+0
* | ensure single import per lineMike Bayer2023-02-281-1/+2
|/
* run pyupgradeMike Bayer2022-11-261-5/+3
* Ignore reflected expression based indexesCaselIT2022-07-141-8/+5
* bump black to 22.3.0Mike Bayer2022-03-281-1/+1
* add covering index tests; generalize autogen index testsMike Bayer2022-03-161-0/+206
* frame a transaction around autocommitMike Bayer2021-10-041-0/+5
* Fix postgresql_include in create_indexSteven Bronson2021-08-231-0/+13
* Drop compatibility with python 2.7.CaselIT2021-06-221-6/+6
* Accommodate SQLAlchemy 1.4/2.0CaselIT2021-01-111-43/+25
* Add support identity columns.CaselIT2020-12-151-1/+132
* Remove support for Python 3.5 and SQLAlchemy older than the 1.3 series.CaselIT2020-10-261-10/+0
* Support sqlalchemy 1.4 exec_driver_sql, text() for stringsCaselIT2020-03-181-17/+25
* Use inspect(), not Inspector.from_engine()Mike Bayer2020-02-241-5/+5
* Add support for computed columnsCaselIT2020-01-011-0/+13
* render table name with schemaMatthew Sills2019-12-191-4/+21
* Test PG autocommit only on postgresqlMike Bayer2019-09-171-0/+3
* Add autocommit_blockMike Bayer2019-09-171-0/+18
* Use SQLAlchemy's testing framework fullyMike Bayer2019-07-211-6/+8
* Bump to Alembic 1.1, bump requirementsMike Bayer2019-07-211-36/+11
* Ensure SQLite default expressions are parenthesizedMike Bayer2019-06-251-2/+9
* Clarify and correct PostgreSQL server default comparison for py37Mike Bayer2019-03-041-0/+6
* try removing !U for this testMike Bayer2019-02-071-1/+1
* Repair tests for SQLAlchemy 1.3 safestring changeMike Bayer2019-02-071-19/+10
* Implemented support for Table and Column CommentsMike Waites2019-01-101-0/+126
* zimports runMike Bayer2019-01-061-47/+46
* pure black run + flake8Mike Bayer2019-01-061-311/+302
* Drop support for all SQLAlchemy < 0.9Mike Bayer2018-07-131-20/+5
* Add HSTORE to render_type_w_subtypeMike Bayer2018-01-261-1/+24
* Render ExcludeContraint Column as column, not plain stringMike Bayer2018-01-221-1/+58
* Enable multi-backend / driver in testsMike Bayer2017-08-211-0/+4
* Add generic per-type rendering, implement ARRAYMike Bayer2017-08-161-1/+30
* Add support for kw to DROP INDEX, test postgresql_concurrentlyMike Bayer2017-08-041-0/+21
* - Fixed unit tests to run correctly under the SQLAlchemy 1.0.x seriesMike Bayer2017-05-311-1/+1
* Allow target_metadata to be a sequenceMike Bayer2017-02-231-2/+5
* Apply subtype repr logic to JSON/JSONBMike Bayer2017-02-221-0/+34
* Add ExcludeConstraint support for PostgresqlMike Bayer2017-02-221-1/+89
* Fix postgresql automigration for ARRAY typesPaul2017-02-211-1/+43
* - import adjusted for older SQLAMike Bayer2017-02-211-1/+1
* - move Postgresql-related render tests to the test_postgresql suiteMike Bayer2017-02-211-0/+67
* - add a new section "Run Multiple Alembic Environments from one .ini file",Mike Bayer2017-01-231-0/+6
* file generated by alembic revison is now pep8 compliantMarkus Mattes2016-11-211-0/+4
* Support USING for Postgresql ALTER COLUMN.Frazer McLean2016-08-221-2/+7
* Move op tests for Postgresql to test_postgresqlMike Bayer2016-08-221-1/+38