This project is archived and is in readonly mode.
Added usec support to SQLite adapter
Reported by Alex Pooley | February 16th, 2009 @ 02:51 AM | in 2.x
ActiveRecord SQLite* adapters don't support sub-second precision, despite SQLite providing the ability to store at this accuracy.
This patch adds sub-second support by default to all SQLite adapters.
I've only tested this on sqlite3.
Comments and changes to this ticket
-
Alex Pooley February 16th, 2009 @ 02:52 AM
- no changes were found...
-
CancelProfileIsBroken April 21st, 2009 @ 06:03 PM
- Assigned user set to Pratik
Tests pass on sqlite 2.8.17 and 3.6.13, doesn't break mysql or postgresql
-
Repository April 21st, 2009 @ 06:08 PM
- State changed from new to resolved
(from [504d16ccdfcd689eac31c1646957b06cc0ce55d1]) Add microsecond support for sqlite adapter [#1982 state:resolved]
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
- 1982 Added usec support to SQLite adapter (from [504d16ccdfcd689eac31c1646957b06cc0ce55d1]) Add mic...