Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test quote
Signed-off-by: Côme Chilliet <[email protected]>
  • Loading branch information
come-nc committed Apr 24, 2025
commit af412027d066ba31785183e8101bca5e6b2b37d7
2 changes: 1 addition & 1 deletion lib/private/DB/AdapterOCI8.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function fixupStatement($statement) {

$statement = preg_replace(
'/^INSERT (INTO .+ VALUES ?\(.+\))$/',
'INSERT ${1} RETURNING ROWID INTO vRowid',
'INSERT ${1} RETURNING ROWID INTO "vRowid"',
$statement
);

Expand Down
Loading