This project is archived and is in readonly mode.

#5842 ✓resolved
Anil Wadghule

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

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>

Attachments

Referenced by

Pages