Commit Graph

231 Commits

Author SHA1 Message Date
Alexey Romanov
81b42236a7 Fix format of a debug message 2011-04-25 11:40:00 +04:00
Alexey Romanov
1c6512e35a Updated rebar version from alexeyr/rebar/win32_latest 2011-04-21 09:35:38 +04:00
Alexey Romanov
4a7bfbf33c Added debug target to Makefile 2011-04-20 11:55:29 +04:00
Alexey Romanov
14ab6227df Fix Windows compilation 2011-04-20 11:53:48 +04:00
Alexey Romanov
67f619145f Define DEBUG macros in rebar.debug.config 2011-04-20 11:34:38 +04:00
Alexey Romanov
442fc256d5 Fixed, all tests pass 2011-04-19 17:48:19 +04:00
Alexey Romanov
dddb991d5e Improved dataset printing 2011-04-19 15:36:36 +04:00
Alexey Romanov
7935c3c652 Trying to fix (this version doesn't work) 2011-04-05 12:44:14 +04:00
Alexey Romanov
12a5d3c9a6 Begin fixing script support 2011-04-04 17:14:48 +04:00
Alexey Romanov
3cf9d77ee6 Fixed dumb error 2011-04-04 11:53:55 +04:00
Alexey Romanov
fd7d937948 Fix dumb error 2011-03-21 12:20:09 +03:00
Alexey Romanov
1688f763f0 Treat atom 'undefined' as null 2011-03-21 11:22:34 +03:00
Alexey Romanov
6b9523d7d3 Support UTF-8 text 2011-03-11 18:16:03 +03:00
Alexey Romanov
b677cb45e8 Support OTP R13B.
Remove use of R13B04 features.
2011-02-16 18:54:04 +03:00
Alexey Romanov
6fa9f738bb Merge branch 'master' of github.com:alexeyr/erlang-sqlite3 2011-02-16 17:56:45 +03:00
Alexey Romanov
fb473a6f10 Replace rm with del in Win Makefile 2011-02-16 17:55:17 +03:00
Alexey Romanov
2ab2328f15 Remove confusing 'transaction' functions. 2011-02-11 18:40:28 +03:00
Alexey Romanov
6b9d7df385 Add function variants which take Timeout. 2011-02-11 18:36:43 +03:00
Alexey Romanov
11452c5b88 Finished multiple statement support 2011-01-24 15:48:48 +03:00
Alexey Romanov
9f57f6ae39 Support script execution (no error messages currently) 2011-01-24 14:01:35 +03:00
Alexey Romanov
9d138346cd Suitable error message for empty statements 2011-01-24 12:38:38 +03:00
Alexey Romanov
7134209896 Remove useless assignment to const char *rest 2011-01-24 11:59:03 +03:00
Alexey Romanov
2cfabf6d75 Remove const type cast 2011-01-24 11:50:08 +03:00
Alexey Romanov
7c4ccd419e Check statement for NULL after sqlite3_prepare_v2 2011-01-24 11:44:39 +03:00
Alexey Romanov
108efe269b Don't remove priv/ entirely on make clean.
Just in case we want to add something other than .so/.dll there later.
2011-01-15 14:24:58 +03:00
Alexey Romanov
9423da353c Ignore .so and .beam 2011-01-15 14:17:50 +03:00
Alexey Romanov
ee41a43d63 Fix makefile further 2011-01-13 17:02:43 +03:00
Alexey Romanov
7b4659247a Fix makefile 2011-01-13 14:51:32 +03:00
Alexey Romanov
bdf7ee7bae Separate rebar.config for dialyzer/gdb/valgrind 2011-01-13 13:57:28 +03:00
Alexey Romanov
65205c55c3 Document expected error message in tests 2011-01-11 13:53:10 +03:00
Alexey Romanov
288210a770 Remove unused variable 2011-01-11 13:48:41 +03:00
Alexey Romanov
ececb9001f Fix signature in documentation 2011-01-11 13:48:18 +03:00
Alexey Romanov
fc0e8af9a3 Merge branch 'master' of git@ssh.github.com:alexeyr/erlang-sqlite3 2011-01-11 13:46:21 +03:00
Alexey Romanov
816ca0afb3 Fix buffer overflow 2011-01-06 16:28:12 +03:00
Alexey Romanov
228a09eff5 Update .gitignore 2010-12-25 09:43:10 +03:00
Alexey Romanov
6383713680 Improved README, switched to markdown 2010-12-22 16:40:18 +03:00
Alexey Romanov
38299010b5 Improved Makefile for Windows 2010-12-22 16:39:31 +03:00
Alexey Romanov
e0dabec964 Updated rebar and build configuration for Windows 2010-12-18 00:47:00 +03:00
Alexey Romanov
88454e74cf Fix test.erl script 2010-12-17 13:26:07 +03:00
Alexey Romanov
68020e22cf Add rebar.bat 2010-12-17 13:26:05 +03:00
Alexey Romanov
601971b783 More correct name for build_win.bat 2010-12-17 13:26:04 +03:00
Alexey Romanov
cf864c1a13 Removed warnings when compiling under MSVC 2010-12-17 13:25:50 +03:00
Alexey Romanov
f9d21ff6db Batch file to build the port driver on Windows 2010-12-11 22:24:57 +03:00
Alexey Romanov
df6e7601ce Fix macro used to determine if we are on Win32 2010-12-11 21:57:42 +03:00
Alexey Romanov
aacdf8c3f6 Fixed compilation errors under CL 2010-12-11 21:02:22 +03:00
Alexey Romanov
c2b8f29395 Ignore compiled Windows files 2010-12-11 21:01:44 +03:00
Alexey Romanov
fe680f65e9 Added vacuum function 2010-12-10 11:28:47 +03:00
Alexey Romanov
55611d5756 Fixed binding in prepared statements 2010-12-10 11:24:12 +03:00
Alexey Romanov
a49fbd8ec5 More specific error messages 2010-12-10 11:01:56 +03:00
Alexey Romanov
3949f15e25 Remove bad test (with equality comparison to null) 2010-12-10 09:52:48 +03:00