This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: ext/oci8/object.c | |
=================================================================== | |
--- ext/oci8/object.c (revision 411) | |
+++ ext/oci8/object.c (working copy) | |
@@ -248,6 +248,25 @@ | |
return Qnil; | |
} | |
+static VALUE oci8_named_type_null_p(VALUE self) | |
+{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
See: http://rubyforge.org/forum/forum.php?thread_id=48838&forum_id=1078 | |
Index: ext/oci8/bind.c | |
=================================================================== | |
--- ext/oci8/bind.c (revision 411) | |
+++ ext/oci8/bind.c (working copy) | |
@@ -67,7 +67,8 @@ | |
NULL, | |
NULL, | |
NULL, |
NewerOlder