This project is archived and is in readonly mode.
Fix sqlite3 adapter name
Reported by Anil Wadghule | October 19th, 2010 @ 06:14 PM
Currently in multiple places :SQLiteAdapter is used.
It is causing test failures on 'activerecord' for command 'rake test_jdbcsqlite3' with JRuby and 'rake test_sqlite3' with Ruby (1.8.7).
Replacing :SQLiteAdapter with :SQLite3Adapter fixes these failures.
Please find attached patch in comment.
Comments and changes to this ticket
-
Anil Wadghule October 19th, 2010 @ 06:28 PM
- Assigned user changed from José Valim to Aaron Patterson
-
Repository October 19th, 2010 @ 07:11 PM
- State changed from new to resolved
(from [d7799fadf93647b7c2ae745881882efbc849982b]) Fix SQLite adapter name [#5842 state:resolved] http://github.com/rails/rails/commit/d7799fadf93647b7c2ae745881882e...
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
Referenced by
- 5842 Fix sqlite3 adapter name (from [d7799fadf93647b7c2ae745881882efbc849982b]) Fix SQL...