SQLiteCpp icon indicating copy to clipboard operation
SQLiteCpp copied to clipboard

Add 6 Statement::bind() overrides using size_t for blobs

Open SRombauts opened this issue 2 years ago • 2 comments

Fix #430 for a better support of standard containers

Also add a couple of tests (not covering all variants)

SRombauts avatar Jun 12 '23 18:06 SRombauts

It's not a "real-life issue" since SQLiteCpp can only bind a blob with a size in int. I created a PR nonetheless, but I'll take the time to think about it twice; it might be better in fact to NOT try to hide that API and let the developer know

SRombauts avatar Jun 12 '23 18:06 SRombauts