This commit is contained in:
Jan Prochazka
2024-06-01 12:37:57 +02:00
parent ca0ae2084c
commit 728f3621eb

View File

@@ -287,7 +287,7 @@ const drivers = driverBases.map(driverBase => ({
return pass;
},
async writeTable(pootl, name, options) {
async writeTable(pool, name, options) {
// @ts-ignore
return createBulkInsertStreamBase(this, stream, pool, name, options);
},