fukamachi / cl-dbi

Database independent interface for Common Lisp
202 stars 28 forks source link

- modified the value of 'ping' expression for sqlite driver. #44

Closed cage2 closed 5 years ago

cage2 commented 5 years ago

I think would be useful to tell apart if a sqlite database is in memory or an actual file and, if the latter is true, give the path file to the database the connection is linked to.

I think this changes should be harmless for users that rely on the old behaviour of the that function.

fukamachi commented 5 years ago

Thanks!

cage2 commented 5 years ago

On Tue, May 07, 2019 at 02:25:40AM -0700, Eitaro Fukamachi wrote:

Thanks!

You're welcome! :)

Always happy to give my humble contribution to lisp libraries.

Bye! C.