sqlite_modern_cpp icon indicating copy to clipboard operation
sqlite_modern_cpp copied to clipboard

adding sqlite::endr, and ability to give functions to database_binder

Open bstarynk opened this issue 8 years ago • 1 comments

We add the ability to force the end of a prepared statement with endr and the ability to give functions to them.

bstarynk avatar Apr 28 '17 10:04 bstarynk

@bstarynk Have you seen the ++ operator? Your ppsi << "zero" << 0 << endr; can be written today as (ppsi << "zero" << 0)++;

zauguin avatar Apr 28 '17 22:04 zauguin