Files
Nim/lib
Bung 2a4a43b05f add bindParams to db_sqlite (#14408)
* add bindParams to db_sqlite
* no need typeinfo
* remove extro spaces
* reduce bindParams to two branches,raise DbError
* Update lib/impure/db_sqlite.nim
* change bindParams to macro,accept varargs[untyped] as params
* change bind blob val to openArray[byte]
* remove unused err type
* explicitly using i32 param
* using import std/private/since
* SQLITE_OK to right hand

* bindParam val int using bindParam overload
* copy data by default
* change exec to template
* remove SqlPrepared procs unused varargs
* fix setupquery for prepared,reset first for exec prepared,add bindNull for literal nil

Co-authored-by: alaviss <leorize+oss@disroot.org>
2020-05-26 07:44:47 +02:00
..
2017-02-20 17:24:19 +02:00
2020-05-11 02:59:31 -04:00
2019-07-14 16:08:15 +02:00
2020-05-24 07:32:24 +02:00
2020-05-25 12:18:35 +02:00
2020-05-15 21:00:06 +02:00
2019-12-09 06:58:06 +01:00