We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f87093 commit abe9b1eCopy full SHA for abe9b1e
lib/connection.js
@@ -23,13 +23,13 @@ class Connection {
23
}
24
25
26
- async rollback() {
+ rollback() {
27
return this._connection.rollback();
28
29
- async commit() {
+ commit() {
30
return this._connection.commit();
31
32
- async close() {
+ close() {
33
return this._connection.close();
34
35
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "egg-oracle",
3
- "version": "1.0.12",
+ "version": "1.0.13",
4
"description": "Oracle database plugin for egg",
5
"eggPlugin": {
6
"name": "oracle"
0 commit comments