Closed amunra closed 2 years ago
Enhancing the Buffer.row(.., columns={...}) API to accept None values.
Buffer.row(.., columns={...})
None
This will write NULL entries (by skipping the column in ILP) when such column already exists.
NULL
Providing a column with a None value is semantically equivalent to not providing the column at all and is offered as a convenience.
Closes https://github.com/questdb/py-questdb-client/issues/3 and https://github.com/questdb/py-questdb-client/issues/4.
Enhancing the
Buffer.row(.., columns={...})
API to acceptNone
values.This will write
NULL
entries (by skipping the column in ILP) when such column already exists.Providing a column with a
None
value is semantically equivalent to not providing the column at all and is offered as a convenience.Closes https://github.com/questdb/py-questdb-client/issues/3 and https://github.com/questdb/py-questdb-client/issues/4.