Patches: Browse | Submit New | Admin
This patch puts the jdbc_adapter.JdbcDerbySpec class back in sync with the activerecord core. This fixes: - Allows ActiveSupport::TimeWithZone times to be assigned to an attribute and saved. - Allows saving of DateTime objects to the db. Also adds tests (for all dbs) to check the reading and writing of date/datetime/time/timewithzone objects. Code in jdbc_adapter/jdbc_derby.rb is removed as the core activerecord code covers this.
Add A Comment: