File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ ## [ 2.1.11]
2+
3+ * Fix the problem that statements were not released correctly
4+
15## [ 2.1.10]
26
37* Update mysql_client_plus version to 0.1.1
124128## [ 1.0.3]
125129
126130* Fix Bug [ #3 ] ( https://github.com/biner88/mysql_utils/issues/3 )
127- * Add Where ` in ` , ` between ` , ` notbetween ` and demo.
131+ * Add Where ` in ` , ` between ` , ` notbetween ` and demo.
128132
129133## [ 1.0.2]
130134
Original file line number Diff line number Diff line change @@ -702,7 +702,7 @@ class MysqlUtils {
702702 try {
703703 resultSet = await stmt.execute (whereValues);
704704 } finally {
705- // await stmt.deallocate();
705+ await stmt.deallocate ();
706706 }
707707 } else {
708708 resultSet = isPool
Original file line number Diff line number Diff line change 11name : mysql_utils
22description : This is [mysql_client_plus] help library,This makes mysql easier to use and simple.
3- version : 2.1.10
3+ version : 2.1.11
44homepage : https://github.com/biner88/mysql_utils
55repository : https://github.com/biner88/mysql_utils
66issue_tracker : https://github.com/biner88/mysql_utils/issues
You can’t perform that action at this time.
0 commit comments