This project is archived and is in readonly mode.
SQLite3Adapter needs to store the config
Reported by jha (at aughey) | February 12th, 2009 @ 03:20 AM | in 2.x
All of the other database adapters store the config for later use. This config is used by some plugins such as ThinkingSphinx to create config files for Sphinx indexing.
The attach patch saves the config in an instance variable much like the other adapters do.
Comments and changes to this ticket
-
Repository March 8th, 2009 @ 04:07 PM
- State changed from new to resolved
- Tag changed from activerecord to activerecord, patch, sqlite
(from [7a26a67b42bdabd89f3685945009ffe99a6d6162]) Ensure SQLite adapters stores the config [#1947 state:resolved] [John Aughey, Pratik Naik]
Signed-off-by: Pratik Naik pratiknaik@gmail.com http://github.com/rails/rails/co...
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>
People watching this ticket
Attachments
Tags
Referenced by
- 1947 SQLite3Adapter needs to store the config (from [7a26a67b42bdabd89f3685945009ffe99a6d6162]) Ensure ...