sqlite_ecto2 icon indicating copy to clipboard operation
sqlite_ecto2 copied to clipboard

Follow possible new db_connection API: status/2

Open scouten opened this issue 6 years ago • 3 comments

Watch status of https://github.com/elixir-ecto/db_connection/pull/90/files.

May need to find a way to determine if we're inside a transaction.

scouten avatar Aug 22 '17 04:08 scouten

Consider using http://www.sqlite.org/c3ref/get_autocommit.html to obtain this info. (h/t @fishcakez)

scouten avatar Aug 22 '17 04:08 scouten

Waiting on esqlite #49

ConnorRigby avatar Dec 02 '18 19:12 ConnorRigby

https://github.com/mmzeeman/esqlite/pull/49 has been merged.

Rovanion avatar Aug 06 '21 17:08 Rovanion