integratyion tests WIP

This commit is contained in:
Jan Prochazka
2021-05-27 09:12:21 +02:00
parent 08fc3ffce4
commit 0413075af6
10 changed files with 1824 additions and 27 deletions

View File

@@ -112,6 +112,9 @@ const drivers = driverBases.map(driverBase => ({
connection._database_name = database;
return connection;
},
async close(pool) {
return pool.close();
},
async query(connection, sql) {
if (sql == null) {
return {