- Fix raise_mysql_exception (#28)
- Implement
read_timeout
and removewrite_timeout
parameters (#44)
- Revert
TIME
returndatetime.time
object. (#37)
- Fix
escape_string
for enum type. (#30) TIME
returndatetime.time
object.
- Fix
escape_sequence
. (#20) - Fix
connection.autocommit
. (#21) - Fix
_clear_result
. (#22)
- Fix bug. (#18)
- Fix replication error.
- Fix
binlogstream
await. (#12) - Remove
loop
argument. (#15) - Fix
unix_socket
connect. (#17)
- Fix
cursor.close
.
- Force int
pool_recycle
. - Fix
echo
option. - Fix bug replication and now don't need to connect manual.
- Fix pool recycle. (#4)
- Fix async
fetchone
,fetchall
, andfetchmany
. (#7)
- Fix negative pk. (#2)
- Bug fix.
- Remove
byte2int
andint2byte
. - Fix warning for sql_mode.
- Add replication support.
- Fix pool.
- Fix build error.
- Fix build error.
- Release first version.