| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
The private `open_v2` and `open16` methods could be called on a database that already had a live connection, reachable only via `send` since `initialize` calls them once. The second open replaced the connection and leaked the first `sqlite3*` handle. Both methods will now raise `SQLite3::Exception` when the database already has a live connection.
| Back | FazBrowse Home | New Git URL |
The private open_v2 and open16 methods could be called on a database that already had a live connection, reachable only via send since initialize calls them once. The second open replaced the connection and leaked the first sqlite3* handle.
Both methods now raise SQLite3::Exception when the database already has a live connection.