Merge branch 'master' into feature/postgresql-export-bytea

This commit is contained in:
Stela Augustinova
2025-11-13 13:44:11 +01:00
161 changed files with 5638 additions and 1627 deletions

View File

@@ -7,7 +7,7 @@
"homepage": "https://dbgate.org",
"repository": {
"type": "git",
"url": "https://github.com/rinie/dbgate-plugin-oracle"
"url": "https://github.com/dbgate/dbgate.git"
},
"author": "Rinie Kervel",
"keywords": [

View File

@@ -232,6 +232,7 @@ const driver = {
message: `${rowsAffected} rows affected`,
time: new Date(),
severity: 'info',
rowsAffected,
});
}
}