fangwentong

Results 3 comments of fangwentong

把软链接去掉即可 ``` unlink ~/.vim ~/.vimrc ~/.gitconfig ~/.tmux.conf ~/.zshrc ~/.npmrc ~/.vimrc.bundles ~/.tern-project ```

@qustavo I updated this PR and added the logic of closing prepared stmt, see the [diff](https://github.com/qustavo/sqlhooks/compare/eb4e59fd81b6a142aa376de659b8fd45994acac2..3a9a71a7e9fbc062b7f691b4a34d8587e5dc7ac3), referring to the implementation of golang sql package: 1. For [QueryContext](https://github.com/golang/go/blob/f77084d15d53e6aa09d2e7f867e69cc9766da2c5/src/database/sql/sql.go#L1821), delay the logic...

Thanks for your review! After examining the MySQL driver code ([*mysqlConn.interpolateParams](https://github.com/go-sql-driver/mysql/blob/master/connection.go#L248)), I can confirm that it returns `driver.ErrSkip` in several situations even with `InterpolateParams=true`: 1. When the number of placeholders...