mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 23:30:35 -04:00
Add newdecimal type to DbConnection
This commit is contained in:
parent
113cc4a541
commit
10bea9ad9e
1 changed files with 1 additions and 0 deletions
|
@ -201,6 +201,7 @@ class DbConnection{
|
|||
|
||||
case 'FLOAT':
|
||||
case 'DOUBLE':
|
||||
case 'NEWDECIMAL':
|
||||
$object->{$metadata[$i]['name']} = floatval($row[$i]);
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue