Pete
Pete
`This is not particularly intuitive if your mental model for svelte is HTML` You have `{#if ..} ... {/if}` blocks that are not HTML already... What I've seen in other...
Have you considered using something like a predicate builder? http://www.albahari.com/nutshell/predicatebuilder.aspx You could build a helper function on top of that that would handle your data structure. The final SQL would...
Thank you for your thorough response! I've made the changes you recommended and now waiting for the bug to show up...
TurnTraceSwitchOn() and TraceMapperExpression didn't help much. I can basically see the query that it's about to run and then it fails. Next step is to clone linq2db and build against...
I can compile the linq2db project by itself without errors, but when I try add a reference to it I'm getting "NU1001 The dependency linq2db >= 1.8.4-* could not be...
I was trying to bring it into my solution so that I could step into the source code. I wasn't able to do this with VS2015 and project.json, so I...
@ili yes, I did migrate to VS2017 @MaceWindu I've hit that exact same issue (double dots "..") with master... after rolling back to 1.8.3 this issue goes away "there is...
That returns "true": 
"not sure what you mean as there is no way for MySQL provider to generate double dots in FQ table name anymore in current master." -- Ignore that comment... I...
Do you feel like you understand the issue? Anything else you'd like me to try? If I implement my workaround I may not able to trigger the problem later... Also,...