Add Date type to DbConnection

This commit is contained in:
Alex Cabal 2024-05-20 20:29:27 -05:00
parent 294927fba8
commit 794e175d47

View file

@ -380,6 +380,7 @@ class DbConnection{
}
else{
switch($metadata['native_type'] ?? null){
case 'DATE':
case 'DATETIME':
case 'TIMESTAMP':
/** @throws void */