catfan / Medoo

The lightweight PHP database framework to accelerate the development.
https://medoo.in
MIT License
4.83k stars 1.15k forks source link

Unable insert LOB data into Oracle database #970

Closed xiasha11 closed 3 years ago

xiasha11 commented 3 years ago

Describe the bug A clear and concise description of what the bug is.

Information

Detail Code $database->insert("account", [ "big_clob" => $big_clob // clob类型字段

]);

Expected output big_clob 无法插入,其他普通字段可以

catfan commented 3 years ago

We have improved insert and update LOBs for the Oracle database on e16ad3e.