1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Add note about the current threading limitation to ext/jni/README.md. No code changes.

FossilOrigin-Name: 653ed92dc39185cdedfab3ea518bc7ec2d2826120e5fa4cbdee3343301396184
This commit is contained in:
stephan
2023-08-15 13:01:20 +00:00
parent 39c3f5f363
commit abfe646c12
3 changed files with 10 additions and 9 deletions

View File

@ -44,8 +44,9 @@ Non-goals:
Significant TODOs
========================================================================
- Lots of APIs left to bind. Most "day-to-day" functionality is already
in place and is believed to work well.
- The initial beta release with version 3.43 has severe threading
limitations. Namely, two threads cannot call into the JNI-bound API
at once. This limitation will be remove in a subsequent release.
Building