- Fix ssl context pass bool.
- Fix missing
*.whl
for Python 3.12 (#94) - Fix SSL handshake error with MySQL server v8.0.34+. (#80)
- Added support for SSL context creation via
ssl
parameter using a dictionary containingmysql_ssl_set
parameters. ( #64) - Fix bug with fallback encoder in the
escape_item()
function. (#65)
- Fix sudden loss of float precision. (#56)
- Fix pool
echo
parameter not apply to create connection. (#62) - Fix replication reconnect.
- Fix
No module named 'asyncmy.connection'
.
- 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.