399 Commits

Author SHA1 Message Date
Jan Dittberner
08cacdac59 update changelog 2013-02-09 13:08:53 +01:00
Jan Dittberner
d9f322cf6e fix error, Text columns have no width 2013-02-09 13:07:39 +01:00
Jan Dittberner
195f95550b fix deprecation warning by using MetaData.reflect 2013-02-09 13:02:59 +01:00
Jan Dittberner
2e26236baa update credits and changelog 2013-02-09 11:18:27 +01:00
Alex Favaro
2ff11c176a Import correct exceptions module (Fixes issue 154). 2013-02-09 11:15:26 +01:00
Jan Dittberner
84f4faf113 update changelog and credits 2012-01-23 21:36:13 +01:00
asuffield@gmail.com
fe1f1deca8 apply patch for issue #72 by asuffield@gmail.com
fixes #72
2012-01-23 21:34:12 +01:00
Jan Dittberner
ddad9c7f8c update changelog and credits 2011-12-17 20:27:22 +01:00
Jason Michalski
7a5148a30b Fix excludeTablesgetDiffOfModelAgainstModel is not passing
excludeTables correctly

Fixes issue 140
2011-12-17 20:25:04 +01:00
Jan Dittberner
08310eec9d start next development iteration 2011-11-01 22:10:37 +01:00
Jan Dittberner
aadd728366 Added signature for changeset ad06c76fc174 2011-11-01 21:35:16 +01:00
Jan Dittberner
da930f3b01 tag for release 0.7.2 2011-11-01 21:34:26 +01:00
Jan Dittberner
bd16556ddb finalize changelog for 0.7.2 0.7.2 2011-11-01 21:30:51 +01:00
Jan Dittberner
0958face62 add credits for contributors 2011-11-01 21:16:33 +01:00
Jan Dittberner
b1c1aa0b40 bump SQLAlchemy dependency to >= 0.6
add build-req.pip with build requirements
2011-10-30 00:05:59 +02:00
Jan Dittberner
9d615fa4bd update changelog
fix issue numbers (use trac issue prefix for pre 0.3 versions)
2011-10-29 23:27:26 +02:00
Jan Dittberner
5f16f9b711 add glossary
update documentation meta data, rewrap index.rst
2011-10-29 23:24:38 +02:00
Jan Dittberner
784b99652f add more developer related information 2011-10-29 23:16:50 +02:00
Jan Dittberner
0981fb3f68 rewrap README 2011-10-29 23:15:53 +02:00
Jan Dittberner
05e76a1430 update sqlalchemy documentation links
use explicit code-block markup
2011-10-29 22:48:52 +02:00
Jan Dittberner
3dc1cf28b0 update intersphinx configuration, add sphinxcontrib.issuetracker configuration 2011-10-29 22:45:43 +02:00
Jan Dittberner
7013bfad46 ignore vim swap files and docs/_static 2011-10-29 22:44:17 +02:00
Jan Dittberner
2bc520eaa6 document adding/droping columns (fixes issue 104) 2011-10-29 21:59:11 +02:00
Jan Dittberner
1367004a17 PEP-8 compliant script templates 2011-10-29 15:55:24 +02:00
Jan Dittberner
324a2c766d add regression test (fixes issue 105) 2011-10-28 16:14:21 +02:00
Jan Dittberner
18c3f68d41 fix issues with ConfigParser and existing repositories (fixes issue 115) 2011-10-28 15:39:31 +02:00
Jan Dittberner
0c069a63c7 give credits to Benoît Allard 2011-10-28 13:56:54 +02:00
Jan Dittberner
d872960ae6 remove obsolete manage.py_tmpl (related to issue 121) 2011-10-28 13:46:16 +02:00
Jan Dittberner
962b517b5a update changelog (add issue 121 bugfix) 2011-10-28 13:42:41 +02:00
Jan Dittberner
e31b1cf389 generate if __name__ == "__main__" in manage.py (fixes issue 121) 2011-10-28 13:41:27 +02:00
Jan Dittberner
bd6df33a08 update changelog (include #125 fix) 2011-10-28 12:45:07 +02:00
Jan Dittberner
a48190c006 merge e5bd2821eea8 from https://code.google.com/r/alyazdi-patches/
(fixes issue 125)
2011-10-28 12:25:22 +02:00
Jan Dittberner
317b02fbf0 update changelog 2011-10-28 11:10:31 +02:00
Jan Dittberner
ad394ae2b3 merge fixes by wyenho 2011-10-28 11:07:00 +02:00
Jan Dittberner
3619347441 drop SQLAlchemy < 0.6 compatibility code 2011-10-28 10:59:10 +02:00
Jan Dittberner
e4ad6e357f ignore PyCharm project files 2011-10-28 10:34:06 +02:00
Jan Dittberner
95a329b16a fix SQLAlchemy 0.6.x compatibility of issue 128 patch 2011-10-28 10:06:19 +02:00
Jan Dittberner
6f44824055 update changelog (drop support for SQLAlchemy 0.5.x, Python 2.4 and 2.5) 2011-10-28 10:01:50 +02:00
markbmc@gmail.com
6ecf665f14 fix issue 128: "table rename failure with sqlalchemy 0.7.x" 2011-10-28 09:34:08 +02:00
Jan Dittberner
b38c0fb2cc changelog updates 2011-10-28 08:54:14 +02:00
al.yazdi@gmail.com
cef7676b58 Fix for issue #125, create the table on the same connection as the ALTER and INSERT happen 2011-10-26 06:32:59 +00:00
wyuenho@gmail.com
7ce76aaab6 fixed issue 129 2011-10-02 20:13:10 +08:00
wyuenho@gmail.com
4cb8fee5ff fixed issue 83 2011-10-02 20:09:43 +08:00
Dustin J. Mitchell
6e5f5c4b0c remove unused import 2011-07-10 21:32:20 -05:00
Dustin J. Mitchell
e7195ffbf4 Fix issue 124: ignore sqlite_sequence in comparing db to model 2011-07-10 21:21:43 -05:00
Gabriel
a1968e7f7d Use two models in generated migrations. Test column addition and removal. 2011-07-07 19:12:18 +02:00
Gabriel
15f571d296 Put constraints (positional) before args (keywords). 2011-07-05 19:57:27 +02:00
Gabriel
15911e6bfe Output has changed even without the SQLa patch, update #122 tests. 2011-07-05 01:45:52 +02:00
Gabriel
3fe1b4a3be Fix and test issue 118. Clarify genmodel transformations. 2011-07-05 00:44:57 +02:00
Gabriel
5cfc74959f Fix column creation in make_update_script_for_model.
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.
2011-07-04 21:50:55 +02:00