Hi, I have a problem with the CREATE TABLE AS functionality, starting from the v1.0.62. Consider the following code: using (var connexion = new SQLiteConnection("Data Source=:memory:;DateTimeFormat=JulianDay")) { connexion.Open(); using (SQLiteTransaction transaction = connexion.BeginTransaction...