Nathan Voxland

Results 104 comments of Nathan Voxland

This PR does solve the problem, but by solving it we hit #2338 which impacts the ability to distinguish (var)char vs (var)nchar columns in snapshot snapshot and diff. Holding off...

The spring boot integration is maintained by the spring boot team and so a bit out of our control. Looking at it quickly, it looks like all our "global configuration"...

I don't think @aixigo-soffermann patch will make sense as a fix. Like he says, "currently Liquibase does not support time zones at all and just discards them", which is a...

In the meantime, I think it should work to use type="COMPUTED". That makes liquibase not add quotes around the value its getting from the CSV and just pass along the...

Even with #2387 merged, we're still not handling timestamps with timezones in loadData correctly. Using the example changelog from this issue, I get `ERROR: column "published" is of type timestamp...

@andrus We've been working on the ResourceAccessor stuff a bit lately and hoping it addresses your problems. Both with the latest 4.14 release and also in an in-progress PR. If...

Makes sense. I'll take a look at that

I maybe see what you're getting at: you are looking to be able to have users pass along `changelogfile=classpath:/my/changelog.xml` or include `path="http://hostname/other/changelog.xml"` ? If so, the reason that ended up...

Looks like a good change. We'll be catching up on master-based pull requests soon. Thanks