summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Check for mssql_include is NoneMike Bayer2018-11-141-0/+9
* Dont autogenerate "system=True", render flag correctlyMike Bayer2018-10-312-1/+61
* Add special handling for SQL Server create_index mssql_includesMike Bayer2018-10-191-0/+9
* Replace union_update with updateMike Bayer2018-10-171-4/+14
* Don't format output twice in writerMike Waites2018-09-191-0/+9
* Run batch tests per backendMike Bayer2018-09-022-1/+12
* Drop support for all SQLAlchemy < 0.9Mike Bayer2018-07-138-79/+7
* Remove column from primary key when droppingMike Bayer2018-07-121-1/+52
* Merge "Drop Python 2.6 / 3.3 support"mike bayer2018-06-291-1/+1
|\
| * Drop Python 2.6 / 3.3 supportHugo2018-06-291-1/+1
* | Render autogenerate=True if presentelad2018-06-291-0/+18
|/
* Use external impl for type renderingMike Bayer2018-05-181-0/+138
* Use repr for drop_constraint schemaDenis Kataev2018-04-111-0/+18
* Ensure CHECK constraint name is quoted for MySQLMike Bayer2018-03-211-0/+21
* Add indicate-current option into history commandmisebox2018-03-071-5/+15
* Repair server default comparison for MySQL / MariaDBMike Bayer2018-02-191-1/+23
* Repair as_revision_number to return a tuple for "heads"Mike Bayer2018-02-161-3/+41
* Add HSTORE to render_type_w_subtypeMike Bayer2018-01-261-1/+24
* Merge "Detect indexes for table that's dropped"mike bayer2018-01-242-1/+63
|\
| * Detect indexes for table that's droppedMike Bayer2018-01-232-1/+63
* | Merge "Add DROP CONSTRAINT to MySQL for mariadb"mike bayer2018-01-231-5/+4
|\ \
| * | Add DROP CONSTRAINT to MySQL for mariadbMike Bayer2018-01-231-5/+4
| |/
* | Render ExcludeContraint Column as column, not plain stringMike Bayer2018-01-221-1/+58
|/
* Disable index quoting when applying truncated DDL rulesMike Bayer2018-01-031-0/+28
* Resolve Postgresql implicit indexes via duplicates_constraintMike Bayer2017-10-252-0/+44
* Clean up all Python 3.6 warningsMike Bayer2017-10-112-3/+5
* Merge "Append table name to batch temp name"mike bayer2017-10-111-25/+28
|\
| * Append table name to batch temp nameMike Bayer2017-10-111-25/+28
* | Clean up _fk_colspec() for link_to_name, no column foundMike Bayer2017-10-111-0/+69
|/
* - keep tuning this mariadb check constraint limitationMike Bayer2017-10-082-2/+16
* - more mariadb 10.2 tests that won't workMike Bayer2017-10-061-0/+7
* - still attempt to exclude mariadb 10.2 from this test for olderMike Bayer2017-10-062-0/+9
* Accommodate for mariadb 10.2 function reflection styleMike Bayer2017-10-052-0/+18
* Add + to illegal revision characters listMike Bayer2017-09-151-0/+8
* Support pep3149, latest import mechanics, fullyMike Bayer2017-09-081-4/+31
* Use env in history when revision_history=trueMike Bayer2017-09-061-7/+67
* set native boolean to false on the dialect for the schematype testsMike Bayer2017-08-301-6/+6
* Don't compare scale if Numeric has no precisionpg3-ivan2017-08-281-0/+7
* Enable multi-backend / driver in testsMike Bayer2017-08-214-1/+14
* Add generic per-type rendering, implement ARRAYMike Bayer2017-08-162-2/+65
* unblock pytest-xdist, add sqla masterMike Bayer2017-08-092-1/+2
* fix using tzdata-compliant time zone namesNils Philippsen2017-08-091-0/+8
* Merge "Raise if manual revision id contains dashes or at signs"mike bayer2017-08-041-0/+29
|\
| * Raise if manual revision id contains dashes or at signsMike Bayer2017-08-041-0/+29
* | Add support for kw to DROP INDEX, test postgresql_concurrentlyMike Bayer2017-08-041-0/+21
|/
* address stamp issues in on_version_apply callbackjpassaro2017-07-181-7/+15
* expose on_version_apply callback to context usersJohn Passaro2017-07-031-0/+82
* Adjust for Variant returning itself as implMike Bayer2017-06-021-0/+40
* - Fixed unit tests to run correctly under the SQLAlchemy 1.0.x seriesMike Bayer2017-05-311-1/+1
* Don't use schema with second argument, SQL Server sp_renameMike Bayer2017-05-181-7/+27