From: mike bayer Date: Mon, 28 Nov 2016 16:22:27 +0000 (-0500) Subject: Merge "Add single pound to generated comments" X-Git-Tag: rel_0_8_9~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17889bd010032d32759dbe370e860a573b1bce11;p=thirdparty%2Fsqlalchemy%2Falembic.git Merge "Add single pound to generated comments" --- 17889bd010032d32759dbe370e860a573b1bce11 diff --cc docs/build/changelog.rst index 14ad7051,1f683c27..9dd88686 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@@ -6,33 -6,14 +6,41 @@@ Changelo .. changelog:: :version: 0.8.9 + .. change:: 393 + :tags: bug, autogenerate + :tickets: 393 + + Adjustment to the "please adjust!" comment in the script.py.mako + template so that the generated comment starts with a single pound + sign, appeasing flake8. + + .. change:: + :tags: bug, batch + :tickets: 391 + + Batch mode will not use CAST() to copy data if type_ is given, however + the basic type affinity matches that of the existing type. This to + avoid SQLite's CAST of TIMESTAMP which results in truncation of the + data, in those cases where the user needs to add redundant type_ for + other reasons. + + .. change:: + :tags: bug, autogenerate + :tickets: 393 + + Continued pep8 improvements by adding appropriate whitespace in + the base template for generated migrations. Pull request courtesy + Markus Mattes. + + .. change:: + :tags: bug, revisioning + + Added an additional check when reading in revision files to detect + if the same file is being read twice; this can occur if the same directory + or a symlink equivalent is present more than once in version_locations. + A warning is now emitted and the file is skipped. Pull request courtesy + Jiri Kuncar. + .. change:: :tags: bug, autogenerate :tickets: 395