Graham Thomas
Graham Thomas
The Percent sign needs to be part of the string you are using with parameterized queries. For Example ``` query = "%" + "Bob" + "%" sql_query.where_raw("CONCAT(title,summary) LIKE %s", query)...
Update: Adding `"int unsigned": "integer",` to https://github.com/sdispater/orator/blob/0.9/orator/dbal/platforms/mysql57_platform.py seems to have fixed my problem. Dunno what the devs want to do with this information lol.
I'm currently experiencing this error after upgrading to .net 8
Just wanted to point out I'm seeing this error not only with "Fix all occurrences" but also with singular quick fixes.
Latest update to v2.22.5 does not fix this issue. 
Can we get a branch for this PR to merge into instead of main? We are currently in private preview with very few customers and don't want published SDKs yet.
https://github.com/Azure/azure-sdk-pr/issues/1703
Closing as I think something is wrong with the build pipeline state. Will reopen a new PR.
I've found a workaround after viewing some of the sample files in https://github.com/fschwaiger/cobertura-parse. Looks like the dotnet-compile doesn't include this:  `` tag. Once I added that, even with dummy...