Skip to content

allows large databases using Csize_t instead Cuint for :MapSize; fixe…#40

Open
sadit wants to merge 1 commit intowildart:masterfrom
sadit:master
Open

allows large databases using Csize_t instead Cuint for :MapSize; fixe…#40
sadit wants to merge 1 commit intowildart:masterfrom
sadit:master

Conversation

@sadit
Copy link

@sadit sadit commented Jun 19, 2024

allows large databases using Csize_t instead Cuint for :MapSize; fixes some typos

@coveralls
Copy link

Coverage Status

coverage: 70.775% (+0.1%) from 70.641%
when pulling e6bc196 on sadit:master
into bdc2df6 on wildart:master.

Copy link
Collaborator

@meggart meggart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot for the PR

**Note:** Consult LMDB documentation for particular values of environment parameters and flags.
"""
function setindex!(env::Environment, val::Cuint, option::Symbol)
function setindex!(env::Environment, val::Int, option::Symbol)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we use val::Integer instead to avoid breaking existing code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants