issues
search
dlang-community
/
d2sqlite3
A small wrapper around SQLite for the D programming language
Boost Software License 1.0
75
stars
26
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Bind to empty string results in a bind to null
#77
schveiguy
opened
10 months ago
0
Remove dependency on Variant
#76
schveiguy
opened
11 months ago
2
Linking error
#75
jamesragray
opened
3 years ago
2
Statement: Avoid allocation in prepare
#74
Geod24
closed
3 years ago
0
Github Actions: Clear copy-paste error
#73
Geod24
closed
3 years ago
0
Replace 'body' with 'do' to silence v2.097 deprecation
#72
Geod24
closed
3 years ago
0
Fix doc build by removing 'needs'
#71
Geod24
closed
3 years ago
0
ensureNotInGC: Use GC.inFinalizer instead of allocating
#70
Geod24
closed
3 years ago
1
CI: Separate the doc build in its own workflow
#69
Geod24
closed
3 years ago
1
Allow to serialize aggregates to string if they have a `toString` method
#68
Geod24
closed
3 years ago
1
Run the tests on `dub test`
#67
Geod24
closed
3 years ago
0
Remove Travis-CI
#66
Geod24
closed
3 years ago
0
fatal error LNK1104: cannot open file 'sqlite3.lib'
#65
aberba
opened
4 years ago
1
PATCH: Respect CC environment variable in Makefile
#64
herrhotzenplotz
closed
4 years ago
1
Querying double numbers only return 4 significant digits...
#63
Robert-M-Muench
closed
4 years ago
2
Update links to point to dlang-community
#62
Geod24
closed
4 years ago
0
Add a Github workflow for tests and docs
#61
Geod24
closed
4 years ago
0
Set the error status code for every SqliteException instance
#60
AndrejMitrovic
closed
4 years ago
0
Prepare many statements from a single string.
#59
cyisfor
opened
4 years ago
1
Always emit error codes to SqliteException
#58
AndrejMitrovic
closed
4 years ago
1
Add some more attributes (pure / @safe / nothrow, etc)
#57
Geod24
closed
4 years ago
9
SqliteException doesn't appear to be catch-able even in release mode
#56
mark-summerfield
opened
4 years ago
2
Expose CachedRow
#55
wilsonjord
closed
5 years ago
3
Calling close() on a Database manually causes API errors
#54
AndrejMitrovic
closed
5 years ago
5
Fix typo
#53
Hackerpilot
closed
5 years ago
0
Possible to get a result range back using inject() ?
#52
Robert-M-Muench
opened
5 years ago
1
Can't build under Windows
#51
bubnenkoff
opened
5 years ago
1
Fix dub.sdl for Microsoft Windows
#50
n8sh
closed
6 years ago
0
LINK : fatal error LNK1181: cannot open input file 'sqlite3.lib'
#49
alexjorgef
closed
6 years ago
4
Add Windows import libs.
#48
rjframe
closed
6 years ago
6
linking fails on windows
#47
ThePhilderbeast
closed
6 years ago
5
Must use release-debug, or debug mode
#46
wilsonjord
opened
6 years ago
1
fix hexString deprecation warnings; remove unused imports
#45
stephentgrammer
closed
6 years ago
2
Deprecation warning
#44
denizzzka
closed
6 years ago
0
fix UTF-8 handling in ByStatement.findEnd
#43
aG0aep6G
closed
6 years ago
1
delegateUnwrap is nothrow
#42
orip
closed
4 years ago
2
Add the unlocking facility using sqlite3_unlock_notify
#41
tchaloupka
closed
7 years ago
6
Add length property
#40
FraMecca
opened
7 years ago
4
Add support for DateTime and Duration to Statement.d
#39
brianschrom
opened
7 years ago
1
Adds support for bind/inject/peek JSONValue types
#38
sleekslush
closed
7 years ago
5
reset the statement on error
#37
tchaloupka
closed
7 years ago
4
Adjust inject so it can accept Nullable value as the first argument
#36
tchaloupka
closed
7 years ago
4
Add possibility to configure db connection
#35
tchaloupka
closed
7 years ago
3
Templatize execute od Database
#34
tchaloupka
closed
7 years ago
3
Dynamic ubyte array binding to BLOB field isn't work
#33
denizzzka
closed
8 years ago
9
only linux has libdl
#32
MartinNowak
closed
8 years ago
2
No creating exceptions in a destructor
#31
cyisfor
closed
8 years ago
1
Payload uninitialized
#30
qznc
closed
8 years ago
0
DB is not closed properly
#29
tchaloupka
closed
8 years ago
2
run travis-ci tests without sudo
#28
MartinNowak
closed
8 years ago
2
Next