Releases: questdb/py-questdb-client
Releases · questdb/py-questdb-client
1.0.1
- Fixed a major bug where Python
intandfloattypes were handled with 32-bit instead of 64-bit precision. This caused certainintvalues to be rejected and otherfloatvalues to be rounded incorrectly. Closes #13. - As a matter of convenience, the
Buffer.rowmethod can now takeNonecolumn values. This has the same semantics as skipping the column altogether. Closes #3. - Fixed a minor bug where an auto-flush error caused a second clean-up error. Closes #4.