Mike Ball
Mike Ball
Still interested in this feature, any updates?
I am having same issue on windows. Using postgres 9.6.1 installed locally attempting to compare 2 databases within the same local postgres instance. Any workaround?
Ok, originally was attempting to run pgdiff from a script because there are so many options. In continuing to test, when pgdiff run directly on the command line, it works...
I've thought about it briefly, and would definitely like to add core.async support. Also am pretty sure the underlying driver (pgjdbc-ng) is built on top of netty so it may...
I ran into this problem as well, and the pull fixed it. https://github.com/bigskysoftware/htmx/pull/1222
Yep, you are right. There's not really a work-around because foundation departs completely from java.jdbc, so with-db-transaction and db-set-rollback-only! won't have any effect. Sorry for the docs not being clear,...
To follow up, I've long know I needed to add some sort of customization in terms of rollback, exceptions and isolation. This is roughly what I was thinking of adding...
Just a quick update, I built out something that allows you to control rollback, but it effects the return value from trx-> and I'm not real happy with it. I...
Could you just skip HTTP/2, and only build out support for HTTP/1.1 and HTTP/3? Seems like that might be better use of limited time given it's significantly different and more...