SQLite.JDBCDriver not supported for java.sql tests
Open
- Dominant language
- Java
- Stars
- 6k
- Forks
- 999
- Avg merge
- 19h 20m
- Merged PRs (30d)
- 14
Description
Almost all java.sql test files use SQLite.JDBCDriver, while its support is platform specific.
Instead, they should access SQLite db directly through the native code.
Test paths for java.sql are: `luni/src/test/java/libcore/java/sql` and `luni/src/test/java/tests/java/sql`.
Contributor guide
Assessment
This issue has not been assessed yet.