We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 783f733 commit b563460Copy full SHA for b563460
DBIXS.h
@@ -240,8 +240,10 @@ typedef struct { /* -- FIELD DESCRIPTOR -- */
240
( (flags && (DBIc_TRACE_FLAGS(imp) & flags) && (DBIc_TRACE_LEVEL(imp) >= flaglevel)) \
241
|| (level && DBIc_TRACE_LEVEL(imp) >= level) )
242
243
+/* Deprecated, but cannot be removed, becaused used in e.g. DBD::Oracle :( */
244
#define DBIc_DEBUG(imp) (_imp2com(imp, attr.TraceLevel)) /* deprecated */
245
#define DBIc_DEBUGIV(imp) SvIV(DBIc_DEBUG(imp)) /* deprecated */
246
+
247
#define DBIc_STATE(imp) SvRV(_imp2com(imp, attr.State))
248
#define DBIc_ERR(imp) SvRV(_imp2com(imp, attr.Err))
249
#define DBIc_ERRSTR(imp) SvRV(_imp2com(imp, attr.Errstr))
0 commit comments