aerospike-client-python icon indicating copy to clipboard operation
aerospike-client-python copied to clipboard

Aerospike Python Client

Results 184 aerospike-client-python issues
Sort by recently updated
recently updated
newest added

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 5. Release notes Sourced from codecov/codecov-action's releases. v5.0.0 v5 Release v5 of the Codecov GitHub Action will use the Codecov Wrapper to encapsulate the CLI....

dependencies

policy.c: For the macro changes, I only removed the if statement surrounding the code block, but `git diff` doesn't show it well TODO: make sure helper functions in policy_config.c do...

Extra changes: - Create a dummy package called `aerospike`. Rename the aerospike extension module to `_aerospike` and place under this dummy package running importlib.import_module while an AerospikeError is set causes...

- [x] Manually verified that we can import our subclasses of typeddict and use them with the Python client todo: add test using mypy to check that this doesn't break...

NOTE: only applies to server 6.1+ https://aerospike.com/docs/database/release/6-1/ https://aerospike-python-client--782.org.readthedocs.build/en/782/client.html#aerospike.Client.query

TODO: - Figure out why pytest didn't report this error - PyObject_SetAttrString is raising an exception if an attribute is set to NULL and the attribute previously existed - Manual...