mirror of
https://github.com/standardebooks/web.git
synced 2025-07-14 10:31:59 -04:00
Add Date type to DbConnection
This commit is contained in:
parent
294927fba8
commit
794e175d47
1 changed files with 1 additions and 0 deletions
|
@ -380,6 +380,7 @@ class DbConnection{
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
switch($metadata['native_type'] ?? null){
|
switch($metadata['native_type'] ?? null){
|
||||||
|
case 'DATE':
|
||||||
case 'DATETIME':
|
case 'DATETIME':
|
||||||
case 'TIMESTAMP':
|
case 'TIMESTAMP':
|
||||||
/** @throws void */
|
/** @throws void */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue