summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJim Rollenhagen <jim@jimrollenhagen.com>2019-09-26 09:56:42 -0400
committerJim Rollenhagen <jim@jimrollenhagen.com>2019-09-26 09:56:42 -0400
commit52672a64cc0cab4ea14a4a756fce850eb03315e3 (patch)
treea86024e4e6141aa8983c750f751c58d924f5b11a /TODO
parent8acab2cd75a5b23ac162e49c8e4fb1e3f958352a (diff)
downloadsqlalchemy-migrate-master.tar.gz
Retire github mirror, repo moved to opendevHEADmaster
Diffstat (limited to 'TODO')
-rw-r--r--TODO38
1 files changed, 0 insertions, 38 deletions
diff --git a/TODO b/TODO
deleted file mode 100644
index 46599c9..0000000
--- a/TODO
+++ /dev/null
@@ -1,38 +0,0 @@
-- better SQL scripts support (testing, source viewing)
-
-make_update_script_for_model:
-- calculated differences between models are actually differences between metas
-- columns are not compared?
-- even if two "models" are equal, it doesn't yield so
-
-- controlledschema.drop() drops whole migrate table, maybe there are some other repositories bound to it!
-
-
-Unknown milestone
-- update repository migration script
-- required_dbs tests
-
-- dot instead of semicolumn in dotted module name should have better deprecation warning
-- change "model" in "metadata" for all highlevel api stuff
-- bash autocompletion
-- clarify ImportError in load_model
-- implement debug flag to jump into the error
-- sqlautocode support
-- serializers (json, yaml, etc)
-
-
-0.6.1
-- transaction support
-- verbose output on migration failures
-- interactive migration script resolution?
-- backend for versioning management
-
-Documentation updates in 0.6.1
-- glossary
-- add story to changeset tutorial
-- write documentation how to test all databases
-
-Transaction support in 0.6.1
-- script.run should call engine.transaction()
-- API should support engine and connection as well
-- tests for transactions