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 1c598cf commit db7dc2fCopy full SHA for db7dc2f
ext/pdo_firebird/firebird_driver.c
@@ -273,7 +273,7 @@ static int firebird_handle_begin(pdo_dbh_t *dbh) /* {{{ */
273
{
274
pdo_firebird_db_handle *H = (pdo_firebird_db_handle *)dbh->driver_data;
275
char tpb[8] = { isc_tpb_version3 }, *ptpb = tpb+1;
276
-#if abies_0
+#ifdef abies_0
277
if (dbh->transaction_flags & PDO_TRANS_ISOLATION_LEVEL) {
278
if (dbh->transaction_flags & PDO_TRANS_READ_UNCOMMITTED) {
279
/* this is a poor fit, but it's all we have */
0 commit comments