pharo-rdbms / Pharo-SQLite3

Community-owned official SQLite3 binding for Pharo
MIT License
22 stars 20 forks source link

Creates a close variant that forces the release of dbHandle #22

Closed eMaringolo closed 1 year ago

eMaringolo commented 4 years ago

Creates a close variant that forces the release of dbHandle, (enabling you do delete the database file without closing Pharo).

astares commented 3 years ago

@eMaringolo Adding a test would make sense

astares commented 1 year ago

Conflicting.

I will send a new PR, we will close this one here.

astares commented 1 year ago

Solved in https://github.com/pharo-rdbms/Pharo-SQLite3/pull/85