iElectric
3d0a694fe4
add mx.DateTime to test dep
2010-04-24 23:49:26 +02:00
iElectric
6bb36bb28c
add mysql driver test deps
2010-04-24 23:16:23 +02:00
iElectric
f2f53b61d4
change test_db database name to more verbose name
2010-04-24 22:04:03 +02:00
iElectric
e4868841d5
partly fix SA0.6 tests on postgres
2010-04-24 21:40:16 +02:00
iElectric
42ab0ba796
fix docs
2010-03-17 12:32:07 +01:00
iElectric
384f045de8
fix documentation meta.bind(engine) -> meta.bind = engine; thanks mvt
2010-03-12 16:23:01 +01:00
Jan Dittberner
27c3cca5a2
add .coverage and test_db.cfg to .hgignore
2010-02-07 23:07:38 +01:00
iElectric
2996433753
more import fixes
2010-02-05 19:09:18 +01:00
iElectric
043ceb899e
fixing models import
2010-02-05 18:51:17 +01:00
iElectric
1c80226918
rename test package to tests (problems with pytest dist)
2010-02-05 18:45:17 +01:00
iElectric
78c85e67ff
eliminate unicode usage at help
2010-02-05 05:48:36 +01:00
iElectric
230fcef65e
last but not least SA06 test fixes
2010-02-05 05:25:40 +01:00
iElectric
3dfb8c8a29
more SA06 fixes
2010-02-05 05:06:48 +01:00
hudson@fubarite.fubar.si
f9159b6851
SA06 fixes
2010-02-05 04:25:15 +01:00
hudson@fubarite.fubar.si
a16b45b380
adding test-requirements.pip for running tests
2010-02-05 03:45:24 +01:00
root@fubarite.fubar.si
4958b12725
updating MANIFEST.in, fixing virtualenv tests usage, 2 failed tests
2010-02-05 03:42:27 +01:00
emil.kroymann
7912af18ed
apply Emil Kroymann's patch for Issue 75
2010-01-07 20:10:47 +01:00
iElectric
b7685663fc
apply patch by Jason Newton
2009-10-07 00:05:31 +02:00
Rick Copeland
728a01577f
remove bad reference to migrate_engine
2009-08-12 15:37:17 -04:00
Rick Copeland
453d4bcf48
Add table declarations for tables with diff
2009-08-12 15:00:19 -04:00
Rick Copeland
8b18dcd54c
Add support for ALTER TABLE add/drop columns in make_update_script_for_model
2009-08-12 14:24:26 -04:00
iElectric
c8d48124f6
adding sql_script template customizations, removing unneeded imports, updating docs
2009-08-12 00:06:36 +02:00
iElectric
ccf7be3372
merge
2009-08-10 12:24:01 +02:00
iElectric
e529a66250
remove versioning.base in favor of versioning.config
2009-08-07 16:10:15 +02:00
iElectric
2687bf8e14
removing deprecated logger module
2009-08-07 15:58:12 +02:00
iElectric
b035aa372c
fix small bug introduced in last commit, add description to migrate help
2009-08-07 13:49:11 +02:00
iElectric
3d3f4e0391
we are using Tempita for templates; adding most basic pylons template
2009-08-07 12:58:04 +02:00
iElectric
78ce747e25
add option to customize templates and use multiple themes
2009-07-28 15:52:59 +02:00
iElectric
7cb4b6363c
applying patch for issue #61 by Michael Bayer
2009-07-13 18:45:52 +02:00
iElectric
a186d2edf2
add disable_logging option
2009-07-10 19:42:42 +02:00
iElectric
1c166845f8
use logging module for output, fixes #26
2009-07-08 23:57:15 +02:00
iElectric
67af81806d
add tests for plain API, fixed some small bugs
2009-07-08 22:03:00 +02:00
iElectric
286a912e34
separating test_shell and test_api, replacing shell hacks with ScriptTest
2009-07-04 10:50:43 +02:00
iElectric
e765caaef4
add populate_default kwarg to column.create, fixes issue #50
2009-07-01 04:01:13 +02:00
iElectric
7e60b6b58a
adding .hgignore
2009-06-30 22:59:01 +02:00
iElectric
9cedba8b8b
convert svn to hg
2009-06-30 22:50:18 +02:00
iElectric
9ef49f8c01
applying patch for issue #60 from entequak
2009-06-29 22:50:17 +00:00
iElectric
de3c53989d
add support for SA 0.6 by Michael Bayer
2009-06-29 10:18:03 +00:00
iElectric
b546dded1f
removing old changelog
2009-06-28 20:20:52 +00:00
iElectric
b902efe6df
change dev location
2009-06-28 20:04:41 +00:00
iElectric
4c3d42ed75
update changelog internal links
2009-06-28 16:42:23 +00:00
iElectric
08e5d10786
updated changeset documentation, added alter_metadata to all schema classes
2009-06-28 08:32:27 +00:00
iElectric
75e93aa410
add not supported exceptions for sqlite constraints
2009-06-27 14:33:40 +00:00
iElectric
5a06b033d2
always return delta when using alter constructs
2009-06-27 14:27:05 +00:00
iElectric
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
2009-06-27 14:13:27 +00:00
iElectric
a8c31eb25f
adding basic support for firebird, fixes #55
2009-06-22 10:22:06 +00:00
iElectric
17cc5f36e6
finally, tests pass for all supported dialects
2009-06-21 12:51:33 +00:00
iElectric
4a2cd3797f
add ability to download development version from pypi
2009-06-21 09:58:14 +00:00
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