Improve processing of SQLITE_NULL

null-atom can be configured on configure or make stage. For example
./configure --enable-null-atom=undefined && make
This commit is contained in:
sergey-miryanov
2010-07-14 12:47:46 +06:00
parent 7876c0f568
commit b65d2f8bcb
8 changed files with 1775 additions and 2642 deletions

View File

@@ -1,3 +1,3 @@
{'src/sqlite3_lib.erl',[debug_info,{outdir,"ebin"}]}.
{'src/sqlite3_lib.erl',[debug_info,{outdir,"ebin"}, {d, 'NULL_ATOM', 'xxx'}]}.
{'src/sqlite3.erl',[debug_info,{outdir,"ebin"}]}.
{'src/sqlite3_test.erl',[debug_info,{outdir,"ebin"}]}.