Regresion - defaultNullValue in addNotNullConstraint is interpreting the value as a String instead of an Int

Description

I have a changeSet like this:

<addNotNullConstraint schemaName="asdfas" tableName="asdfas" columnName="asdfas" columnDataType="INT" defaultNullValue="1" />

It worked fine in version 2.0.0

Environment

Postgres 9.0

Activity

Show:

Manuel Rego Casasnovas April 16, 2012 at 5:55 AM

Thank you very much

Nathan Voxland April 15, 2012 at 3:25 PM

Applied supplied patch

Norman Seidel April 14, 2012 at 10:27 PM

For varchar on MySQL strings will be surrounded by singe quotes (as additional information for Falko Modlers comment). This doesn't work for us because we use hibernate framework and the column is an enum in Java. When hibernate loads from database it complains because 'XY' cannot be mapped to/ is not the same as XY.

Laird Nelson March 31, 2012 at 10:07 PM

In case it matters, this is also true with dates. That is, a defaultNullValue of, say, 2012-03-31 is interpreted as a String, not a date. I mention this because my quick cursory glance at the linked pull request seemed to show that the pull request was checking for explicit types (like BOOLEAN) but did not include DATE among its types.

Nathan Voxland January 24, 2012 at 7:36 AM

Thanks, I'll take a look soon

Fixed

Details

Reporter

Fix versions

Affects versions

Priority

Created October 20, 2011 at 5:11 PM
Updated June 20, 2013 at 3:31 AM
Resolved April 15, 2012 at 3:25 PM

Flag notifications