Conversation
cmb69
left a comment
There was a problem hiding this comment.
Thank you for the PR! However, I don't like to introduce DBA_LMDB_USE_SUB_DIR; after all, this is a flags parameter, and as such a bitmask. Passing 0 should be sufficient, shouldn't it?
|
I think the reason why I added the constant is that the default would not be |
|
Yeah, I see your point. It is unfortunate, that we started with |
|
@kocsismate why am I getting an: Error? I don't understand why it needs a CVALUE annotation as the value is defined in the stubs? |
But the value is |
The value is not |
cmb69
left a comment
There was a problem hiding this comment.
Looks good to me (besides the two nits). Please add a note in NEWS and UPGRADING when merging.
Currently only LMDB with DBA_LMDB_USE_SUB_DIR/DBA_LMDB_NO_SUB_DIR are supported
This fixes #8856
I'm not exactly sure about the implementation for the driver flags as the way DBA is currently built the headers seem to be added somewhat magically.
These commit should also be kept separately.