v5.2.0
-
firstandfirst_execshortcuts added to conveniently get first row of a query -
The lifetime of a pool is now untied from a
QueryResultinPool::prepareandPool::prep_execso now you can write this without bc errors:pool.prep_exec("SELECT 1", ()).and_then(|result1| { pool.prep_exec("SELECT 2", ()).and_then(|result2| { // ... }) })