We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a54cb4 commit f6991daCopy full SHA for f6991da
1 file changed
src/data-api-driver.ts
@@ -104,6 +104,7 @@ 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