Jet 3/4 .mdb read |
Supported |
File differential tests and fixtures |
Add more real-world Jet 3 files |
| Jet 3 write |
Supported |
Jet3WriteTests and Java read-back |
Add corruption/reopen matrix |
| Access 2007/2010/2016 |
Supported |
ACCDB fixtures and differential tests |
Add 2013/large/OLE fixtures |
Existing EXT_DATE_TIME columns |
Partial |
extDateTime.accdb differential test, provider read/write tests, and Java Jackcess read-back |
Add EXT_DATE_TIME table-creation support |
| SELECT, joins, grouping, CTE, set operators |
Supported |
SQL oracle corpus; qualified table.* projections added to sqljoin.sql (88 statements) |
Add parameterized corpus cases |
TOP n PERCENT |
Unsupported |
Java UCanAccess 5.1.6 rejects it; explicit translator test preserves that boundary |
Revisit only with a newer pinned upstream baseline |
| Window functions |
Supported |
WindowFunctionTests |
Add type/null/error parity |
TRANSFORM/PIVOT |
Partial |
CrosstabTests, translator tests, and pivot.sql; explicit IN (...) plus inline dynamic forms |
Add parameterized saved-QueryDef coverage and richer Access crosstab grammar |
| INSERT/UPDATE/DELETE |
Supported |
SqlWriteTests including NULL, correlated subquery and JOIN cases; DELETE * FROM wildcard form with SqlWriteTests.Delete_star_from_* and file-state parity with Java 5.1.6 |
Add larger Java behavioral oracle for DML |
CREATE/DROP TABLE |
Supported |
SqlDdlTests and DDL parity |
Add more constraints and Access type inference cases |
CREATE TABLE ... AS SELECT |
Supported |
SqlDdlTests.Create_table_as_select_* |
Add parameterized/complex-type cases |
SELECT ... INTO |
Supported (port extension) |
SqlDdlTests.Select_into_* incl. transaction commit/rollback and reader rejection |
Documented as extension: Java UCanAccess 5.1.6 rejects the Access INTO grammar |
DISABLE/ENABLE AUTOINCREMENT ON t |
Supported |
SqlDdlTests.Disable_autoincrement_* and DdlParityTests.Disable_enable_autoincrement_produces_same_file_state_as_java (identical file state as Java 5.1.6) |
A NULL AutoNumber insert while disabled raises a clean DatabaseException instead of the Java NPE; the flag covers numeric AutoNumber columns only |
ALTER TABLE |
Partial |
AutoNumber-preserving add/drop tests, default backfill, rename, add-primary-key and foreign-key cascade tests |
Add calculated/complex table mutation cases and broader oracle grammar coverage |
CREATE/DROP INDEX |
Supported |
Index mutation tests |
Add shared relationship index cases |
CREATE/DROP VIEW |
Partial |
Managed SELECT QueryDef writer, catalog round-trip, JOIN and parameter expansion tests |
Broaden saved-query grammar (FULL JOIN/crosstab); action QueryDefs remain out of scope |
| Saved SELECT queries |
Supported (subset) |
Read-only mirror views plus persisted managed QueryDefs; parameterized definitions are expanded per command |
Add richer FULL JOIN/crosstab grammar |
| Linked tables |
Supported |
Linked read/write tests; non-atomic direct fallback is explicit |
Add remap and concurrency tests |
| Access functions |
Partial |
Scalar/aggregate/domain registrations, EVAL/financial/statistical extensions, and FunctionsTests.Additional_java_function_aliases_and_compare_modes |
Generate a complete parity catalog |
| User-defined scalar functions |
Supported |
UCanAccessConnection.RegisterFunction and function tests |
Add an aggregate registration API if needed |
| Complex types/attachments |
Partial |
ComplexTypeTests, ComplexTypeProviderTests, real COM-generated ACCDB fixture; typed arrays and child-table writes |
Add version-history and more attachment metadata fixtures; keep complex-field DDL out of scope |
| Password/encrypted files |
Partial |
Optional JustyBase.UCanAccess.AccessCrypto; AccessComRoundTripTests (opt-in) |
Expand the profile matrix; legacy .mdb encryption is intentionally unsupported |