Commit Graph

27 Commits

Author SHA1 Message Date
Alexey Romanov
91439ec043 Merged with http://github.com/dreid/erlang-sqlite3 2010-10-14 10:24:18 +04:00
Alexey Romanov
85a9c312fb Removed Makefile from .gitignore for merging 2010-10-14 09:50:33 +04:00
David Reid
b66ec96249 Rebar good autoconf bad 2010-10-12 10:19:34 -07:00
sergey-miryanov
b65d2f8bcb Improve processing of SQLITE_NULL
null-atom can be configured on configure or make stage. For example
./configure --enable-null-atom=undefined && make
2010-07-14 12:47:46 +06:00
sergey-miryanov
e9513fade8 Return name of columns from select statement as strings
Not as atoms
2010-02-12 16:58:05 +05:00
sergey-miryanov
747604412d Cache common atoms 2010-02-12 16:26:18 +05:00
sergey-miryanov
6a6d6c313f Fix processing of SQLITE_NULL
Is column has SQLITE_NULL type driver returs 'null' atom
2010-02-12 16:07:28 +05:00
sergey-miryanov
96efbce2e7 Add autoconf files for better cross-platform compilation 2010-02-04 20:37:00 +05:00
sergey-miryanov
ebe060caf8 Output errors to log file
Instead stderr
2010-01-20 11:29:38 +05:00
sergey-miryanov
2dd29008ce Pass DB name to sqlite3_drv
If DB name not passed 'store.db' will be opened.
2010-01-20 10:47:04 +05:00
Max Lapshin
a33403b927 threaded sqlite 2009-10-14 17:38:35 +04:00
Max Lapshin
8ec1f1fdad driver working and passes its test 2009-10-14 17:38:32 +04:00
Max Lapshin
17424efb41 working, returning ID, etc 2009-10-14 17:38:28 +04:00
Max Lapshin
d9bf2afaac fixes 2009-10-14 17:38:23 +04:00
Max Lapshin
de53ecd1c0 now can in right way reply to empty resultsets 2009-10-14 17:38:23 +04:00
Max Lapshin
be08fe62f3 now can read table list from DB 2009-10-14 17:38:23 +04:00
Max Lapshin
4c66701aa0 Can read SQLite data 2009-10-14 17:38:23 +04:00
Max Lapshin
432f09c707 Working with output 2009-10-14 17:38:20 +04:00
Max Lapshin
e14fbbadda can pass sql into driver 2009-10-14 17:38:14 +04:00
Max Lapshin
89d9d0b17d Trying to pass data into driver 2009-10-14 17:38:00 +04:00
Max Lapshin
9a3aea50a7 trying to implement list_tables 2009-10-13 09:00:25 +04:00
Max Lapshin
247d23002d migrating to linkedin driver 2009-10-13 00:30:30 +04:00
Tee Teoh
e1d88eb9a0 Added dialyzer build. Modified priv/Makefile to J. Armstrong's comments. 2008-10-16 16:35:19 -04:00
Tee Teoh
e4878b2064 Makefile changes for better compiles.
sqlite.erl supports start_link/stop and open/close paradigm.
added write_sql creation.
2008-06-18 23:34:09 -04:00
Tee Teoh
1f42c1fe39 Listing, info and creating tables now working. 2008-06-13 00:25:32 -04:00
Tee Teoh
7a4ae6f539 Working version of sqlite 2008-06-04 23:14:51 -04:00
Tee Teoh
91ff5f6a88 Not compiling copy because of a silly linker problem on the mac 2008-06-02 16:43:16 -04:00