-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
See
try (Arena arena = Arena.ofConfined()) { |
And
sqlite-jna/src/main/java/org/sqlite/SQLite.java
Line 1118 in 9bc3697
// How to avoid copying twice ? nativeString + SQLite |
- it seems impossible to use the
xDel
callback - Maybe we should use an
Arena
by statement instead oftry (Arena arena = Arena.ofConfined()) {...}
and drop it whenreset
orclear_bindings
orclose
is called ?
Metadata
Metadata
Assignees
Labels
No labels