Commit Graph

242 Commits

Author SHA1 Message Date
sergey-miryanov
cd10c3eea0 Improve error diagnostic in driver init 2010-02-11 14:41:55 +05:00
sergey-miryanov
27169869c0 Replace binary_to_atom with list_to_atom (binary_to_list ())
To avoid comilation errors on ERTS with version lower than 5.7
(for example, ubuntu 9.04)
2010-02-10 18:13:02 +05:00
sergey-miryanov
846e29c75e Fix unbound variable at sqlite3:create_function 2010-02-05 19:02:41 +05:00
sergey-miryanov
96efbce2e7 Add autoconf files for better cross-platform compilation 2010-02-04 20:37:00 +05:00
sergey-miryanov
f993cd95b1 Change file mode back 2010-02-04 15:05:27 +05:00
sergey-miryanov
e5d14731b1 Check if ebin exists and create it if not 2010-02-04 15:04:52 +05:00
sergey-miryanov
6a6f663ea2 Add read operation (with specified columns to read) 2010-01-20 14:46:40 +05:00
sergey-miryanov
2583ec83ee Add update operation 2010-01-20 14:13:27 +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
345746e9d7 maybe once will be user defined functions 2009-10-14 17:38:39 +04: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
690974d808 tests are starting 2009-10-13 00:38:27 +04:00
Max Lapshin
eb221011fc renaming to sqlite3 2009-10-13 00:35:27 +04:00
Max Lapshin
247d23002d migrating to linkedin driver 2009-10-13 00:30:30 +04:00
Tee Teoh
9ab70fc797 Need these directories. 2008-10-18 23:55:41 -04:00
Tee Teoh
be54eca472 Cleanup 'make clean' 2008-10-18 23:16:57 -04:00
Tee Teoh
a412f13c09 Adding Common Test test suite. 2008-10-18 23:04:07 -04:00
Tee Teoh
3db54523eb Added Readme with instructions.
Modified Makefile with dialyzer info.
2008-10-18 23:03:10 -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
d8def928b3 Added specs information 2008-10-16 15:06:33 -04:00
Tee Teoh
96c81d2ee7 CEAN packaging requires LICENSE. 2008-08-07 11:15:45 -04:00
Tee Teoh
78e06266a7 For CEAN packaging 2008-08-07 11:13:47 -04:00
Tee Teoh
50cd8b9f93 Added License.
Modified Makefile to ensure clean doesn't delete source files!
2008-07-27 01:41:31 -04:00
Tee Teoh
ed0b99b087 Corrected minor edoc issue. 2008-07-27 01:37:56 -04:00
Tee Teoh
ea27483c63 Modified for edocs. 2008-07-27 01:37:15 -04:00
Tee Teoh
344bb59b6d Moved functions to sqlite_lib and added edocs comments. 2008-07-17 13:52:23 -04:00
Tee Teoh
0ce059e327 Added write and modified test to do sql_exec select lookup. 2008-07-11 11:09:11 -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