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

Ticket #1807 (closed defect: duplicate)

Opened 3 years ago

Last modified 3 years ago

[PATCH] insert or update lobs fails if value is nil or ''

Reported by: geronimo@intercomgi.net Assigned to: David
Priority: normal Milestone: 1.0
Component: ActiveRecord Version: 0.10.0
Severity: normal Keywords:
Cc:

Description

if we had fields lob in our table and one of them is nil or , the next lobs object are not writed to table and they stay empty.

Attachments

oci_adapter.diff (191 bytes) - added by anonymous on 07/22/05 15:41:18.

Change History

07/22/05 15:41:18 changed by anonymous

  • attachment oci_adapter.diff added.

07/22/05 15:45:51 changed by geronimod@intercomgi.net

file: activerecord-1.10.1\lib\active_record\connection_adapters\oci_adapter.rb

07/23/05 12:59:23 changed by crutan@gmail.com

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

I'm closing this one, as we've included the code here in the Oracle omnibus patch (ticket 1798) for inclusion in the 1.0 release.