2.2.3
- Avoid renormalizing parameter names when executing a prepared command: #1252.
- Fix "Unknown column SRS_ID" error in
GetSchema
: #1258. - Use a standardized value for the
TableName
property of theDataTable
returned fromGetSchema
. - Minor performance improvements.
- Remove
FormatInvariant
internal helper method: #1253. - Eliminate temporary byte array when getting real server version.
- Remove
- Thanks to @neuecc for contributions to this release.