Chui Tey
Chui Tey
**Is your feature request related to a problem? Please describe.** I really like caprover! Getting nginx configuration right is somewhat of a black art for inexperienced people like me, and...
When two columns are identical except for their column position, SchemaZen creates an ALTER COLUMN command that does not actually resolve the difference. Instead, we should output text to explain...
I’ve been playing around with SQLProvider , under VSCode and PostGres, and I noticed an interesting behavior. When only .NET Core 3.1 SDK installed, syntax highlighting worked fine. But when...
Hi all. I have been testing how EasyNetQ works when a response handler is disconnected when it is in the midst of processing a request. e.g. client: make request server:...
Thank you for this library! I noticed I get a null reference fault here: ```csharp namespace Tests { public class ParseSelect { [Test] public void Parse_TypicalStoredProc() { const string sql...
It looks like the CaseExpressionParser isn't able to handle complex grammars. ``` [Test] public void CaseExpression_Inside_CaseExpression() { const string sql = @"CASE 10 WHEN 20 THEN 30 ELSE CASE 40...