This project is archived and is in readonly mode.
Missing connection management methods for the SQLite adapter
Reported by Adam Byrtek | August 10th, 2008 @ 06:28 PM | in 2.x
SQLite adapter inherits dummy connection management methods from the abstract adapter, but it should use its own implementation instead. This patch implements active?, disconnect! and reconnect! methods for the SQLite adapter.
Please note that disconnected SQLite connection cannot be reconnected again (SQLite driver doesn't allow this) - this patch raises exception in such case.
Comments and changes to this ticket
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>