World: r3wp
[!RebDB] REBOL Pseudo-Relational Database
older | first |
ddharing 8-Jun-2011 [272] | The new(er) WAL (Write Ahead Logging) transaction mode reduces locking and increases concurrency -- http://sqlite.org/wal.html. |
nve 11-Jun-2011 [273x2] | Seems that the SQL interpreter (SQL.r) do not support multi lines : |
SQL> create table c2 [ ** Syntax Error: Missing ] at end-of-script ** Near: (line 1) create table c2 [ | |
Ashley 15-Jun-2011 [275:last] | Correct, it's just an 'ask loop (hence no semi-colon for command termination). |
older | first |