Nathan Voxland

Results 104 comments of Nathan Voxland

For files referenced in changelog, we don't support absolute paths. Instead, we have a concept of a "search path" where all paths (including for blob files) are looked up against,...

> yes, sure, I want to test the snapshot. If you hadn't found the build artifacts, they are best gotten from `liquibase-artifacts-added-threadlocal-scopemanager` from https://github.com/liquibase/liquibase/actions/runs/3070558330#artifacts > P.S. Why not make thread-safe...

@MalloD12 yes, that other PR picks up the other problems, I hadn't seen that one yet. Since it's touching similar code we could have done it as a single PR...

@VeluchamySC that won't be something we can fix. The `where` clause can be arbitrarily complex and so it's something we can try to parse and understand. All we do is...

Realized an issue with the heartbeat strategy: Liquibase currently makes just one connection but the heartbeat thread needs a separate connection for transaction reasons. We can't have the heartbeat committing...

Because Liquibase relies so heavily on reflection, the GraalVM config will be complex to maintain in a generic/complete case. Until we better understand the level of interest, we'll just keep...

Yeah, would be great to support it but we also have a lot of other things we're needing to get through too. Feel free to help keep the branch up...

The changes seem good. Thanks for collecting up all the work from the related PRs! There is probably no better tests to add at this point. We're working on an...

In testing this PR, we found that it's not handling a few use cases correctly. Especially around running update-sql. I'm in the middle of writing a suite of tests around...

Doing a bit of testing with it, the problem case I found was doing an update-sql when there are no changes generates a script of: ``` -- ********************************************************************* -- Update...