issues
search
bmatsuo
/
lmdb-go
Bindings for the LMDB C library
BSD 3-Clause "New" or "Revised" License
156
stars
58
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Consider redirecting to github.com/PowerDNS/lmdb-go fork
#144
wojas
opened
1 year ago
0
Fails to build with go 1.18
#143
andhe
opened
2 years ago
0
Confusion over this code
#142
msackman
closed
2 years ago
1
lmdb: fix cursor.Put with empty values
#141
wojas
closed
1 month ago
0
Cursor.Put writes "\x00" instead of an empty value
#140
wojas
opened
3 years ago
0
Update liblmdb to 0.9.29
#139
hirokiht
opened
3 years ago
0
Go module support, plus bump to Go 1.15.
#138
colinlouie
opened
3 years ago
0
Fix imports after forking2
#137
jtaczanowski
closed
3 years ago
0
Allow empty database name in OpenDBI method
#136
jtaczanowski
opened
3 years ago
1
Mender warning in compilation and build stops with error
#135
elliotmtx
opened
3 years ago
0
lmdb use UTF-16, but this repo reading value use UTF-8
#134
altair21
closed
4 years ago
0
GitHub ci
#133
AskAlexSharov
closed
4 years ago
0
Upgrade lmdb v0.9.24
#132
kevburnsjr
opened
4 years ago
1
Assertion 'rc == 0' failed in mdb_page_dirty()
#131
kevburnsjr
opened
4 years ago
0
Suppress -Wimplicit-fallthrough warnings
#130
alfrunes
closed
3 years ago
1
build warning and test fixes
#129
yerden
closed
2 years ago
0
Fixed wrong formatting in README
#128
TeodoroFilippini
opened
5 years ago
1
Fixed wrong formatting of the title
#127
TeodoroFilippini
closed
5 years ago
0
build warning on gcc 7.3.0
#126
yerden
opened
5 years ago
4
use project license
#125
alteholz
opened
5 years ago
0
dude, fix your markdown
#124
arthurkiller
opened
5 years ago
1
Fix golint import path
#123
golint-fixer
opened
6 years ago
0
Full table scan does not seem to have latest set of write operations.
#122
prataprc
closed
6 years ago
1
Is lmdb-go still active?
#121
GeoffreyPlouviez
opened
6 years ago
3
Improve README readability
#120
nsmith5
closed
2 years ago
1
mdb_txn_renew: MDB_BAD_RSLOT: Invalid reuse of reader locktable slot
#119
ghost
closed
7 years ago
2
Spending upto 50% of the time in lmdb(*.Txn).bytes while benchmarking Txn.Get
#118
deepakjois
closed
7 years ago
15
example_worker doesn't call runtime.UnlockOSThread()
#117
simonklee
closed
4 years ago
1
lmdbpool: Do not use sync.Pool
#116
bmatsuo
opened
7 years ago
1
Remove coverage badges from the README because they aren't accurate
#115
bmatsuo
closed
7 years ago
0
lmdbpool: TxnPool.CommitID handles idle transactions in the pool
#114
bmatsuo
closed
7 years ago
0
lmdbpool: Improvements to TxnPool
#113
bmatsuo
closed
7 years ago
0
Fix or remove coverage badges
#112
bmatsuo
closed
7 years ago
0
Add Env.ReaderCheck to primary usage examples
#111
bmatsuo
closed
7 years ago
1
lmdb: Add benchmarks that batch various numbers of ops in single txns
#110
bmatsuo
closed
7 years ago
0
Rework BenchmarkScan to benchmark Txn.Renew
#109
bmatsuo
closed
7 years ago
0
lmdb: Txn.RunOp splits into two implementations based on termination
#108
bmatsuo
closed
7 years ago
0
lmdb: Silence missing initializers error on clang
#107
lmb
closed
7 years ago
1
PutMulti incorrectly panics when passed an empty page
#106
bmatsuo
opened
7 years ago
0
Keep finalizer on Txn.Reset and address incompatibilities of Txn and sync.Pool
#105
bmatsuo
closed
7 years ago
0
lmdb: Txn.Reset clears the Txn finalizer when it should not
#104
bmatsuo
closed
7 years ago
10
PutMulti does not return the number of items written
#103
bmatsuo
opened
7 years ago
0
lmdb: Update transactions share C-allocated C.MDB_val objects
#102
bmatsuo
closed
7 years ago
0
lmdb: Benchmarks calling BeginTxn without Readonly lock their threads
#101
bmatsuo
closed
7 years ago
0
Release v1.8.0
#100
bmatsuo
closed
7 years ago
0
Support for unsigned integer values
#99
bmatsuo
opened
7 years ago
0
docs about locked threads
#98
bmatsuo
closed
7 years ago
0
Cursor.Get handles key return values specicially for Set
#97
bmatsuo
closed
7 years ago
0
Exception with cursor.Get(k, nil, Set)
#96
slav
closed
7 years ago
5
Use LMDB 0.9.70 tip instead of legacy versions
#95
xlab
closed
7 years ago
2
Next