This website requires JavaScript.
c0e8518d2f
log database name when running tests; firebug does not support DROP CONSTRAINT CASCADE
iElectric
2010-07-08 01:58:02 +02:00
960bce7de1
remove test dependencies information from setup.py
iElectric
2010-07-08 00:09:26 +02:00
472952672f
found that bugger. ScriptTest 1.0.1 removes the functonality we need. rollback to 1.0
iElectric
2010-07-07 23:30:19 +02:00
efa9d5423d
fix SA06 compatibility in tests
iElectric
2010-07-07 19:27:26 +02:00
e820261f29
fix unittests
Jan Dittberner
2010-07-04 12:33:28 +02:00
8b0072b3e8
move to unittest2, update README for testing instructions
iElectric
2010-06-20 15:29:16 +02:00
341596f73b
update test-req.pip
iElectric
2010-06-11 02:07:16 +02:00
59e83b76b9
merge with https://robertanthonyfarrell-0point6-release-patches.googlecode.com/hg/
iElectric
2010-06-11 02:04:20 +02:00
fd8d313683
move tests/ directory into migrate/tests (much better form) and fix all import lines and other minor issues
Bob Farrell
2010-06-10 18:08:06 +01:00
922bd7c08c
note about scripttest==1.0.1
iElectric
2010-06-10 16:32:28 +02:00
330b0ad2ec
remove debug output and swearing
Bob Farrell
2010-06-09 17:18:02 +01:00
e8feb32f8d
make tests use a virtualenv for 'migrate' shell command
Bob Farrell
2010-06-09 17:17:03 +01:00
0ffd7266b1
change print statements to log.info
Bob Farrell
2010-06-09 17:16:01 +01:00
5c800677bb
add more recent version of kinterbadb due to soureforge not being maintained anymore. Thanks btami\!
iElectric
2010-05-12 15:20:02 +02:00
6e025c4a4d
add firebird to test_db.cfg.tmpl; fix bug when dropping a column in firebird: also drop related constraint or index
iElectric
2010-05-11 22:52:07 +02:00
ec75b93b07
revert 2688cdb980
iElectric
2010-05-03 13:03:25 +02:00
dd756a512f
update setup.py
iElectric
2010-05-03 13:01:58 +02:00
6ddf8e0212
run shell diff tests with correct environment
iElectric
2010-05-03 12:03:46 +02:00
aeb2b72b20
debugging fix
iElectric
2010-05-03 11:01:29 +02:00
5ce83fc4de
skip runpy tests on python2.4
iElectric
2010-05-03 10:52:26 +02:00
5ab0719e3f
fix SA05 tests for autoincrement diff
iElectric
2010-05-02 23:14:55 +02:00
ece9ffed35
fix MySQL failing tests with autoincrement
iElectric
2010-05-02 20:31:50 +02:00
da836aad7e
docs link correction
iElectric
2010-05-02 03:09:04 +02:00
81f447ef77
SA06 tests fix, thanks to Mike Bayer
iElectric
2010-05-02 03:03:03 +02:00
43e0c3caf2
unified warnings, use compare columns in tests
iElectric
2010-05-01 08:32:41 +02:00
feab45798f
move warning exceptions to right module
iElectric
2010-05-01 07:38:33 +02:00
1f702ac6e0
update documenatation
iElectric
2010-04-30 22:28:05 +02:00
cef2abb30f
deprecate two columns alter
iElectric
2010-04-30 08:34:30 +02:00
a4176bf10e
update postgres url name
iElectric
2010-04-29 22:24:14 +02:00
6e32274aec
fix python2.4 error
iElectric
2010-04-29 17:23:34 +02:00
8469a4709d
update TODO
iElectric
2010-04-29 17:03:57 +02:00
ec24bde52c
added 0.6 TODO, all api now uses engine.dispose() to handle pool correctly
iElectric
2010-04-29 17:02:51 +02:00
2e43ac8101
add pysqlite for test dep
iElectric
2010-04-28 11:52:11 +02:00
26d19d79dd
removing mx.DateTime from test deps because pip crashes.
iElectric
2010-04-25 00:09:43 +02:00
3d0a694fe4
add mx.DateTime to test dep
iElectric
2010-04-24 23:49:26 +02:00
6bb36bb28c
add mysql driver test deps
iElectric
2010-04-24 23:16:23 +02:00
f2f53b61d4
change test_db database name to more verbose name
iElectric
2010-04-24 22:04:03 +02:00
e4868841d5
partly fix SA0.6 tests on postgres
iElectric
2010-04-24 21:40:16 +02:00
42ab0ba796
fix docs
iElectric
2010-03-17 12:32:07 +01:00
384f045de8
fix documentation meta.bind(engine) -> meta.bind = engine; thanks mvt
iElectric
2010-03-12 16:23:01 +01:00
27c3cca5a2
add .coverage and test_db.cfg to .hgignore
Jan Dittberner
2010-02-07 23:07:38 +01:00
2996433753
more import fixes
iElectric
2010-02-05 19:09:18 +01:00
043ceb899e
fixing models import
iElectric
2010-02-05 18:51:17 +01:00
1c80226918
rename test package to tests (problems with pytest dist)
iElectric
2010-02-05 18:45:17 +01:00
78c85e67ff
eliminate unicode usage at help
iElectric
2010-02-05 05:48:36 +01:00
230fcef65e
last but not least SA06 test fixes
iElectric
2010-02-05 05:25:40 +01:00
3dfb8c8a29
more SA06 fixes
iElectric
2010-02-05 05:06:48 +01:00
f9159b6851
SA06 fixes
hudson@fubarite.fubar.si
2010-02-05 04:25:15 +01:00
a16b45b380
adding test-requirements.pip for running tests
hudson@fubarite.fubar.si
2010-02-05 03:45:24 +01:00
4958b12725
updating MANIFEST.in, fixing virtualenv tests usage, 2 failed tests
root@fubarite.fubar.si
2010-02-05 03:42:27 +01:00
7912af18ed
apply Emil Kroymann's patch for Issue 75
emil.kroymann
2010-01-07 20:10:47 +01:00
b7685663fc
apply patch by Jason Newton
iElectric
2009-10-07 00:05:31 +02:00
728a01577f
remove bad reference to migrate_engine
Rick Copeland
2009-08-12 15:37:17 -04:00
453d4bcf48
Add table declarations for tables with diff
Rick Copeland
2009-08-12 15:00:19 -04:00
8b18dcd54c
Add support for ALTER TABLE add/drop columns in make_update_script_for_model
Rick Copeland
2009-08-12 14:24:26 -04:00
c8d48124f6
adding sql_script template customizations, removing unneeded imports, updating docs
iElectric
2009-08-12 00:06:36 +02:00
ccf7be3372
merge
iElectric
2009-08-10 12:24:01 +02:00
e529a66250
remove versioning.base in favor of versioning.config
iElectric
2009-08-07 16:10:15 +02:00
2687bf8e14
removing deprecated logger module
iElectric
2009-08-07 15:58:12 +02:00
b035aa372c
fix small bug introduced in last commit, add description to migrate help
iElectric
2009-08-07 13:49:11 +02:00
3d3f4e0391
we are using Tempita for templates; adding most basic pylons template
iElectric
2009-08-07 12:58:04 +02:00
78ce747e25
add option to customize templates and use multiple themes
iElectric
2009-07-28 15:52:59 +02:00
7cb4b6363c
applying patch for issue #61 by Michael Bayer
iElectric
2009-07-13 18:45:52 +02:00
a186d2edf2
add disable_logging option
iElectric
2009-07-10 19:42:42 +02:00
1c166845f8
use logging module for output, fixes #26
iElectric
2009-07-08 23:57:15 +02:00
67af81806d
add tests for plain API, fixed some small bugs
iElectric
2009-07-08 22:03:00 +02:00
286a912e34
separating test_shell and test_api, replacing shell hacks with ScriptTest
iElectric
2009-07-04 10:50:43 +02:00
e765caaef4
add populate_default kwarg to column.create, fixes issue #50
iElectric
2009-07-01 04:01:13 +02:00
7e60b6b58a
adding .hgignore
iElectric
2009-06-30 22:59:01 +02:00
9cedba8b8b
convert svn to hg
iElectric
2009-06-30 22:50:18 +02:00
9ef49f8c01
applying patch for issue #60 from entequak
iElectric
2009-06-29 22:50:17 +00:00
de3c53989d
add support for SA 0.6 by Michael Bayer
iElectric
2009-06-29 10:18:03 +00:00
b546dded1f
removing old changelog
iElectric
2009-06-28 20:20:52 +00:00
b902efe6df
change dev location
iElectric
2009-06-28 20:04:41 +00:00
4c3d42ed75
update changelog internal links
iElectric
2009-06-28 16:42:23 +00:00
08e5d10786
updated changeset documentation, added alter_metadata to all schema classes
iElectric
2009-06-28 08:32:27 +00:00
75e93aa410
add not supported exceptions for sqlite constraints
iElectric
2009-06-27 14:33:40 +00:00
5a06b033d2
always return delta when using alter constructs
iElectric
2009-06-27 14:27:05 +00:00
9f7ab96881
- completely refactored ColumnDelta to extract differences between columns/parameters (also fixes issue #23 ) - fixed some bugs (passing server_default) on column.alter - updated tests, specially ColumnDelta and column.alter - introduced alter_metadata which can preserve altering existing objects if False (defaults to True) - updated documentation
iElectric
2009-06-27 14:13:27 +00:00
a8c31eb25f
adding basic support for firebird, fixes #55
iElectric
2009-06-22 10:22:06 +00:00
17cc5f36e6
finally, tests pass for all supported dialects
iElectric
2009-06-21 12:51:33 +00:00
4a2cd3797f
add ability to download development version from pypi
iElectric
2009-06-21 09:58:14 +00:00
49a6654f8f
fix syntax error
iElectric
2009-06-21 09:45:22 +00:00
672d9bd576
some more PEP8 love
iElectric
2009-06-21 09:17:23 +00:00
4b50def6ea
fix bug when initializing CheckConstraint
iElectric
2009-06-20 22:51:07 +00:00
cde0f9b52d
updated changeset tests. whole package is finally PEP8. fixed mysql tests&bugs. updated docs where apropriate. changeset test coverage almost at 100%
iElectric
2009-06-20 22:33:03 +00:00
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*
iElectric
2009-06-16 15:17:33 +00:00
cc82a1ad12
update docs, delete obsolete code in constraints
iElectric
2009-06-12 22:43:02 +00:00
431d22be61
update documentation
iElectric
2009-06-12 15:41:59 +00:00
03eb309b67
removed magical behavior with importing migrate_engine, now engine is passed to upgrade/downgrade functions
iElectric
2009-06-12 13:26:01 +00:00
8a8b1d2366
use sqlalchemy preparer to do SQL quote formatting. this is a raw change, tests are yet to be written
iElectric
2009-06-11 22:27:38 +00:00
15cb31cea6
lipstick changes
iElectric
2009-06-10 14:00:53 +00:00
75494ae226
update tests for schema, refactor a bit
iElectric
2009-06-09 13:31:15 +00:00
2fe569dc69
update README, add docs to repository.py and schema.py
iElectric
2009-06-08 19:05:27 +00:00
d835658f23
fix setup.py
iElectric
2009-06-08 13:08:32 +00:00
bc1edc5c1b
updated migrate.versioning.repository tests and docs, update README
iElectric
2009-06-08 12:57:23 +00:00
d44be57771
update tests and docs for migrate.versioning.script.*
iElectric
2009-06-08 11:03:02 +00:00
a626f5b1b9
change isinstance(obj, (str, unicode)) to isinstance(obj, basestring) as suggested by Piotr Ożarowski
jan.dittberner
2009-06-07 15:48:44 +00:00
afc0c6588e
start work on 0.5.5
jan.dittberner
2009-06-07 13:10:21 +00:00
8ffd5b46fa
add changelog, update util.py docs
iElectric
2009-06-07 00:35:48 +00:00