summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* fix error, Text columns have no widthJan Dittberner2013-02-091-1/+1
|
* fix deprecation warning by using MetaData.reflectJan Dittberner2013-02-094-6/+11
|
* update credits and changelogJan Dittberner2013-02-092-0/+4
|
* Import correct exceptions module (Fixes issue 154).Alex Favaro2013-02-091-1/+1
|
* update changelog and creditsJan Dittberner2012-01-232-0/+4
|
* apply patch for issue #72 by asuffield@gmail.comasuffield@gmail.com2012-01-232-1/+11
| | | fixes #72
* update changelog and creditsJan Dittberner2011-12-172-3/+4
|
* Fix excludeTablesgetDiffOfModelAgainstModel is not passingJason Michalski2011-12-172-8/+24
| | | | | excludeTables correctly Fixes issue 140
* start next development iterationJan Dittberner2011-11-014-4/+28
|
* Added signature for changeset ad06c76fc174Jan Dittberner2011-11-011-0/+1
|
* tag for release 0.7.2Jan Dittberner2011-11-011-0/+1
|
* finalize changelog for 0.7.20.7.2Jan Dittberner2011-11-013-3/+3
|
* add credits for contributorsJan Dittberner2011-11-013-0/+121
|
* bump SQLAlchemy dependency to >= 0.6Jan Dittberner2011-10-302-1/+7
| | | add build-req.pip with build requirements
* update changelogJan Dittberner2011-10-291-56/+94
| | | fix issue numbers (use trac issue prefix for pre 0.3 versions)
* add glossaryJan Dittberner2011-10-292-21/+56
| | | update documentation meta data, rewrap index.rst
* add more developer related informationJan Dittberner2011-10-291-10/+34
|
* rewrap READMEJan Dittberner2011-10-291-12/+21
|
* update sqlalchemy documentation linksJan Dittberner2011-10-291-98/+125
| | | use explicit code-block markup
* update intersphinx configuration, add sphinxcontrib.issuetracker configurationJan Dittberner2011-10-291-2/+10
|
* ignore vim swap files and docs/_staticJan Dittberner2011-10-291-0/+2
|
* document adding/droping columns (fixes issue 104)Jan Dittberner2011-10-291-215/+315
|
* PEP-8 compliant script templatesJan Dittberner2011-10-292-4/+8
|
* add regression test (fixes issue 105)Jan Dittberner2011-10-282-0/+8
|
* fix issues with ConfigParser and existing repositories (fixes issue 115)Jan Dittberner2011-10-286-10/+13
|
* give credits to Benoît AllardJan Dittberner2011-10-281-1/+1
|
* remove obsolete manage.py_tmpl (related to issue 121)Jan Dittberner2011-10-282-6/+0
|
* update changelog (add issue 121 bugfix)Jan Dittberner2011-10-281-2/+3
|
* generate if __name__ == "__main__" in manage.py (fixes issue 121)Jan Dittberner2011-10-282-2/+5
|
* update changelog (include #125 fix)Jan Dittberner2011-10-281-0/+2
|
* merge e5bd2821eea8 from https://code.google.com/r/alyazdi-patches/Jan Dittberner2011-10-281-1/+1
|\ | | | | (fixes issue 125)
| * Fix for issue #125, create the table on the same connection as the ALTER and ↵al.yazdi@gmail.com2011-10-261-1/+1
| | | | | | | | INSERT happen
* | update changelogJan Dittberner2011-10-281-0/+2
| |
* | merge fixes by wyenhoJan Dittberner2011-10-282-5/+6
|\ \
| * | fixed issue 129wyuenho@gmail.com2011-10-022-4/+4
| | |
| * | fixed issue 83wyuenho@gmail.com2011-10-021-1/+2
| |/
* | drop SQLAlchemy < 0.6 compatibility codeJan Dittberner2011-10-2814-200/+58
| |
* | ignore PyCharm project filesJan Dittberner2011-10-281-0/+1
| |
* | fix SQLAlchemy 0.6.x compatibility of issue 128 patchJan Dittberner2011-10-281-1/+11
| |
* | update changelog (drop support for SQLAlchemy 0.5.x, Python 2.4 and 2.5)Jan Dittberner2011-10-281-0/+7
| |
* | fix issue 128: "table rename failure with sqlalchemy 0.7.x"markbmc@gmail.com2011-10-282-8/+10
| |
* | changelog updatesJan Dittberner2011-10-281-0/+13
| |
* | remove unused importDustin J. Mitchell2011-07-101-1/+0
| |
* | Fix issue 124: ignore sqlite_sequence in comparing db to modelDustin J. Mitchell2011-07-101-2/+10
|/
* Use two models in generated migrations. Test column addition and removal.Gabriel2011-07-073-51/+95
|
* Put constraints (positional) before args (keywords).Gabriel2011-07-051-1/+1
|
* Output has changed even without the SQLa patch, update #122 tests.Gabriel2011-07-051-1/+1
|
* Fix and test issue 118. Clarify genmodel transformations.Gabriel2011-07-056-99/+159
|
* Fix column creation in make_update_script_for_model.Gabriel2011-07-041-15/+14
| | | | | | | | | | Generating the script needs internal API updates: https://code.google.com/p/sqlalchemy-migrate/issues/detail?id=113 Getting the script to run needs the new columns defined: https://code.google.com/p/sqlalchemy-migrate/issues/detail?id=123 Table metadata represents the former state and does not contain the columns being added.
* More concise declarative output.Gabriel2011-06-291-18/+11
| | | https://code.google.com/p/sqlalchemy-migrate/issues/detail?id=122