summaryrefslogtreecommitdiff
path: root/tests/test_op.py
Commit message (Expand)AuthorAgeFilesLines
* restore drop_index.table_name, drop_constraint.type_ as positionalMike Bayer2023-05-161-0/+22
* Added ``op.run_async``.Federico Caselli2023-05-121-0/+44
* uniquify cols for FK table objectMike Bayer2023-04-071-0/+15
* ensure single import per lineMike Bayer2023-02-281-6/+3
* Trigger events before and after drop table statementsAdrien Berchet2022-05-311-0/+53
* Fix duplicated constraints when using expressionsNicolas CANIART2022-03-141-0/+21
* Prevent alter_column() from changing nullabilityGord Thompson2022-02-041-13/+45
* Preserve comment and info in Drop/CreateTableOpNicolas CANIART2021-08-101-2/+22
* Implement "test suite"Gord Thompson2021-06-181-33/+0
* differentiate CreateTableOp from model vs. op.create_table()Mike Bayer2021-05-241-0/+30
* Create schema objects fresh from opsMike Bayer2021-04-121-21/+157
* Adjust mssql accommodate existing_type and typeMike Bayer2021-03-041-0/+25
* Add support identity columns.CaselIT2020-12-151-11/+29
* Copy column that's already attachedMike Bayer2020-11-051-0/+9
* Removed of old deprecated code:CaselIT2020-10-271-65/+1
* Set create_constraint=True for Enum / Boolean testsMike Bayer2020-06-021-9/+27
* Render inline constraints for add_columnMike Bayer2020-02-061-0/+11
* Add support for computed columnsCaselIT2020-01-011-0/+31
* Bump to Alembic 1.1, bump requirementsMike Bayer2019-07-211-3/+1
* Use CHANGE COLUMN for MySQL / MariaDB DateTime server default changeMike Bayer2019-05-201-1/+0
* Create alter column backend test fixtureMike Bayer2019-05-191-0/+27
* Repair tests for SQLAlchemy 1.3 safestring changeMike Bayer2019-02-071-2/+2
* Implemented support for Table and Column CommentsMike Waites2019-01-101-0/+16
* zimports runMike Bayer2019-01-061-8/+20
* pure black run + flake8Mike Bayer2019-01-061-319/+345
* Vendor python3 formatargspec, import from collections.abcStefan Tjarks2018-11-271-1/+1
* Drop support for all SQLAlchemy < 0.9Mike Bayer2018-07-131-7/+0
* set native boolean to false on the dialect for the schematype testsMike Bayer2017-08-301-6/+6
* Ensure schema names also compared in foreign_key_constraint()Konstantin Lebedev2017-02-201-0/+10
* Move op tests for Postgresql to test_postgresqlMike Bayer2016-08-221-33/+0
* - ensure DropIndex and other ops return the full object it receivedMike Bayer2015-07-171-1/+61
* - some additional namesMike Bayer2015-07-141-0/+17
* - handle missing arg more clearlyMike Bayer2015-07-141-0/+30
* - move the "legacy names" system into where we create the module proxy.Mike Bayer2015-07-141-1/+12
* - squash merge of ticket_302 branchMike Bayer2015-07-031-8/+31
* - Added a new optionMike Bayer2015-04-071-0/+38
* Merge branch 'add_column_with_index' of https://bitbucket.org/davidszotten/al...Mike Bayer2014-11-101-0/+9
|\
| * Create index in add_column if requestedDavid Szotten2014-10-161-0/+9
* | - The :class:`~sqlalchemy.schema.Table` object is now returned whenMike Bayer2014-11-081-2/+5
|/
* - fail this before 0.9Mike Bayer2014-10-111-0/+1
* - add tests for unique and quote flag on create_index()Mike Bayer2014-10-101-0/+14
* - Added support for use of the :class:`~sqlalchemy.sql.elements.quoted_name`Mike Bayer2014-10-031-0/+39
* - move pretty much all of sqlalchemy.testing over for now, as we'dMike Bayer2014-09-141-10/+23
* devMike Bayer2014-09-131-800/+725
* - finish flake8 on testsMike Bayer2014-09-091-17/+30
* - do an autopep8 pass for just about everything otherMike Bayer2014-09-091-74/+142
* - Added support for functional indexes when using theMike Bayer2014-08-271-0/+41
* - use compat version of mock for py3Mike Bayer2014-03-161-1/+1
* - Added support for the ``initially``, ``match`` keyword argumentsMike Bayer2014-03-141-1/+34
* Extensive changes have been made to more fully support SQLAlchemy's newMike Bayer2014-03-121-2/+4