Releases: leonhad/paradoxdriver
Releases · leonhad/paradoxdriver
v1.6.3
What's Changed
- Fixed the table loading with header size more than 2048 bytes.
- Bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.3 by @dependabot in #85
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.5 by @dependabot in #86
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.4.0 by @dependabot in #87
- Bump org.junit.jupiter:junit-jupiter from 5.10.3 to 5.11.0 by @dependabot in #88
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.4.0 to 3.5.0 by @dependabot in #89
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0 by @dependabot in #90
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.5 to 3.2.6 by @dependabot in #91
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.6 to 3.2.7 by @dependabot in #92
- Bump org.junit.jupiter:junit-jupiter from 5.11.0 to 5.11.1 by @dependabot in #93
- Bump org.junit.jupiter:junit-jupiter from 5.11.1 to 5.11.2 by @dependabot in #94
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.1 by @dependabot in #95
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1 by @dependabot in #96
- Bump org.junit.jupiter:junit-jupiter from 5.11.2 to 5.11.3 by @dependabot in #97
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.1 by @dependabot in #98
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2 by @dependabot in #99
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.1 to 3.11.2 by @dependabot in #102
Full Changelog: v1.6.2...v1.6.3
v1.6.2
Stable release
What's new in this release:
- Fixed precision and scale metadata in Java and Information Schema table.
Full Changelog: v1.6.0...v1.6.1
Stable release
What's new in this release:
- Added limit and offset support.
- Added information_schema support.
- Improved COUNT performance on large queries.
- The execution planer is now stateless with cache in parser.
- Added standard aggregate functions and GROUP BY support.
- Now is possible to change catalogs (needs to be enabled in properties).
- Added support to functions in SELECT and WHERE expressions.
- Added TRUE and FALSE literals to SQL values.
- Fixed function metadata.
- Added a connection parameter for timezones. Improved date and time conversions.
- Added standard SQL92 functions.
- Added IN clause.
- Fixed blob methods (loading, searching and encryption).
- Added support to ORDER BY clause.
- Added support for parameters in PreparedStatement. Now is possible to cancel a statement.
- Added a planner compiler for performance improvement.
- Added DISTINCT support in SQL statements.
- Added support do SELECT without FROM.
- Fixed SQL State code and SQL Exception types.
- Added a possibility to use fixed values in SELECT clause.
- Added comment support.
- Added ResultSet fetch direction support. Added a better type conversion.
- Added left, right and cross join support.
- Added table join support.
- Review all database and table metadata and fixed various memory and performances issues.
- Rewrite the code for all BLOB and CLOB types.
- Added schema support in SQL and queries.
- Added BCD file type support.
- Added Graph, OLE and Formatted Memo types.
- Added encrypted file support.
- Fixed the charset support.
Full Changelog: v1.5.0...v1.6.0
Stable release
This is a huge update because all fields and encryption support.
What's new in this release:
- Added encryption support.
- Added all field types support.
- Fixed null values.
- Fixed various memory and performances issues.
- Now the database uses the table charset to parse String values.
- Force Charset and Locale support in connection properties.
Stable release
This version fix NULL date values and encrypted tables warning (unsupported).
Stable release
This version fixes various field types like TIME and CLOB (BLOB).
Stable release
Fixed the RazorSQL connection and DOUBLE fields format (NUMERIC and MONEY fields).
Stable release
v1.2 Fixed the project metadata.