Alexey Kinev
Results
102
comments of
Alexey Kinev
@wangxiaoying Hello, this is easily reproducuble on MS SQL, e.g. ```sql CREATE TABLE [tempdb].[testing].[test_date_x] (d DATE); INSERT INTO [tempdb].[testing].[test_date_x] (d) VALUES ('1601-01-01') ``` And then: ```python import connectorx as cx...
@wangxiaoying Using alpha releases `0.3.4a1` .. `0.3.4a2` also does not help.