summaryrefslogtreecommitdiff
path: root/migrate/changeset
Commit message (Expand)AuthorAgeFilesLines
* small doc correction; fixes #67iElectric2010-07-111-1/+4
* better document summary of changeset actionsiElectric2010-07-111-12/+7
* adding connection keyword to ORM methodsiElectric2010-07-113-19/+41
* fix unittestsJan Dittberner2010-07-041-2/+1
* move to unittest2, update README for testing instructionsiElectric2010-06-201-0/+1
* add firebird to test_db.cfg.tmpl; fix bug when dropping a column in firebird:...iElectric2010-05-111-0/+13
* fix MySQL failing tests with autoincrementiElectric2010-05-021-4/+6
* SA06 tests fix, thanks to Mike BayeriElectric2010-05-021-0/+7
* unified warnings, use compare columns in testsiElectric2010-05-011-2/+4
* move warning exceptions to right moduleiElectric2010-05-012-1/+5
* deprecate two columns alteriElectric2010-04-301-0/+5
* partly fix SA0.6 tests on postgresiElectric2010-04-241-2/+2
* fix documentation meta.bind(engine) -> meta.bind = engine; thanks mvtiElectric2010-03-121-3/+0
* more SA06 fixesiElectric2010-02-051-2/+2
* SA06 fixeshudson@fubarite.fubar.si2010-02-051-2/+9
* apply Emil Kroymann's patch for Issue 75emil.kroymann2010-01-072-1/+10
* mergeiElectric2009-08-102-1/+10
|\
| * add disable_logging optioniElectric2009-07-101-1/+1
| * add populate_default kwarg to column.create, fixes issue #50iElectric2009-07-011-0/+9
| * convert svn to hgiElectric2009-06-3012-0/+1688
* applying patch for issue #61 by Michael BayeriElectric2009-07-133-5/+9
* add support for SA 0.6 by Michael BayeriElectric2009-06-2910-122/+205
* updated changeset documentation, added alter_metadata to all schema classesiElectric2009-06-281-45/+87
* add not supported exceptions for sqlite constraintsiElectric2009-06-271-3/+19
* always return delta when using alter constructsiElectric2009-06-271-0/+3
* - completely refactored ColumnDelta to extract differences between columns/pa...iElectric2009-06-277-212/+321
* adding basic support for firebird, fixes #55iElectric2009-06-224-3/+74
* finally, tests pass for all supported dialectsiElectric2009-06-212-12/+16
* some more PEP8 loveiElectric2009-06-214-12/+15
* fix bug when initializing CheckConstraintiElectric2009-06-201-1/+0
* updated changeset tests. whole package is finally PEP8. fixed mysql tests&bug...iElectric2009-06-207-147/+147
* - refactor migrate.changeset;iElectric2009-06-167-209/+224
* update docs, delete obsolete code in constraintsiElectric2009-06-126-209/+117
* use sqlalchemy preparer to do SQL quote formatting. this is a raw change, tes...iElectric2009-06-118-117/+109
* lipstick changesiElectric2009-06-103-34/+35
* add support for ondelete and oncascade to ANSI-SQL foreign key creationjan.dittberner2009-02-201-0/+4
* mark ALTER TABLE ADD FOREIGN KEY as unsupported by SQLitejan.dittberner2009-02-181-0/+12
* PEP-8 clean migrate.changeset, updated CHANGELOG, updated api.rstjan.dittberner2009-01-254-205/+311
* cleanup in migrate.changeset.ansisql and api doc updatejan.dittberner2009-01-251-43/+37
* revert stupid test case breaking changejan.dittberner2009-01-251-2/+3
* make migrate.changeset.databases PEP-8 clean and add it to the API docsjan.dittberner2009-01-256-91/+190
* move .. automodule stuff to docs/api.rstjan.dittberner2009-01-251-17/+3
* make migrate.schema.ansisql PEP8 clean and add some sphinx docstringsjan.dittberner2009-01-251-105/+150
* first sphinx docstringsjan.dittberner2009-01-252-1/+25
* support for SA 0.5.1.percious172009-01-192-9/+41
* integrate patch for supporting CheckConstraints by srittau.jan.dittberner2009-01-102-0/+45
* apply patch for Issue #43 (better SQLite support) by Florian Apollonerjan.dittberner2008-12-301-13/+37
* fixed bug in create column where foreign keys were being left out.percious172008-12-161-5/+9
* fixes to postgres, shell. removal of "run" module.percious172008-12-021-5/+20
* print statement removalpercious172008-12-021-2/+0