New Sqlite Version with new DateTime format?

berndgoedecke

Active Member
Licensed User
Longtime User
Hello Erel,
I've tested the new SQLite-Version in the B4PPC V.6.7.6, until I use this Version i have Problems with DateTime. I saved it in the table as 1990-04-21 for e.g.
If i watch the Value in the Debuger it shows 21.04.1990 00:00:00(in german).
The column is in DateText formated. If the entry in the table is NULL or "" an error for the reader appears that tell me, that no DateTime is detected.
Do you know what happpened to the Date in SQLite 3.6.3 ?

Best regards

berndgoedecke
 
Top