com.googlecode.paradoxdriver.paradoxdriver
1.6.0
Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
<groupId>com.googlecode.paradoxdriver </groupId>
<artifactId>paradoxdriver </artifactId>
<version>1.6.0 </version>
</dependency>
Install 2/2: Run via command line
About this package
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.
Details
leonhad
December 08, 2021
1 dependencies
GNU LGPLv3
Download activity
Total downloads
0
Last 30 days
0
Last week
0
Today
0
You can’t perform that action at this time.