Pierre Roullon
Pierre Roullon
Hi, Thanks for the failing unit test, I'll look into that
Hi, Your third option is indeed the way to go I think, since the parser must handle byte array format when written directly in the query (or via command line)....
Sure, sqlite3 is good, thanks for the update I'm definitely interested by any contribution, especially about lexer/parser. It's a really archaic and naive piece that should be redesigned. There is...
Thanks for the report, I'll take a look
Hi, I added a test but was unable to reproduce the behavior you describe, can you look at it and tell me what did you do specifically ?
it is definitly possible to oom :D With this issue and the next one, I'm guessing you want to use ramsql as a local cache ? I guess it could...
fixed by https://github.com/proullon/ramsql/commit/dfa934570278763bb69f52a3e9b935df6cb84577
Hello, The reason `CREATE DATABASE` is not implemented is that opening a connection with ramsql on any different connection string will be isolated, like running in a different database. i.e...
Hi, What do you have in mind ? I can think of either: - taking a slice of `[]any` - taking a json In both case, it would skip most...