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 |
|
Alexey Romanov
|
9f6e8845a5
|
Added test for prepared statements with parameters (doesn't pass so far)
|
2010-12-09 18:57:21 +03:00 |
|
Alexey Romanov
|
9f1f3492fc
|
Added a function to retrieve columns of a prepared statement
|
2010-12-09 18:48:55 +03:00 |
|
Alexey Romanov
|
9913f3681b
|
Demonstrate segmentation fault
|
2010-12-09 17:51:25 +03:00 |
|
Alexey Romanov
|
8a2e3e8ad4
|
Forgot to initialize some fields in the structure
|
2010-12-09 17:08:24 +03:00 |
|
Alexey Romanov
|
5f12104234
|
Removed unused variables in test
|
2010-12-09 17:06:26 +03:00 |
|
Alexey Romanov
|
007685971d
|
Uncomment concurrent_inserts_test
|
2010-12-09 15:56:29 +03:00 |
|
Alexey Romanov
|
f628471d17
|
Fixed more errors with prepared statements
|
2010-12-09 15:55:30 +03:00 |
|
Alexey Romanov
|
9c1a6cb650
|
Handle calls with bad references correctly
|
2010-12-09 15:54:58 +03:00 |
|
Alexey Romanov
|
70050ec3cf
|
Fixed state of gen_server when finalizing prepared statement
|
2010-12-09 15:47:08 +03:00 |
|
Alexey Romanov
|
cfd016d991
|
Initial test
|
2010-12-07 19:22:33 +03:00 |
|
Alexey Romanov
|
ae4537fa12
|
Called wrong function in dict
|
2010-12-07 19:22:13 +03:00 |
|
Alexey Romanov
|
3a6b712260
|
Fix return value
|
2010-12-07 19:11:36 +03:00 |
|
Alexey Romanov
|
75f5544f10
|
Added interface for prepared statements on the Erlang side
|
2010-12-07 18:58:15 +03:00 |
|
Alexey Romanov
|
51e9481aa7
|
First cut of prepared statement support
|
2010-12-07 18:18:14 +03:00 |
|
Alexey Romanov
|
3c96c26c11
|
Uncomment debug logging and compile it conditionally
|
2010-12-07 15:02:35 +03:00 |
|
Alexey Romanov
|
125d1791de
|
NULL instead of 0 for pointer
|
2010-12-07 09:55:40 +03:00 |
|
Alexey Romanov
|
2ec6e008eb
|
Restored driver key
|
2010-12-07 09:50:14 +03:00 |
|
Alexey Romanov
|
a6fa7aef21
|
Formatting
|
2010-12-06 19:19:26 +03:00 |
|
Alexey Romanov
|
ee13fe6970
|
Remove error messages about driver being permanent
|
2010-12-06 19:14:32 +03:00 |
|
Alexey Romanov
|
7ef6bec04c
|
Unload driver on gen_server termination
|
2010-12-06 18:28:30 +03:00 |
|
Alexey Romanov
|
e196e93c35
|
Fixed error formatting
|
2010-12-06 18:09:36 +03:00 |
|
Alexey Romanov
|
68493c1ee9
|
Fixed key number
|
2010-12-06 17:39:41 +03:00 |
|
Alexey Romanov
|
2b327dd779
|
Ignore test reports
|
2010-12-06 17:38:55 +03:00 |
|
Alexey Romanov
|
85726b1e7c
|
Use driver_{alloc|realloc|free} for correct memory management
|
2010-12-03 13:57:48 +03:00 |
|
Alexey Romanov
|
e325ba0c77
|
Fixed type sql_non_query_result() to include {rowid, integer()} on INSERT
|
2010-11-26 17:57:55 +03:00 |
|
Alexey Romanov
|
b46ba9f35d
|
Removed last warning due to use of not-always-available function 'strcasestr'
|
2010-11-26 13:34:31 +03:00 |
|
Alexey Romanov
|
5a07d842c1
|
Brought error format for unknown command in line with other cases
|
2010-11-26 13:15:13 +03:00 |
|
Alexey Romanov
|
7022e2400e
|
Fixed most remaining warnings
|
2010-11-26 13:09:31 +03:00 |
|