Skip to content

Commit cc7ce9e

Browse files
committed
Temporarily remove the use of NuoDB::RETURN_GENERATED_KEYS
1 parent 23eb1c6 commit cc7ce9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbdimp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ int dbd_st_prepare_sv(SV *sth, imp_sth_t *imp_sth, SV *statement, SV *attribs)
8080
char *sql = SvPV_nolen(statement);
8181

8282
try {
83-
imp_sth->pstmt = imp_dbh->conn->prepareStatement(sql, NuoDB::RETURN_GENERATED_KEYS);
83+
imp_sth->pstmt = imp_dbh->conn->prepareStatement(sql);
8484
DBIc_IMPSET_on(imp_sth);
8585

8686
NuoDB::ParameterMetaData* md = imp_sth->pstmt->getParameterMetaData();

0 commit comments

Comments
 (0)