birkmose

Results 2 issues of birkmose

Hi - Thank you for a great library! We have been experiencing some connection management issues (including using latest version `5.2.0`). Using fred as a redis client in a kubernetes...

Given example DDL: ```sql create table Test ( Id uniqueidentifier not null primary key ) go create table TestRef ( Id uniqueidentifier not null primary key constraint FK_TestRef_Test_Id references Test,...