James Kleeh

Results 129 comments of James Kleeh

@mangelo123 This is likely specific to your environment. We need steps to reproduce to be able to do anything about it

@mangelo123 Unfortunately that isn't enough information to reproduce the issue. We would need a stacktrace that shows where the error is thrown from or the database you are running the...

@mangelo123 Likely the best course of action is to debug the constructor of `NumberFormatException` and inspect the stacktrace

@mangelo123 If you're using IntelliJ the easiest way is to debug the gradle task.

This is a problem with liquibase/liquibase-hibernate. You need to report the issue there. The issue is: The postgres snapshot for the age column returns a `liquibase.statement.DatabaseFunction` when `getAttribute("defaultValue", Object.class)` is...

PS: Thanks so much for the sample repo with the docker instructions. Made my life a lot easier!

Best bet to getting this fixed is to submit a PR. The Grails team isn't going to maintain the 1.x line of this plugin.

The issue exists in liquibase-hibernate: https://github.com/liquibase/liquibase-hibernate/issues/48

@bassmartin Can you provide a sample project?

Essentially the issue is here: https://github.com/liquibase/liquibase/blob/91a4e47bfe278e2ac17d1a8cca932554547fc5e7/liquibase-core/src/main/java/liquibase/datatype/core/DateTimeType.java#L144 The database is `GormDatabase` so it doesn't match any that are checked. The `originalDefinition` is `timestamptz` and the `getName()` resolves to `timestamp`.