File tree 4 files changed +9
-3
lines changed
4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
# ChangeLog
2
2
3
+ ## 0.2
4
+
5
+ ### 0.2.0
6
+
7
+ - Fix ` cursor.close ` .
8
+
3
9
## 0.1
4
10
5
11
### 0.1.9
Original file line number Diff line number Diff line change @@ -456,7 +456,7 @@ async def close(self):
456
456
return
457
457
458
458
if self ._result is not None and self ._result is conn ._result :
459
- self ._result ._finish_unbuffered_query ()
459
+ await self ._result ._finish_unbuffered_query ()
460
460
461
461
try :
462
462
while await self .nextset ():
Original file line number Diff line number Diff line change 1
- __VERSION__ = "0.1.9 "
1
+ __VERSION__ = "0.2.0 "
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " asyncmy"
3
- version = " 0.1.9 "
3
+ version = " 0.2.0 "
4
4
description = " A fast asyncio MySQL driver"
5
5
authors = [
" long2ice <[email protected] >" ]
6
6
license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments