bbrodriges

Results 14 comments of bbrodriges

I'm also desperately in need of args support in GROUP BY and ORDER statements

@segevda will this fix be merged? This bug affects our production code.

> 1. If primary is alive we could select replicas from `pg_stat_replication` with `state = 'streaming'` and `reply_time < ` and `reply_lag < ` (and remember a set of replicas...

Also `reply_time` column has been introduced since PG 12. We need to find a way to mimic this column for older versions.

Hey, Vasiliy, sorry for long response. That's a case which I've thought about some time ago. I think we can leverage iter over func feature here. We can add new...

> How we deal with such setup and nodes iter ? This can be achieved with custom `NodePicker` implementation. You can write your own stateful `NodePicker` similar to `RoundRobinNodePicker`. There...

@vtolstov well, better late than never https://github.com/yandex/go-hasql/pull/19 :)

As far as I can see `easyjson` is used only in `example` directory and does not required for proper package operation.

> the possibility that New() is now panicking (nobody is happy with a suppressed panic) This is a big deal. For now there is no way function can panic from...