| Commit message (Expand) | Author | Age | Files | Lines |
| * | small doc correction; fixes #67 | iElectric | 2010-07-11 | 1 | -1/+4 |
| * | better document summary of changeset actions | iElectric | 2010-07-11 | 1 | -12/+7 |
| * | adding connection keyword to ORM methods | iElectric | 2010-07-11 | 3 | -19/+41 |
| * | fix unittests | Jan Dittberner | 2010-07-04 | 1 | -2/+1 |
| * | move to unittest2, update README for testing instructions | iElectric | 2010-06-20 | 1 | -0/+1 |
| * | add firebird to test_db.cfg.tmpl; fix bug when dropping a column in firebird:... | iElectric | 2010-05-11 | 1 | -0/+13 |
| * | fix MySQL failing tests with autoincrement | iElectric | 2010-05-02 | 1 | -4/+6 |
| * | SA06 tests fix, thanks to Mike Bayer | iElectric | 2010-05-02 | 1 | -0/+7 |
| * | unified warnings, use compare columns in tests | iElectric | 2010-05-01 | 1 | -2/+4 |
| * | move warning exceptions to right module | iElectric | 2010-05-01 | 2 | -1/+5 |
| * | deprecate two columns alter | iElectric | 2010-04-30 | 1 | -0/+5 |
| * | partly fix SA0.6 tests on postgres | iElectric | 2010-04-24 | 1 | -2/+2 |
| * | fix documentation meta.bind(engine) -> meta.bind = engine; thanks mvt | iElectric | 2010-03-12 | 1 | -3/+0 |
| * | more SA06 fixes | iElectric | 2010-02-05 | 1 | -2/+2 |
| * | SA06 fixes | hudson@fubarite.fubar.si | 2010-02-05 | 1 | -2/+9 |
| * | apply Emil Kroymann's patch for Issue 75 | emil.kroymann | 2010-01-07 | 2 | -1/+10 |
| * | merge | iElectric | 2009-08-10 | 2 | -1/+10 |
| |\ |
|
| | * | add disable_logging option | iElectric | 2009-07-10 | 1 | -1/+1 |
| | * | add populate_default kwarg to column.create, fixes issue #50 | iElectric | 2009-07-01 | 1 | -0/+9 |
| | * | convert svn to hg | iElectric | 2009-06-30 | 12 | -0/+1688 |
| * | applying patch for issue #61 by Michael Bayer | iElectric | 2009-07-13 | 3 | -5/+9 |
| * | add support for SA 0.6 by Michael Bayer | iElectric | 2009-06-29 | 10 | -122/+205 |
| * | updated changeset documentation, added alter_metadata to all schema classes | iElectric | 2009-06-28 | 1 | -45/+87 |
| * | add not supported exceptions for sqlite constraints | iElectric | 2009-06-27 | 1 | -3/+19 |
| * | always return delta when using alter constructs | iElectric | 2009-06-27 | 1 | -0/+3 |
| * | - completely refactored ColumnDelta to extract differences between columns/pa... | iElectric | 2009-06-27 | 7 | -212/+321 |
| * | adding basic support for firebird, fixes #55 | iElectric | 2009-06-22 | 4 | -3/+74 |
| * | finally, tests pass for all supported dialects | iElectric | 2009-06-21 | 2 | -12/+16 |
| * | some more PEP8 love | iElectric | 2009-06-21 | 4 | -12/+15 |
| * | fix bug when initializing CheckConstraint | iElectric | 2009-06-20 | 1 | -1/+0 |
| * | updated changeset tests. whole package is finally PEP8. fixed mysql tests&bug... | iElectric | 2009-06-20 | 7 | -147/+147 |
| * | - refactor migrate.changeset; | iElectric | 2009-06-16 | 7 | -209/+224 |
| * | update docs, delete obsolete code in constraints | iElectric | 2009-06-12 | 6 | -209/+117 |
| * | use sqlalchemy preparer to do SQL quote formatting. this is a raw change, tes... | iElectric | 2009-06-11 | 8 | -117/+109 |
| * | lipstick changes | iElectric | 2009-06-10 | 3 | -34/+35 |
| * | add support for ondelete and oncascade to ANSI-SQL foreign key creation | jan.dittberner | 2009-02-20 | 1 | -0/+4 |
| * | mark ALTER TABLE ADD FOREIGN KEY as unsupported by SQLite | jan.dittberner | 2009-02-18 | 1 | -0/+12 |
| * | PEP-8 clean migrate.changeset, updated CHANGELOG, updated api.rst | jan.dittberner | 2009-01-25 | 4 | -205/+311 |
| * | cleanup in migrate.changeset.ansisql and api doc update | jan.dittberner | 2009-01-25 | 1 | -43/+37 |
| * | revert stupid test case breaking change | jan.dittberner | 2009-01-25 | 1 | -2/+3 |
| * | make migrate.changeset.databases PEP-8 clean and add it to the API docs | jan.dittberner | 2009-01-25 | 6 | -91/+190 |
| * | move .. automodule stuff to docs/api.rst | jan.dittberner | 2009-01-25 | 1 | -17/+3 |
| * | make migrate.schema.ansisql PEP8 clean and add some sphinx docstrings | jan.dittberner | 2009-01-25 | 1 | -105/+150 |
| * | first sphinx docstrings | jan.dittberner | 2009-01-25 | 2 | -1/+25 |
| * | support for SA 0.5.1. | percious17 | 2009-01-19 | 2 | -9/+41 |
| * | integrate patch for supporting CheckConstraints by srittau. | jan.dittberner | 2009-01-10 | 2 | -0/+45 |
| * | apply patch for Issue #43 (better SQLite support) by Florian Apolloner | jan.dittberner | 2008-12-30 | 1 | -13/+37 |
| * | fixed bug in create column where foreign keys were being left out. | percious17 | 2008-12-16 | 1 | -5/+9 |
| * | fixes to postgres, shell. removal of "run" module. | percious17 | 2008-12-02 | 1 | -5/+20 |
| * | print statement removal | percious17 | 2008-12-02 | 1 | -2/+0 |