Skip to content
Snippets Groups Projects
Commit 1a25b615 authored by Marco Bubke's avatar Marco Bubke
Browse files

Sqlite: Improve Sqlite wrapper


It is now possible to read values at once.

for (auto [name, value] : statement.tupleValues<String, int>(1000, "foo", 20))
   ....

Change-Id: I3d4bc5218810b4620e1df625126aa490f30bbc71
Reviewed-by: default avatarTim Jenssen <tim.jenssen@qt.io>
parent 8617f497
No related branches found
No related tags found
No related merge requests found
Showing
with 579 additions and 231 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment