Author: byterock
Date: Tue Mar 25 13:11:47 2008
New Revision: 11002
Modified:
dbd-oracle/trunk/Oracle.xs
dbd-oracle/trunk/dbdimp.c
Log:
compiling now in Linux env getting rid of warnings
Modified: dbd-oracle/trunk/Oracle.xs
==============================================================================
--- dbd-oracle/trunk/Oracle.xs (original)
+++ dbd-oracle/trunk/Oracle.xs Tue Mar 25 13:11:47 2008
@@ -130,8 +130,6 @@
SV * av_ref
IV maxlen
SV * attribs
- PREINIT:
- D_imp_sth(sth);
CODE:
{
IV sql_type = 0;
Modified: dbd-oracle/trunk/dbdimp.c
==============================================================================
--- dbd-oracle/trunk/dbdimp.c (original)
+++ dbd-oracle/trunk/dbdimp.c Tue Mar 25 13:11:47 2008
@@ -2747,18 +2747,6 @@
}
}
}
-/* if( SvROK(newvalue) ){
- if( SvTYPE(SvRV(newvalue))!=SVt_PVAV ){
-
-/* if( (phs->ftype == ORA_VARCHAR2_TABLE) ||
- (phs->ftype == ORA_NUMBER_TABLE)) {
- /* Supported *
- }else{*/
- /* All the other types are not supported
- croak("Array bind is supported only for
ORA_%_TABLE types. Unable to bind '%s'.",phs->name);
- /*}
- }*./
-
/* Add checks for other reference types here ? */