dg / dibi

Dibi - smart database abstraction layer

Home Page:https://dibiphp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Oracle LONG type is textual

milo opened this issue · comments

Version: 4.1.0

Bug Description

Oracle type LONG is textual 🤦‍♂. Dibi detects it as Type::INT and converts every value to zero with ton of PHP notices due to strict_types=1.

Possible Solution

Oracle doc discourages LONG usage, so probably no need to fix but I'll send PR with propose.