We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13a12bb commit 14d0645Copy full SHA for 14d0645
1 file changed
src/data-api-driver.ts
@@ -104,7 +104,6 @@ class DataApiConnection implements DatabaseConnection {
104
if (!r.columnMetadata) {
105
return {
106
numUpdatedOrDeletedRows: BigInt(r.numberOfRecordsUpdated || 0),
107
- insertId: generatedFields && generatedFields.length > 0 ? generatedFields[0].longValue : undefined
108
rows: [],
109
};
110
}
0 commit comments