tomaluca95
tomaluca95
Also breaks the database session driver
If there is a `CLOB` column is not returned as a string but as a OCI I'm using an helper to workaround the issue ``` if (!function_exists('oci8_fix_result_array')) { function oci8_fix_result_array($data)...
Unfortunately I can only test oci8 driver and not the PDO one, seems to me that they PDO OCI8 driver is no longer maintained and I can't get it to...
I have the same issue with the current release and esxi 5.0.0
I was going to open a new issue about VAPID support and i found this one. I think the service worker route is quite more complex and is not the...
> Can you post the panic? I see two spots that could cause it, but would like to verify there isn't another. the line is: ``` github.com/gopcua/[email protected]/server/namespace_map.go:194 +0x6be ```
I think that the best course of action is to lock the whole function paying the lock performance penalty but being secure no race conditions can show up. Maybe using...