Sylvain LAURENT
Sylvain LAURENT
This PR fixes some threading issues with the library mainly caused by the incorrect assumption that Swift variables are atomic. With this fix, the lock introduced by #68 is no...
Statement.execute() then Statement.getResultSet() should be considered equivalent to executeQuery() (to record the number of rows fetched). Besides, getMoreResults() is currently ignored, we need to support multiple resultsets
In one of my projects, the "update maven configuration" fails with what looks like a fatal error to eclipse ("a virtual machine error has occurred..."). Actually this is caused by...