Nathan Voxland

Results 104 comments of Nathan Voxland

Thanks for the report. For looking into the cause, how are you setting the variables? Also, could you try it with the newest 4.15.0 version and see if it's still...

Marked this as a draft PR because it's very much a work in progress still and currently focused around "can it work" vs. "making it work". My biggest question to...

For my second experiment, I created #3286 which will likely eventually merge into here. But keeping them separate discussions for now. This is just on the "generic maven wrapper" and...

As a little more background: the only times you should get a `UPDATE TST4CIS.DATABASECHANGELOG SET MD5SUM = '8:cf74d98bf9923254d88d77efba90e1ec' WHERE ID ...` message is when the md5sum value is either NULL...

Are you able to enable fine-level logging which should output something like: ``` FINE [liquibase.util] Computed checksum for createTable:[ columns=[ [ name="id" type="int" ] ] tableName="test_table2" ] as 0c3ee0cfd63d1fc0afeb2418835cba2a ```...

Yes, that would be great @rozenshteyn ! Thinking through it a bit, this is the tradeoff between adding an attribute on createView vs. a new global setting: - Something on...

To answer your question on global properties in general, we have ConfigurationDefinitions like get set in SqlConfiguration and GlobalConfiguration which define the global properties. Then you can always get the...

Good point, @abelk2 . That's where a global setting is better. Maybe best to mix both? Add the `preservePermissions` parameter to createView but define it as having a default value...

I guess I see that there is some additional caching in NetUtil to avoid so many hostname/IP lookups. That must be the main change. @MalloD12 fixed up the hostname handling...

With the new Log4j2Logger implementation, the messages coming through in the test class look like ` liquibase.ext.logging.log4j2.Log4j2LoggerTest liquibase.logging.core.AbstractLogger FATAL Severe message` and I'm not sure where that "AbractLogger" part is...