Mitar
Mitar
We also noticed degradation of quality between 0.1.38 and 0.2.1. We ran comparison of versions between those two against our evaluation testcases and discovered: * Between v0.1.42 and v0.1.43 we...
Why closing this? :-(
I mean, this is a requirement for the following issues to be fixed: * https://github.com/Polyconseil/vue-gettext/issues/104 * https://github.com/Polyconseil/vue-gettext/issues/93 Which I think have some activity?
Yes it is. :-) I also came here to see if there is already some code to automatically retry serializable transactions or if I should write something myself.
Thanks for the link, this looks great. In my case, I ended up writing a simple wrapper myself. I understand that there is hard to provide something general for everyone,...
@vphatfla Yes, I would like that it works for Go string values, not Go []byte values (which already works).
With recent changes in Go it is very cheap. But the issue here is about ergonomics, if pgx does that internally, then it can do it a) efficiently b) without...
Sure. This is a design question for the library. It storing string into bytea an error or a feature. This is why the issue exists so that the community and...
> I also do not get what exactly I can obtain from `PgConn`. Documentation says "origin of the notice", but what exactly metadata is available on `PgConn` to get this...