Re: SchemaEditor: Alter Default requires column definition

2016-01-22 Thread Tim Graham
What sort of comments are you looking for? On Sunday, January 17, 2016 at 12:47:00 PM UTC-5, Max Bothe wrote: > > Hi all, > > Some databases (like SAP HANA) don't support adding or removing a default > value of a column without redefining the column [1]. > In order to support custom backends for

SchemaEditor: Alter Default requires column definition

2016-01-17 Thread Max Bothe
Hi all, Some databases (like SAP HANA) don't support adding or removing a default value of a column without redefining the column [1]. In order to support custom backends for these databases, the column definition has to be passed additionally to the format strings sql_alter_column_default and