-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathNEWS
59 lines (55 loc) · 2.82 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Paradox Driver NEWS - User visible changes.
2024-12-18 Fixed the table loading with header size more than 2048 bytes.
2024-08-07 Fixed JDK 1.8 loading file bug.
2024-05-08 Added table metadata cache.
2024-05-05 Fixed the project Javadoc.
2024-05-04 Improved charset management.
2024-05-02 Migrate unit test from JUnit 4 to JUnit 5.
2024-04-23 Fixed precision and scale metadata in Java and Information Schema table.
2020-09-05 Added limit and offset support.
2020-08-17 Finished information_schema support.
2020-08-08 Added information_schema support.
2020-08-07 Improved COUNT performance on large queries.
2020-08-05 The execution planer is now stateless with cache in parser.
2020-07-31 Added standard aggregate functions and GROUP BY support.
2020-07-27 Now is possible to change catalogs (needs to be enabled in properties).
2020-07-26 Fixed parenthesis parser and NOT keyword.
2020-07-24 Added support to functions in SELECT and WHERE expressions.
2020-07-21 Added TRUE and FALSE literals to SQL values.
2020-07-20 Fixed function metadata.
2020-07-19 Added a connection parameter for timezones. Improved date and time conversions.
2020-07-18 Added standard SQL92 functions.
2020-07-17 Added a crude support to functions.
2020-07-14 Added IN clause.
2020-07-13 Fixed blob methods (loading, searching and encryption).
2020-07-12 Added support to ORDER BY clause. Fix a lot of bugs.
2020-07-11 Added support for parameters in PreparedStatement. Now is possible
to cancel a statement. Fixed characters escapes.
2020-07-09 Added a planner compiler for performance improvement.
2020-07-08 Added DISTINCT support in SQL statements. Added support do SELECT
without FROM.
2020-07-07 Fixed SQL State code and SQL Exception types. Added a possibility to
use fixed values in SELECT clause.
2020-07-05 Added comment support.
2020-07-03 Added ResultSet fetch direction support. Added a better type
conversion.
2020-07-02 Added left, right and cross join support.
2020-06-30 Removed field parse when field is not to be load.
2020-06-28 Added table join support.
2020-06-26 Review all database and table metadata and fixed various memory and
performances issues.
2020-06-25 Rewrite the code for all BLOB and CLOB types.
2020-06-21 Added schema support in SQL and queries.
2020-06-20 Added BCD file type support.
2020-06-19 Added Graph, OLE and Formatted Memo types.
2020-06-18 Added encrypted file support.
2020-06-17 Fixed the charset support.
2016-07-06 Fixed minor bugs and added unit tests.
2016-06-27 Added JavaDoc documentation.
2016-06-22 New 1.2 release with memo file type support.
-----
Copyright (C) 2016 Leonardo Alves da Costa.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved. This file is offered as-is,
without warranty of any kind.