summaryrefslogtreecommitdiff
path: root/tests/test_sqlite.py
Commit message (Expand)AuthorAgeFilesLines
* Fix issues in autogenerate of function index removalCaselIT2023-04-041-1/+0
* Improved support for expression indexesCaselIT2023-02-261-0/+70
* implement SQLite RENAME TABLE w schema syntaxMike Bayer2022-07-121-0/+5
* Drop compatibility with python 2.7.CaselIT2021-06-221-2/+2
* Accommodate SQLAlchemy 1.4/2.0CaselIT2021-01-111-2/+2
* Remove support for Python 3.5 and SQLAlchemy older than the 1.3 series.CaselIT2020-10-261-2/+0
* Use inspect(), not Inspector.from_engine()Mike Bayer2020-02-031-3/+3
* Add test for sqlite round trip compare w func.now()Mike Bayer2019-12-101-0/+4
* Support autogenerate for add_column kwargsMike Bayer2019-09-171-0/+11
* Ensure SQLite default expressions are parenthesizedMike Bayer2019-06-251-0/+193
* Implemented support for Table and Column CommentsMike Waites2019-01-101-0/+23
* zimports runMike Bayer2019-01-061-4/+7
* pure black run + flake8Mike Bayer2019-01-061-14/+9
* - finish upMike Bayer2014-09-131-40/+41
* - do an autopep8 pass for just about everything otherMike Bayer2014-09-091-2/+5
* Remove unused importsHong Minhee2013-03-311-5/+3
* The "implicit" constraint generated by aMike Bayer2013-01-101-0/+42