Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #9811 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

[PATCH] refactor faster date/time parsing and add postgresql support

Reported by: tarmo Assigned to: core
Priority: normal Milestone: 1.x
Component: ActiveRecord Version: edge
Severity: normal Keywords:
Cc:

Description

Refactored [7769] and added postgresql ISO date format support.

Attachments

refactored_string_to_time_date_with_psql.patch (4.5 kB) - added by tarmo on 10/07/07 21:05:15.

Change History

10/07/07 21:05:15 changed by tarmo

  • attachment refactored_string_to_time_date_with_psql.patch added.

10/07/07 22:02:03 changed by bitsweat

  • status changed from new to closed.
  • resolution set to fixed.

(In [7780]) Use fast date/time parsing by default. Closes #9811.