]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/shortlog
thirdparty/sqlalchemy/alembic.git
2013-04-04  Mike BayerMerged in dahlia/alembic/remove-unused-imports (pull...
2013-04-04  Mike BayerMerged in charlax/alembic/format_current (pull request...
2013-03-30  Hong MinheeRemoved unused imports from alembic/ directory
2013-03-30  Hong MinheeRemove unused imports
2013-03-18  Mike Bayerlatin1, utf8, fix it
2013-03-12  Mike Bayerforce this to innodb to support mysqls with different
2013-03-12  Mike BayerAutogenerate will render additional table keyword
2013-03-11  Charles-Axel... Fix typo
2013-03-11  Charles-Axel... Add head identifier to --head-only option output
2013-03-06  Charles-Axel... Add --head-only option to current command
2013-03-04  Mike Bayer- The rendering of any construct during autogenerate
2013-02-16  Mike BayerFixed bug whereby create_index()
2013-02-11  Mike Bayer- return the same error message as when running on...
2013-02-11  Mike BayerMerged in niwi/alembic (pull request #27)
2013-02-11  Mike Bayer- repair argspec to work with py3k also
2013-02-11  Mike Bayer- move to 0.5.0 as we are making some slight naming...
2013-02-10  Andrei AntoukhFix unexpected output on exec alembic command without...
2013-02-04  Mike Bayerok seems we're up to 0.4.3...
2013-02-04  Mike Bayer- get sphinx to render "type_" with the underscore
2013-01-11  Mike BayerAdded tag rel_0_4_2 for changeset 979a32f8e92c56fd5a0b9...
2013-01-11  Mike Bayer0.4.2 rel_0_4_2
2013-01-11  Mike Bayer2013
2013-01-11  Mike BayerFixed bug where autogenerate would fail if a Column
2013-01-10  Mike BayerThe "implicit" constraint generated by a
2013-01-05  Mike Bayerfix changelog formatting
2013-01-05  Mike Bayerremove this echo
2013-01-05  Mike Bayer- add workaround to setup.py to avoid setuptools issue...
2012-12-09  Mike BayerAdded tag rel_0_4_1 for changeset a52b54b339b971b1376a5...
2012-12-09  Mike Bayer0.4.1 release date rel_0_4_1
2012-12-09  Mike Bayerupdate sqla links for 0.8 docs
2012-12-05  Mike BayerAdded support for autogenerate render of
2012-12-05  Mike BayerAutogenerate will include "autoincrement=False"
2012-11-30  Mike Bayeradda test for create table w no pk
2012-10-29  David RiptonFix a typo in the README.
2012-10-21  Mike Bayersee what the link thing looks like here
2012-10-21  Mike Bayermove the changelog to the new changelog extension
2012-10-20  Daniel HaakerFix bug with minute component in file_template and...
2012-10-20  Mike Bayer- [bug] Removed erroneous "emit_events" attribute
2012-10-18  Mike Bayer- add a section on how to render types, #78
2012-10-18  Mike Bayer- [feature] Explicit error message describing the case
2012-10-02  Mike BayerAdded tag rel_0_4_0 for changeset 03481917469dde2be467c...
2012-10-01  Mike Bayer- more foreign key stuff rel_0_4_0
2012-10-01  Mike Bayer- add schema here to the FK
2012-09-30  Mike Bayer- for 0.4, we'll remove the "upgrading" 0.1,0.2,0.3...
2012-09-30  Mike Bayer- [feature] Support for tables in alternate schemas
2012-09-30  Mike Bayer- merge again
2012-09-30  Mike BayerMerged in bbinet/alembic (pull request #23)
2012-09-30  Mike Bayer- test fix here to limit table names located
2012-09-30  Mike Bayer- [feature] Added "stdout" option to Config, provides
2012-09-30  Mike Bayer- [bug] Fixed the "multidb" template which was badly out
2012-09-30  Mike BayerMerged in BryceLohr/alembic (pull request #14)
2012-09-30  Mike Bayer- [bug] Fixed the regexp that was checking for .py...
2012-09-30  Mike Bayer- call it 0.4.0
2012-09-26  Bruno Binetadd support of schemas for autogenerate
2012-09-26  Bruno Binetdo not fail when compare_server_default compares None...
2012-09-26  Bruno Binetimport sqlalchemy.schema as sa_schema: s/schema/sa_schema/
2012-09-25  Bruno Binetalways pass schema name as a separate parameter
2012-09-24  Bruno Binetadd schema support for add/drop constraints and indexes
2012-09-24  Bruno Binetadd schema support for add_column, drop_column, alter_c...
2012-09-22  Bruno Binetimport sqlalchemy.schema as sa_schema: s/schema/sa_schema/
2012-08-23  Mike Bayer- changelog + support for remove autoinc
2012-08-23  Mike Bayer- tests for pull request #21
2012-08-23  Mike BayerMerged in moriyoshi/alembic/bugfix/autoincrement_for_my...
2012-08-23  Mike Bayer- add a test for #15
2012-08-23  Mike Bayer- [bug] Fixed MySQL rendering for server_default which
2012-08-23  Mike BayerMerged in moriyoshi/alembic/bugfix/typed_default_value...
2012-08-15  Mike BayerAdded tag rel_0_3_6 for changeset c972e816befb38466196d...
2012-08-15  Mike Bayer- [feature] Added include_symbol option to rel_0_3_6
2012-08-15  Mike Bayerwhitespace removal
2012-08-08  Mike Bayer- add a test for Enum repr() - requires SQLA 0.7.9...
2012-08-08  Mike Bayer- [bug] Improved error message when specifiying
2012-08-04  Mike Bayer- [bug] Repaired create_foreign_key() for
2012-07-28  Mike Bayerthe name shouldn't be needed here
2012-07-28  Mike Bayer- [bug] Fixes made to the constraints created/dropped
2012-07-28  Mike Bayer- [bug] 'alembic' command reports an informative
2012-07-28  Mike Bayer- [feature] Added --sql argument to the "revision"...
2012-07-24  Moriyoshi KoizumiSupport autoincrement and existing_autoincrement in...
2012-07-24  Moriyoshi KoizumiRender the default value in the way it correctly reflec...
2012-07-18  Edward Stonechanged config.main to accept prog as argument
2012-07-17  Mike Bayer- sublime blowing away trailing space
2012-07-17  ergoadded drop primary key constraint
2012-07-11  Mike Bayer- Added year, month, day, hour, minute, second
2012-07-08  Mike Bayermore edits
2012-07-08  Mike Bayerrevise the readme re: sqlite
2012-07-08  Mike Bayerdrat, we're beta
2012-07-08  Mike BayerAdded tag rel_0_3_5 for changeset 64f6a6a584eedb8f5d822...
2012-07-08  Mike Bayerpep8 rel_0_3_5
2012-07-08  Mike Bayer- [bug] Fixed issue whereby when autogenerate would
2012-07-08  Mike Bayersome trailing whitespace removal which autogenerate...
2012-06-27  Mike Bayerdocument that we're using server_default, #56
2012-06-23  Mike Bayer- apply repr() to server default string, #31
2012-06-03  Mike BayerAdded tag rel_0_3_4 for changeset 9e213ed2921cf0be75a61...
2012-06-03  Mike Bayer- repair entirely broken revision_environment feature... rel_0_3_4
2012-06-02  Mike BayerAdded tag rel_0_3_3 for changeset d4094ff7a76cd4438b152...
2012-06-02  Mike Bayer- [feature] New config argument rel_0_3_3
2012-05-20  Mike Bayer- [bug] Fixed bug whereby directories inside of
2012-05-16  Mike Bayer- [feature] Added support for "relative" migration
2012-05-08  Bryce LohrMerged revision 6ed983fc075450d874557e81feb0237d7a28a22...
2012-05-03  Jeff DairikiMake version table name configurable.
2012-05-01  Mike Bayer- [bug] Added "type" argument to op.drop_constraint(),
next