DATA-DOG / go-txdb

Immutable transaction isolated sql driver for golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ping ends up in error

sagikazarmark opened this issue · comments

When trying to Ping the database to check if there is a connection I receive the following error:

https://pastebin.com/6bnAztAk

Looks like Ping calls itself recursively: https://github.com/DATA-DOG/go-txdb/blob/master/db_go18.go#L96-L98

At least it could return with nil, even if it is not implemented for the moment.

should be resolved, thanks for reporting ;)

Awesome, thanks for the prompt fix