Re: mysql-native: preview3 (docs)

2017-02-07 Thread Suliman via Digitalmars-d-announce
@Nick, could you explain how connection working if I am close it after opening and only then do request to DB. See comments on SO.

Re: mysql-native: preview3 (docs)

2017-02-06 Thread Suliman via Digitalmars-d-announce
On Monday, 6 February 2017 at 20:32:24 UTC, Nick Sabalausky wrote: https://github.com/Abscissa/mysql-native-experimental Tag: v0.2.0-preview3 Just a few doc updates this time: - Docs now include the `mysql.db.MysqlDB` to `mysql.pool.MySqlPool` change from preview2 - Clarified "Prepared" vs

Re: mysql-native: preview3 (docs)

2017-02-06 Thread Nick Sabalausky via Digitalmars-d-announce
https://github.com/Abscissa/mysql-native-experimental Tag: v0.2.0-preview3 Just a few doc updates this time: - Docs now include the `mysql.db.MysqlDB` to `mysql.pool.MySqlPool` change from preview2 - Clarified "Prepared" vs "PreparedImpl" - Clarified "exec" vs "query" - Rewrite the docs for