Commit Graph

211 Commits

Author SHA1 Message Date
Alexey Romanov
7ca03405b7 Removed accidental duplication of debug output 2010-10-22 10:38:31 +04:00
Alexey Romanov
8ae641e4e5 Changed external calls to the same module to local calls 2010-10-22 10:32:03 +04:00
Alexey Romanov
c53f0de508 Better interface for bulk inserts 2010-10-22 10:26:34 +04:00
Alexey Romanov
3bfd35418c Slight change in test 2010-10-22 10:02:00 +04:00
Alexey Romanov
83e7ae5a35 Separate debugging macros from testing 2010-10-21 13:12:41 +04:00
Alexey Romanov
c7444dc5aa Restored correct error handling 2010-10-21 12:03:17 +04:00
Alexey Romanov
8548bbac69 Factored out common code in sqlite3:handle_call/1 2010-10-20 18:13:20 +04:00
Alexey Romanov
ce7e326391 Add debugging macros 2010-10-20 18:05:26 +04:00
Alexey Romanov
8545a74c7e Added read_all functions 2010-10-20 15:01:30 +04:00
Alexey Romanov
535992b560 Removed possibility of accidentally handling gen_cast or gen_call in sqlite3:wait_result/1 2010-10-19 18:43:54 +04:00
Alexey Romanov
9c28f38027 Fix handling of default values 2010-10-15 12:52:49 +04:00
Alexey Romanov
78944481d7 Slight test change 2010-10-15 10:54:34 +04:00
Alexey Romanov
d6dddd6aca Removed unused applications from sqlite3.app.src 2010-10-15 10:50:45 +04:00
Alexey Romanov
3f0e281cba Marked phony make targets 2010-10-14 14:20:44 +04:00
Alexey Romanov
cc14eff7c6 Fix sqlite3.app.src 2010-10-14 13:08:16 +04:00
Alexey Romanov
56bfbe484d Got rid of Dialyzer warnings 2010-10-14 12:40:47 +04:00
Alexey Romanov
bab3014e1a make static works again 2010-10-14 12:25:03 +04:00
Alexey Romanov
2c84aefb48 Simplified rm -rf deps ebin priv doc/* 2010-10-14 12:12:53 +04:00
Alexey Romanov
fa377cc942 Moved sqlite3_test.erl into test subdirectory 2010-10-14 10:34:52 +04:00
Alexey Romanov
562725bb2e Fixed rm -rf deps ebin priv doc/* ct_run* all_runs.html variables* index.html to prevent deleting .svn 2010-10-14 10:33:41 +04:00
Alexey Romanov
d4ed8fbd53 Removed old priv/Makefile 2010-10-14 10:29:29 +04:00
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
Alexey Romanov
2daeea25e8 Fixed confugure.ac 2010-10-14 09:27:10 +04:00
David Reid
cfe57ab918 Add an authors file which traces the history of my specific fork 2010-10-12 12:31:03 -07:00
David Reid
dd9f5c2737 Fix up readme 2010-10-12 12:25:41 -07:00
David Reid
63ae3cd733 Fix up readme 2010-10-12 12:25:01 -07:00
David Reid
ff4e3315ba Make sure we link to sqlite3 2010-10-12 10:53:22 -07:00
David Reid
766f8483c4 Use eunit for tests and add coverage and surefire reporting to rebar.config 2010-10-12 10:36:34 -07:00
David Reid
8ebf31c83b Remove accidentally added .o files and add *.o to .gitignore 2010-10-12 10:27:06 -07:00
David Reid
b66ec96249 Rebar good autoconf bad 2010-10-12 10:19:34 -07:00
Alexey Romanov
42bffde039 More tests 2010-10-12 17:20:30 +04:00
Alexey Romanov
6fb796313b Added check that delete works to test.erl 2010-10-12 16:47:36 +04:00
Alexey Romanov
972df93fbb Added EUnit tests 2010-10-12 16:42:57 +04:00
Alexey Romanov
27720f493e Use eunit for tests 2010-10-12 15:02:37 +04:00
Alexey Romanov
b1b0869bc3 Fix build system 2010-10-12 14:53:24 +04:00
Alexey Romanov
a8d0290407 Functions to create tables with constraints 2010-10-12 14:23:05 +04:00
Alexey Romanov
d4272f423e Ignore erl_crash.dump 2010-10-12 13:53:14 +04:00
Alexey Romanov
2b4afbe1b6 Continued support for constraints 2010-10-12 13:48:58 +04:00
Alexey Romanov
e8e6470172 Begin support for other constraints than PRIMARY KEY 2010-10-12 12:42:39 +04:00
Alexey Romanov
b29185e601 Get type of primary key out of table_info 2010-10-12 11:45:28 +04:00
Alexey Romanov
16b7f15eed Get warnings from Dialyzer 2010-10-12 11:43:20 +04:00
Alexey Romanov
7629e1f38c Moved documentation for sql_value() type to correct place 2010-10-12 11:42:23 +04:00
Alexey Romanov
3f2ea22ca3 Documentation fix 2010-10-12 11:23:46 +04:00
Alexey Romanov
f6b0b2185f More specific type for map_intersperse 2010-10-12 10:49:10 +04:00
Alexey Romanov
37aa64dd5f Replace return type string() with iolist() for SQL-generating functions 2010-10-12 10:14:51 +04:00
Alexey Romanov
cb2f1c9121 Formatting fixed 2010-10-12 10:08:52 +04:00
Alexey Romanov
0669e26175 Fixed column types, according to http://www.sqlite.org/datatype3.html 2010-10-12 09:57:14 +04:00
Alexey Romanov
5f5532bbe8 Replaced use of intersperse with map_intersperse 2010-10-12 09:44:10 +04:00
Alexey Romanov
3cc018a08b Updated rules for make static 2010-10-08 13:51:37 +04:00