Store old dates - change cmspropertydata datadate to datetype2
I need to store datetime values earlier than 1753 .. at the moment this throws an error (as below) when trying to insert into the cmsPropertyData table. I changed the type of the column for dataDate in this table to DateTime2 hoping this would solve my problem, but unfortunately got the same error.
So i think I need to change something else in the source code but im not sure what.
In the file SqlSyntaxProviderBase.cs there are datamaps for DateTime columns, and maybe I need something for DateTime2?
Store old dates - change cmspropertydata datadate to datetype2
I need to store datetime values earlier than 1753 .. at the moment this throws an error (as below) when trying to insert into the cmsPropertyData table. I changed the type of the column for dataDate in this table to DateTime2 hoping this would solve my problem, but unfortunately got the same error. So i think I need to change something else in the source code but im not sure what. In the file SqlSyntaxProviderBase.cs there are datamaps for DateTime columns, and maybe I need something for DateTime2?
Any help greatly appreciated!
The error is;
is working on a reply...