Ah, yes. Will fix it soon. Thanks, Max
> On Sep 29, 2020, at 7:46 PM, Jade Koskela <[email protected]> wrote: > > Hi, > > New contributor here. I have found a bug in sspi_bridge that requires a small > change to fix. > This causes failures to connect with Postgres JDBC using sspi_bridge. > > This line in sspi_bridge should be: > > < || l2 < l1 && l2 != l1) { > --- > > || l2 < l1 && l2 != r1) { > > Thanks, > Jade
