When I try to access a table that contains Julian dates (01/01/4712 BC) I get an error.
"Invalid argument to date encode"

I'm using a stament like this:
"select * from My_Table"

My_Table contains a date field, and some of the records have a Julian date. (01/01/4712 BC)

Is there a way to use Julian dates in my tables?

Greetings Johan Visser


JohaViss