yoshkinawa

Results 4 issues of yoshkinawa

As you can see in the images, a regex search using the pattern /\(/ or /[(]/ thinks the bracket symbol is an opening of new brackets instead of a pattern...

Hi Giuseppe, I've created a simple demo for, apparently, a bug I have found. I have a base template called: baseTemplate ``` aaa ``` I have a second template called:...

db->setQueryOption( 'DELAYED' )->insert is not supported even though it should be according the documentation. This is the error I get. You can see that the allowedOptions does not contain DELAYED...

In the documentation it says that setQueryOption works for: "INSERT (), REPLACE (), GET (), UPDATE (), DELETE() " Yet It only works for INSERT and GET. I checked the...