This website requires JavaScript.
820da74334
rearange tests
iElectric
2009-06-07 00:05:51 +00:00
14fe28bc8c
update documentation
iElectric
2009-06-06 22:43:07 +00:00
fa6e6910e7
added tests for versioning.version.py, refactored the module
iElectric
2009-06-06 17:02:39 +00:00
e3aefd153b
add tests for low level util.py
iElectric
2009-06-06 13:19:48 +00:00
bebe865848
make @usedb work correctly
iElectric
2009-06-06 12:20:47 +00:00
938bbf9bf3
Issue 34; preview_sql now correctly displays SQL on python and SQL scripts. (tests added, docs still missing)
iElectric
2009-06-06 10:34:22 +00:00
4356e8b582
use unittest.TestCase for tests
iElectric
2009-06-05 00:41:05 +00:00
31bd33bcff
use entrypoints terminology to parse dotted model class names
iElectric
2009-06-04 22:36:29 +00:00
50246d65cb
remove the duplicate
iElectric
2009-06-04 16:57:02 +00:00
e1adf595a4
extras_require is a bit tricky, use tests_require instead
iElectric
2009-06-04 16:53:10 +00:00
f27428e4bb
fix typechecking
iElectric
2009-06-04 16:09:15 +00:00
508f5aff7d
update CHANGELOG
iElectric
2009-06-04 10:24:40 +00:00
4015cbf7e9
Issue 38; add ability to pass arguments/dict for create_engine func
iElectric
2009-06-03 00:48:59 +00:00
c6883c0d47
refactor api.py a bit, lots of PEP8 love
iElectric
2009-06-02 19:50:31 +00:00
6a34d5ca59
add asbool function to make api parsing easier
iElectric
2009-06-01 23:03:04 +00:00
d5c7fedbd4
some more PEP8 love all over the files
iElectric
2009-06-01 22:45:47 +00:00
5aaaa05fcc
apply some PEP8 love to template.py
iElectric
2009-06-01 22:27:45 +00:00
7cd2c3233b
apply PEP8 to version.py, fixed notification of missing test_db.cfg
iElectric
2009-06-01 22:23:50 +00:00
1b927fa427
apply option parsing patch for Issue 54 by iElectric
jan.dittberner
2009-05-23 22:12:40 +00:00
77c1cae8a9
start work on 0.5.4
jan.dittberner
2009-03-27 20:39:41 +00:00
bd21c57a68
fix Issue 52 by removing unneeded parameters from object.__new__ calls
jan.dittberner
2009-03-27 20:33:43 +00:00
9c71b10206
update CHANGELOG, set version to 0.5.3
jan.dittberner
2009-03-22 14:04:32 +00:00
b6240a625a
apply patch for Issue 29 by Jonathan Ellis
jan.dittberner
2009-03-22 13:56:54 +00:00
d85115c611
add support for ondelete and oncascade to ANSI-SQL foreign key creation
jan.dittberner
2009-02-20 18:24:44 +00:00
11be1bcb20
unignore _build, recreate _build and ignore everything below it (fixes Issue 49)
jan.dittberner
2009-02-20 18:07:51 +00:00
1af6847bbe
update CHANGELOG, set version to 0.5.2
jan.dittberner
2009-02-18 20:20:40 +00:00
5ecec7c680
mark ALTER TABLE ADD FOREIGN KEY as unsupported by SQLite update corresponding test case
jan.dittberner
2009-02-18 20:08:37 +00:00
d7027d17a5
integrate unit test fix by Adam Lowry
jan.dittberner
2009-02-18 19:32:21 +00:00
2be0f1fec3
integrate test case fix by Adam Lowry
jan.dittberner
2009-02-17 21:06:47 +00:00
de05fb5b36
whoops, needed to update setup.cfg too for Sphinx build location
ches.martin
2009-02-13 21:40:49 +00:00
6863052538
add Sphinx Makefile, and use underscore prefixes for some Sphinx stuff to be more Windows-friendly
ches.martin
2009-02-13 20:52:47 +00:00
33392d31e5
integrate patch for Issue 36, update CHANGELOG
jan.dittberner
2009-02-13 19:41:35 +00:00
8e3cba6eb8
fix Issue 47 by moving sphinx and nose dependencies to extras_require
jan.dittberner
2009-02-13 19:23:13 +00:00
c0890d830f
fix upload
jan.dittberner
2009-02-07 22:10:04 +00:00
ac1028c13a
prepare release 0.5.1.1
jan.dittberner
2009-02-07 19:46:54 +00:00
436603a2f2
removed misleading docs/Makefile
jan.dittberner
2009-02-06 22:37:20 +00:00
47a66d9a2a
updated versioning.rst to reflect reality
jan.dittberner
2009-02-06 22:30:28 +00:00
8f81d735ae
apply patch by Toshio Kuratomi to fix some unit tests with Python 2.6
jan.dittberner
2009-01-27 12:57:38 +00:00
0fa7d4103e
migrate.versioning.schema and schemadiff PEP-8 clean, added to api.rst
jan.dittberner
2009-01-25 21:09:05 +00:00
2a8860478c
migrate.versioning.repository PEP-8 clean, added to api.rst
jan.dittberner
2009-01-25 21:08:49 +00:00
5289c4df3b
migrate.versioning PEP-8 improvements, more documentation
jan.dittberner
2009-01-25 21:08:33 +00:00
5be16f226f
correct all links in rst docs
jan.dittberner
2009-01-25 17:03:31 +00:00
8900c512d4
PEP-8 clean migrate.changeset, updated CHANGELOG, updated api.rst
jan.dittberner
2009-01-25 16:28:06 +00:00
acb2e7bd00
cleanup in migrate.changeset.ansisql and api doc update
jan.dittberner
2009-01-25 15:00:24 +00:00
60409d80cd
revert stupid test case breaking change
jan.dittberner
2009-01-25 13:40:55 +00:00
eb00570991
make migrate.changeset.databases PEP-8 clean and add it to the API docs
jan.dittberner
2009-01-25 12:52:33 +00:00
728b677e56
move .. automodule stuff to docs/api.rst
jan.dittberner
2009-01-25 12:52:13 +00:00
cce50c2a75
start proper API documentation
jan.dittberner
2009-01-25 12:52:00 +00:00
4806e2c9e1
make migrate.schema.ansisql PEP8 clean and add some sphinx docstrings
jan.dittberner
2009-01-25 12:51:49 +00:00
6e22528e6f
add sphinx to setup dependencies
jan.dittberner
2009-01-25 12:51:36 +00:00
6fdd5231c1
switch from pudge to sphinx
jan.dittberner
2009-01-25 12:50:51 +00:00
66c22bcae7
first sphinx docstrings
jan.dittberner
2009-01-25 12:50:40 +00:00
ca65f0ac32
first take at sphinx based documentation
jan.dittberner
2009-01-25 12:50:24 +00:00
408510be80
reformatted download.rst for sphinx
jan.dittberner
2009-01-25 12:50:10 +00:00
2653ef81c1
reformatted index.rst for sphinx
jan.dittberner
2009-01-25 12:49:59 +00:00
4072921481
add sphinx build files
jan.dittberner
2009-01-25 12:49:48 +00:00
f9092faf07
updated CHANGELOG
jan.dittberner
2009-01-25 12:49:36 +00:00
c957e49b26
updated project documentation
jan.dittberner
2009-01-25 10:53:32 +00:00
992a079d3d
tagging version 0.5.1 to match sa version.
percious17
2009-01-19 23:41:14 +00:00
cb624f15db
support for SA 0.5.1.
percious17
2009-01-19 23:39:53 +00:00
88ab816187
fix for changeset test
jan.dittberner
2009-01-10 13:38:44 +00:00
979b8b19dc
integrate patch for supporting CheckConstraints by srittau.
jan.dittberner
2009-01-10 13:11:08 +00:00
f1039d3f85
Depend on SQLAlchemy >= 0.5 at runtime and nose for setup
jan.dittberner
2009-01-06 21:44:27 +00:00
05819a6f70
apply patch for Issue #43 (better SQLite support) by Florian Apolloner
jan.dittberner
2008-12-30 20:43:40 +00:00
b73aa25733
switch to nosetests
jan.dittberner
2008-12-30 20:40:16 +00:00
1fa26920d9
fixed bug in create column where foreign keys were being left out.
percious17
2008-12-16 23:23:54 +00:00
a5abd977a3
more migrate deprecation removal fixes.
percious17
2008-12-03 14:06:04 +00:00
4016e4ea98
all tests pass except for a couple of mysql related failures in 2.6, SA 0.5rc4.
percious17
2008-12-02 20:24:10 +00:00
7e682f49ac
print statement removal.
percious17
2008-12-02 19:59:45 +00:00
06b678bfef
fixed a number of shell-related failures.
percious17
2008-12-02 19:58:25 +00:00
b2cca18c36
hopefully the last of migrate.run
percious17
2008-12-02 18:31:56 +00:00
205d477ea4
more "run" removal.
percious17
2008-12-02 18:30:43 +00:00
6c0694417f
fixes to postgres, shell. removal of "run" module.
percious17
2008-12-02 18:27:16 +00:00
2e74b87df5
print statement removal
percious17
2008-12-02 15:57:53 +00:00
9ffc39c3c0
removed driver deprecation, since that was deprecated in 0.4.
percious17
2008-12-02 15:54:58 +00:00
b267d64f9e
now all databases are running at once.
percious17
2008-12-02 15:41:25 +00:00
f7e88199b4
all tests pass with postgres now
percious17
2008-12-02 15:25:12 +00:00
42ca7ee5a0
only 2 failing tests, the tests that remain failures are mysql related.
percious17
2008-12-02 15:11:26 +00:00
9f0bd657f4
most of the tests are now working with nose.
percious17
2008-12-02 05:11:36 +00:00
1909dc8888
initial py.test removal.
percious17
2008-12-02 01:03:28 +00:00
fda8014cce
added an echo option for all manage commands.
percious17
2008-12-01 22:18:19 +00:00
0a3d46c290
removed dependency on py.test modified downgrade so that migrate.py downgrade x works just like: migrate.py downgrade --version=x
percious17
2008-12-01 21:22:07 +00:00
166a3c230c
modified altering of columns to support postgres.
percious17
2008-11-27 00:35:12 +00:00
e4382ab75b
missed a postgres identifier quoting on renaming
percious17
2008-11-27 00:17:55 +00:00
c7cbde7fea
added hook functions which allow the dialects to specify how to indicate identifiers, as this is different in postgres.
percious17
2008-11-26 22:05:19 +00:00
d6d4b511a4
integrate patch for Issue 33
jan.dittberner
2008-09-16 18:22:18 +00:00
a0ac2a438f
add --declarative option to create_model to generate new declarative style
christian.simms
2008-08-29 03:35:55 +00:00
e8cc3ec0f0
get test_changeset working in oracle - just more server_default issues
christian.simms
2008-08-28 02:11:03 +00:00
f687cd3fe0
add support for SA 0.5
christian.simms
2008-08-28 01:17:44 +00:00
aba0f50681
- integrate patch by Toshio Kuratomi sent to migrate-users 2008/07/30 06:08 (GMT+01:00) - pylint clean migrate/versioning/migrate_repository.py
jan.dittberner
2008-07-30 12:30:09 +00:00
52499b1f28
* create bugfix branch for 0.4.4 * prepare trunk for new development
jan.dittberner
2008-07-22 21:00:38 +00:00
bef66f693f
* add 0.4.5 changes to CHANGELOG
jan.dittberner
2008-07-22 20:45:41 +00:00
8b69e22ee0
applied patch for shell test by Toshio Kuramoti
jan.dittberner
2008-07-04 19:13:14 +00:00
b37afa2b6e
support default for sql scripts
christian.simms
2008-05-31 11:16:23 +00:00
f4d358e3fb
add unit test to make sure we can handle more than 999 revisions
christian.simms
2008-05-31 10:06:14 +00:00
f3bb29c75d
finish implementing repository migration script
christian.simms
2008-05-30 21:02:44 +00:00
95b666783e
make repository format flatter and get rid of commit command
christian.simms
2008-05-30 18:21:14 +00:00
02da42cba6
* applied a slightly modified version of the patch for issue #20 by Christophe de Vienne which uses a logger for 'migrate.versioning' instead of the root logger
jan.dittberner
2008-05-05 18:56:20 +00:00
9a44d9bd57
almost done issue 12: generate downgrade method for schema migration
christian.simms
2008-04-24 18:52:36 +00:00
16144bb606
fix issue 18 by applying given patch
christian.simms
2008-04-11 20:46:43 +00:00