diff options
| author | 2024-06-11 00:00:38 -0700 | |
|---|---|---|
| committer | 2024-06-11 00:00:38 -0700 | |
| commit | dec3464bffa14245b2cea076f2aac3a55283230d (patch) | |
| tree | b8ba6846ce4bb684d2abdc85982a8ac895ba1924 /scripts/git: | |
| parent | 6e7fc03dd92f87477ac807519c48d0149b83c476 (diff) | |
| download | scuttle-dec3464bffa14245b2cea076f2aac3a55283230d.tar.gz scuttle-dec3464bffa14245b2cea076f2aac3a55283230d.zip | |
Use ‘exec’ instead of ‘query’ for transaction commands in sqlite
The ‘query’ method will try and return a ‘SQLite3Result’ object, which will be
meaningless because it won't contain any fetched data. The ‘exec’ method instead
returns a boolean indicating the success or failure of the query.
Diffstat (limited to 'scripts/git:')
0 files changed, 0 insertions, 0 deletions