Skip to content

0.1.2

Compare
Choose a tag to compare
@trowski trowski released this 28 Jul 05:01
0c3b706
  • Multiple operations may be initiated on the same Connection object without errors. Operations are resolved in the order started.
  • The same SQL query may now be prepared multiple times on the same connection. Once prepared, subsequent prepares of the same statement use a single prepared statement on the server. Statements are automatically deallocated once no references remain to the Statement object.
  • Fixed deallocating statements after destruction of PgSqlStatement objects.
  • Fixed issue when preparing different statements where the first 63 characters were identical (#1).