Closed SpareShade closed 8 years ago
Hi,
there was really an issue with updating array types. Can you test your code with just updated master branch? I added tests for this kind of updates and they are passing now, but would like to see if you're ok with it also.
Thx
Hey Ratko thats' tops !! yes it is working for me too, thank you! I was fooled by Laravel trying to mull out it's own QueryException that was throwing 'preg_replace(): Parameter mismatch' error. huh! thus obfuscating the crate's response ...
Thanks again!
Hello and thank you for this handy library ...
I'm getting
where trying to use the DB facade for updating a table that contains 'array' data type.
ie.
gets you the above error:
Inserting 'array' data types works fine ...