spadefoot / kohana-orm-leap

An ORM module for the Kohana PHP framework that is designed to work with all major databases.
http://spadefoot.github.io/kohana-orm-leap/
100 stars 25 forks source link

Object of class OCI-Lob could not be converted to string #95

Open jstrobel opened 11 years ago

jstrobel commented 11 years ago

I am using Leap to connect to a Oracle-Database. When i am selecting data with a CLOB-Field i get: ErrorException [ Recoverable Error ]: Object of class OCI-Lob could not be converted to string Is this i a bug or do i have to write some wrapper for my own?