Inada Naoki

Results 53 issues of Inada Naoki

To keep compatibility with MySQL-python, passing MySQL-python tests is not enough. We should add Django test to CI.

HandlerSocket should have official ML for discussion.

feature_request

Write access token to config file and clients send auth command with the token first.

feature_request

### Description connCheck() now uses Poll() to check netConn readability. When some event is happened, try reading from the connection and log error as much as possible. Fix #1392 ###...

* In general, connection closed from server is dangerous and user should avoid it by using SetConnMaxLifetime (and SetConnMaxIdleTime if needed). CheckConnLiveness reduces the risk but doesn't make it zero....

@julienschmidt @arnehormann Hi there. In these years, I and @shogo82148 are only active maintainers. Would you mind to give us Admin permission?

MySQL doesn't have actual bool type. Boolean is alias of `TINYINT(1)`. Using `TINYINT(1)` for regular integer is not so common. How about treating `TINYINT(1)` as bool for better experience? ```go...

Go 1.21 will fix race between Context cancel and `sql.RawBytes`. See https://github.com/golang/go/issues/60304 It will be [backported to Go 1.19](https://github.com/golang/go/issues/60307). We had implemented double buffering (#943) to workaround it. It increase...

database/sql issue

### Issue description Current default buffer size is 4K. It is too small. This buffer size is grow when receiving large packet. But when receiving huge numbers of rows, this...

## Summary * Add `--prompt` option to `venv` * `--prompt .` (default) uses current directory name Fixes #1445 ## Test Plan This is my first Rust code and I don't...

enhancement