87 Commits

Author SHA1 Message Date
jan.dittberner
2a8860478c migrate.versioning.repository PEP-8 clean, added to api.rst 2009-01-25 21:08:49 +00:00
jan.dittberner
5289c4df3b migrate.versioning PEP-8 improvements, more documentation
- made api.py, cfgparse.py, exceptions.py, genmodel.py,
  migrate_repository.py, and pathed.py PEP-8 clean
- add tools.rst documenting the usage of migrate_repository.py
- add more modules to api.rst
- reference tools.rst from index.rst
2009-01-25 21:08:33 +00:00
jan.dittberner
5be16f226f correct all links in rst docs 2009-01-25 17:03:31 +00:00
jan.dittberner
8900c512d4 PEP-8 clean migrate.changeset, updated CHANGELOG, updated api.rst
- code cleanup in the remaining migrate.changeset files
- add migrate.changeset.exceptions and migrate.changeset.schema to api.rst
- add more information to CHANGELOG
2009-01-25 16:28:06 +00:00
jan.dittberner
acb2e7bd00 cleanup in migrate.changeset.ansisql and api doc update
remove old commented code in ansisql.py
add some ReST docstrings in ansisql.py
add migrate.changeset.constraint link ins api.rst
2009-01-25 15:00:24 +00:00
jan.dittberner
60409d80cd revert stupid test case breaking change 2009-01-25 13:40:55 +00:00
jan.dittberner
eb00570991 make migrate.changeset.databases PEP-8 clean and add it to the API docs 2009-01-25 12:52:33 +00:00
jan.dittberner
728b677e56 move .. automodule stuff to docs/api.rst 2009-01-25 12:52:13 +00:00
jan.dittberner
cce50c2a75 start proper API documentation 2009-01-25 12:52:00 +00:00
jan.dittberner
4806e2c9e1 make migrate.schema.ansisql PEP8 clean and add some sphinx docstrings 2009-01-25 12:51:49 +00:00
jan.dittberner
6e22528e6f add sphinx to setup dependencies 2009-01-25 12:51:36 +00:00
jan.dittberner
6fdd5231c1 switch from pudge to sphinx 2009-01-25 12:50:51 +00:00
jan.dittberner
66c22bcae7 first sphinx docstrings 2009-01-25 12:50:40 +00:00
jan.dittberner
ca65f0ac32 first take at sphinx based documentation 2009-01-25 12:50:24 +00:00
jan.dittberner
408510be80 reformatted download.rst for sphinx
wrap lines
add link to project's download page and issue tracker
2009-01-25 12:50:10 +00:00
jan.dittberner
2653ef81c1 reformatted index.rst for sphinx 2009-01-25 12:49:59 +00:00
jan.dittberner
4072921481 add sphinx build files 2009-01-25 12:49:48 +00:00
jan.dittberner
f9092faf07 updated CHANGELOG 2009-01-25 12:49:36 +00:00
jan.dittberner
c957e49b26 updated project documentation 2009-01-25 10:53:32 +00:00
percious17
992a079d3d tagging version 0.5.1 to match sa version.
This will be going into the TG2b3 index.
2009-01-19 23:41:14 +00:00
percious17
cb624f15db support for SA 0.5.1.
Only postgres is working fully.

MySQL has 2 broken tests.

sqlite has about 4 broken tests.
2009-01-19 23:39:53 +00:00
jan.dittberner
88ab816187 fix for changeset test 2009-01-10 13:38:44 +00:00
jan.dittberner
979b8b19dc integrate patch for supporting CheckConstraints by srittau.
Fixes Issue #31
needs a test case
2009-01-10 13:11:08 +00:00
jan.dittberner
f1039d3f85 Depend on SQLAlchemy >= 0.5 at runtime and nose for setup 2009-01-06 21:44:27 +00:00
jan.dittberner
05819a6f70 apply patch for Issue #43 (better SQLite support) by Florian Apolloner 2008-12-30 20:43:40 +00:00
jan.dittberner
b73aa25733 switch to nosetests 2008-12-30 20:40:16 +00:00
percious17
1fa26920d9 fixed bug in create column where foreign keys were being left out. 2008-12-16 23:23:54 +00:00
percious17
a5abd977a3 more migrate deprecation removal fixes. 2008-12-03 14:06:04 +00:00
percious17
4016e4ea98 all tests pass except for a couple of mysql related failures in 2.6, SA 0.5rc4. 2008-12-02 20:24:10 +00:00
percious17
7e682f49ac print statement removal. 2008-12-02 19:59:45 +00:00
percious17
06b678bfef fixed a number of shell-related failures. 2008-12-02 19:58:25 +00:00
percious17
b2cca18c36 hopefully the last of migrate.run 2008-12-02 18:31:56 +00:00
percious17
205d477ea4 more "run" removal. 2008-12-02 18:30:43 +00:00
percious17
6c0694417f fixes to postgres, shell. removal of "run" module. 2008-12-02 18:27:16 +00:00
percious17
2e74b87df5 print statement removal 2008-12-02 15:57:53 +00:00
percious17
9ffc39c3c0 removed driver deprecation, since that was deprecated in 0.4. 2008-12-02 15:54:58 +00:00
percious17
b267d64f9e now all databases are running at once. 2008-12-02 15:41:25 +00:00
percious17
f7e88199b4 all tests pass with postgres now 2008-12-02 15:25:12 +00:00
percious17
42ca7ee5a0 only 2 failing tests, the tests that remain failures are mysql related. 2008-12-02 15:11:26 +00:00
percious17
9f0bd657f4 most of the tests are now working with nose. 2008-12-02 05:11:36 +00:00
percious17
1909dc8888 initial py.test removal.
if you want to test, you must now:
easy_install nose
nosetests
2008-12-02 01:03:28 +00:00
percious17
fda8014cce added an echo option for all manage commands. 2008-12-01 22:18:19 +00:00
percious17
0a3d46c290 removed dependency on py.test
modified downgrade so that
migrate.py downgrade x works just like:
migrate.py downgrade --version=x
2008-12-01 21:22:07 +00:00
percious17
166a3c230c modified altering of columns to support postgres. 2008-11-27 00:35:12 +00:00
percious17
e4382ab75b missed a postgres identifier quoting on renaming 2008-11-27 00:17:55 +00:00
percious17
c7cbde7fea added hook functions which allow the dialects to specify how to indicate identifiers, as this is different in postgres.
Also, this fix includes a fix for modification of columns which have tables definied within a schema.  This was also broken in postgres.
2008-11-26 22:05:19 +00:00
jan.dittberner
d6d4b511a4 integrate patch for Issue 33 2008-09-16 18:22:18 +00:00
christian.simms
a0ac2a438f add --declarative option to create_model to generate new declarative style 2008-08-29 03:35:55 +00:00
christian.simms
e8cc3ec0f0 get test_changeset working in oracle - just more server_default issues 2008-08-28 02:11:03 +00:00
christian.simms
f687cd3fe0 add support for SA 0.5 2008-08-28 01:17:44 +00:00