| ... | ... | @@ -47,4 +47,6 @@ It provides the following operations: |
|
|
|
* `listTables` will list all known tables from the database, excluding sqlite's internal tables
|
|
|
|
* `sanitizePattern` provides a minimal escaping for search patterns
|
|
|
|
|
|
|
|
Please bear in mind that no check is performed on the actual request, meaning that you can pass a `SELECT ...` request to `executeDelete`, but the prototypes ensure that you will not be able to do anything meaningful with the results. |
|
|
\ No newline at end of file |
|
|
|
Please bear in mind that no check is performed on the actual request, meaning that you can pass a `SELECT ...` request to `executeDelete`, but the prototypes ensure that you will not be able to do anything meaningful with the results.
|
|
|
|
|
|
|
|
The fetch & executeXXXX helpers will also acquire a read or write context respectively if no context was opened for the calling thread (see https://code.videolan.org/videolan/medialibrary/-/wikis/doc/sqlite/Thread-model) |
|
|
\ No newline at end of file |