
Improves Oracle, SQLServer and MySQL data providers.
Features
- Added support for Lazarus 2.0.2.
- Added TVirtualTable DefaultSortType property.
- Improved performance of TVirtualTable SaveToFile/LoadFromFile methods
- Oracle data provider
- Added support for using the ChangePassword method.
- SQLServer data provider
- Added support for working with multiple threads sharing a single connection.
- Added support for using ChangePassword method.
- MySQL data provider
- Improved performance of TMyDump for data dumping from a query.
- Improved performance of describing stored procedures
- PostgreSQL data provider
- Added pmAuto value for the specific ProtocolVersion.
- Now ProtocolVersion is set to pmAuto by default, which significantly improves performance
- Added mVerifyCA and smVerifyFull options for the SSLMode in the TUniConnection component.
- Added possibility to use function calls in batch operations
- InterBase data provider
- Added support for Local connections.
- Added support for URL-style connection string format.
- Added IPVersion specific option for the InterBase data provider.
- Improved performance when inserting data into a table with BLOB fields using the Loader component.
- SQLite data provider
- Direct mode is now based on the version 3.27.2 of the SQLite engine.
- ASE data provider
- Added support for working with multiple threads sharing a single connection
- Added MultipleConnections connection option.
- Added OpenNext method for opening a next result set.
- DBF data provider
- Improved compatibility with BDE and ADO.
- Added IgnoreDataErrors specific option.
- Added IgnoreMetadataErrors specific option.
- Improved CodePage specific option.
- MongoDB data provider
- Added SQLEngine specific option
- ODBC data provider
- Added OpenNext method for opening the next result set.