aerospike-client-python
aerospike-client-python copied to clipboard
Aerospike Python Client
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....
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...
[CLIENT-3495] Docs: client.query() constructor: "set" parameter's behavior is described incorrectly
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...