nuodb-python icon indicating copy to clipboard operation
nuodb-python copied to clipboard

Limitations of year in datetime and date types

Open DanWeiss opened this issue 11 years ago • 2 comments

In the current implementation of the python driver you are unable to insert a date or datetime that has a year prior to 1902 without getting an error. Additionally if a year is already present in the database prior to 1884 then these values may be incorrect when retrieved by the python driver.

DanWeiss avatar Jun 07 '13 13:06 DanWeiss