d2sqlite3
d2sqlite3 copied to clipboard
A small wrapper around SQLite for the D programming language
When using the all-included option on Ubuntu 21.10 with gcc version 11.2.0 (Ubuntu 11.2.0-7ubuntu2) got the following linking error: Linking... /usr/bin/ld.gold: error: /home/gavin/.dub/packages/d2sqlite3-1.0.0/d2sqlite3/sqlite3.o: requires dynamic R_X86_64_32 reloc which may overflow...
sqlite3_prepare_v2 provides a tail parameter, and I figured out the trick with it a while ago. It sets tail to the point that it stops being able to parse, which...
This issue at https://github.com/dlang-community/d2sqlite3/issues/49 still occurs for windows. Wasted almost an hr getting my head around it until I came across the issue. The `lib/win64` needs to be available in...
The code in the tarball tries to catch SqliteExceptions but fails to do so even in release mode. This seems like a bug to me. I understand that some checking...
Is there a way to use inject() while getting a result range back?
``` Dima@MACHINE-FCGCTD2 D:\foo\test > dub Performing "debug" build using C:\D\dmd2\windows\bin\dmd.exe for x86. d2sqlite3 0.18.1: target for configuration "with-lib" is up to date. test ~master: building configuration "application"... Linking... OPTLINK (R)...
If I want to compile my program in debug mode, d2sqlite3 must also have been compiled in debug mode (e.g. dub - b "debug" or dub -b "release-dubug"). If I...
Line 195 to statement.d of 0.13.1 I've been using this block of code for a little while and it's been helpful. I know dates are complicated and don't know enough...
Crash occurs on these lines: https://github.com/biozic/d2sqlite3/blob/master/source/d2sqlite3.d#L934 https://github.com/biozic/d2sqlite3/blob/master/source/d2sqlite3.d#L940 Crashes with and without `assertThrown` Happens with master and 0.8.1.