This project is archived and is in readonly mode.
SQLite3 driver is changing, please update accordingly
Reported by Aaron Patterson | January 26th, 2010 @ 09:03 PM | in 3.0.2
I'm updating the sqlite3 driver to make it faster, have more unicorns, encoding support, and less SWIG. Please apply this patch to the SQLite3 adapter so that it will be futureproof against newer versions of the SQLite3 driver.
Comments and changes to this ticket
-
Aaron Patterson March 7th, 2010 @ 07:49 PM
- State changed from new to committed
- Assigned user set to Aaron Patterson
- Milestone cleared.
comitted
-
UNiT July 9th, 2010 @ 08:38 AM
- Importance changed from to Low
I'm new to Rails and .diff, and I couldn't update that file. I'm using NetBeans 6.8 and have Subversion installed. I found the file that is supposed to be updated (at least I think I did, sqlite3_adapter.rb in activerecord-2.3.8\lib\active_record\connection-adapters) and tried to "Apply Diff Patch" but it just says "The patch cannot be applied in the selected context".
What am I doing wrong?
Thanks!
-
Aaron Patterson July 9th, 2010 @ 04:26 PM
Hello! You shouldn't need to update anything. The current release of sqlite3-ruby should be backwards compatible, and you should have no work to do!
If you're running in to other problems, make sure to email the mailing list or open a ticket! (Probably mailing the list will get you help faster)
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
- 3947 incompatible character encodings: UTF-8 and ASCII-8BIT for Rails 3 Related ticket #3790 committed. This issue is no longer v...
- 3947 incompatible character encodings: UTF-8 and ASCII-8BIT for Rails 3 sqlite3-ruby is not yet upgraded to support ruby 1.9. The...