Removed remaining io:format calls when constructing queries

This commit is contained in:
Alexey Romanov
2010-10-07 14:22:29 +04:00
parent 33d7323436
commit 70a42cab2c
4 changed files with 114 additions and 45 deletions

2
include/sqlite3.hrl Normal file
View File

@@ -0,0 +1,2 @@
-define(NULL_ATOM, null).
-type(sql_value() :: number() | ?NULL_ATOM | iodata()).