144 Commits

Author SHA1 Message Date
iElectric
49a6654f8f fix syntax error 2009-06-21 09:45:22 +00:00
iElectric
672d9bd576 some more PEP8 love 2009-06-21 09:17:23 +00:00
iElectric
4b50def6ea fix bug when initializing CheckConstraint 2009-06-20 22:51:07 +00:00
iElectric
cde0f9b52d updated changeset tests. whole package is finally PEP8. fixed mysql tests&bugs. updated docs where apropriate. changeset test coverage almost at 100% 2009-06-20 22:33:03 +00:00
iElectric
7eafe744c2 - refactor migrate.changeset;
- visitors are refactored to be more unified
- constraint module is refactored, CheckConstraint is added
- documentation is partialy updated, dialect support table is added (unfinished)
- test_constraint was updated
NOTE: oracle and mysql were not tested, *may be broken*
2009-06-16 15:17:33 +00:00
iElectric
cc82a1ad12 update docs, delete obsolete code in constraints 2009-06-12 22:43:02 +00:00
iElectric
431d22be61 update documentation 2009-06-12 15:41:59 +00:00
iElectric
03eb309b67 removed magical behavior with importing migrate_engine, now engine is passed to upgrade/downgrade functions 2009-06-12 13:26:01 +00:00
iElectric
8a8b1d2366 use sqlalchemy preparer to do SQL quote formatting. this is a raw change, tests are yet to be written 2009-06-11 22:27:38 +00:00
iElectric
15cb31cea6 lipstick changes 2009-06-10 14:00:53 +00:00
iElectric
75494ae226 update tests for schema, refactor a bit 2009-06-09 13:31:15 +00:00
iElectric
2fe569dc69 update README, add docs to repository.py and schema.py 2009-06-08 19:05:27 +00:00
iElectric
d835658f23 fix setup.py 2009-06-08 13:08:32 +00:00
iElectric
bc1edc5c1b updated migrate.versioning.repository tests and docs, update README 2009-06-08 12:57:23 +00:00
iElectric
d44be57771 update tests and docs for migrate.versioning.script.* 2009-06-08 11:03:02 +00:00
jan.dittberner
a626f5b1b9 change isinstance(obj, (str, unicode)) to isinstance(obj, basestring)
as suggested by Piotr Ożarowski
2009-06-07 15:48:44 +00:00
jan.dittberner
afc0c6588e start work on 0.5.5 2009-06-07 13:10:21 +00:00
iElectric
8ffd5b46fa add changelog, update util.py docs 2009-06-07 00:35:48 +00:00
iElectric
820da74334 rearange tests 2009-06-07 00:05:51 +00:00
iElectric
14fe28bc8c update documentation 2009-06-06 22:43:07 +00:00
iElectric
fa6e6910e7 added tests for versioning.version.py, refactored the module 2009-06-06 17:02:39 +00:00
iElectric
e3aefd153b add tests for low level util.py 2009-06-06 13:19:48 +00:00
iElectric
bebe865848 make @usedb work correctly 2009-06-06 12:20:47 +00:00
iElectric
938bbf9bf3 Issue 34; preview_sql now correctly displays SQL on python and SQL scripts. (tests added, docs still missing) 2009-06-06 10:34:22 +00:00
iElectric
4356e8b582 use unittest.TestCase for tests 2009-06-05 00:41:05 +00:00
iElectric
31bd33bcff use entrypoints terminology to parse dotted model class names 2009-06-04 22:36:29 +00:00
iElectric
50246d65cb remove the duplicate 2009-06-04 16:57:02 +00:00
iElectric
e1adf595a4 extras_require is a bit tricky, use tests_require instead 2009-06-04 16:53:10 +00:00
iElectric
f27428e4bb fix typechecking 2009-06-04 16:09:15 +00:00
iElectric
508f5aff7d update CHANGELOG 2009-06-04 10:24:40 +00:00
iElectric
4015cbf7e9 Issue 38; add ability to pass arguments/dict for create_engine func 2009-06-03 00:48:59 +00:00
iElectric
c6883c0d47 refactor api.py a bit, lots of PEP8 love 2009-06-02 19:50:31 +00:00
iElectric
6a34d5ca59 add asbool function to make api parsing easier 2009-06-01 23:03:04 +00:00
iElectric
d5c7fedbd4 some more PEP8 love all over the files 2009-06-01 22:45:47 +00:00
iElectric
5aaaa05fcc apply some PEP8 love to template.py 2009-06-01 22:27:45 +00:00
iElectric
7cd2c3233b apply PEP8 to version.py, fixed notification of missing test_db.cfg 2009-06-01 22:23:50 +00:00
jan.dittberner
1b927fa427 apply option parsing patch for Issue 54 by iElectric 2009-05-23 22:12:40 +00:00
jan.dittberner
77c1cae8a9 start work on 0.5.4 2009-03-27 20:39:41 +00:00
jan.dittberner
bd21c57a68 fix Issue 52 by removing unneeded parameters from object.__new__ calls 2009-03-27 20:33:43 +00:00
jan.dittberner
9c71b10206 update CHANGELOG, set version to 0.5.3 2009-03-22 14:04:32 +00:00
jan.dittberner
b6240a625a apply patch for Issue 29 by Jonathan Ellis 2009-03-22 13:56:54 +00:00
jan.dittberner
d85115c611 add support for ondelete and oncascade to ANSI-SQL foreign key creation
address Issue 48
2009-02-20 18:24:44 +00:00
jan.dittberner
11be1bcb20 unignore _build, recreate _build and ignore everything below it (fixes Issue 49) 2009-02-20 18:07:51 +00:00
jan.dittberner
1af6847bbe update CHANGELOG, set version to 0.5.2 2009-02-18 20:20:40 +00:00
jan.dittberner
5ecec7c680 mark ALTER TABLE ADD FOREIGN KEY as unsupported by SQLite
update corresponding test case
2009-02-18 20:08:37 +00:00
jan.dittberner
d7027d17a5 integrate unit test fix by Adam Lowry 2009-02-18 19:32:21 +00:00
jan.dittberner
2be0f1fec3 integrate test case fix by Adam Lowry 2009-02-17 21:06:47 +00:00
ches.martin
de05fb5b36 whoops, needed to update setup.cfg too for Sphinx build location 2009-02-13 21:40:49 +00:00
ches.martin
6863052538 add Sphinx Makefile, and use underscore prefixes for some Sphinx stuff to be more Windows-friendly
* svn:ignore the Sphinx _build directory
2009-02-13 20:52:47 +00:00
jan.dittberner
33392d31e5 integrate patch for Issue 36, update CHANGELOG 2009-02-13 19:41:35 +00:00