Dmitry Dorogoy

Results 4 issues of Dmitry Dorogoy

### Description @ symbol used as a variable in query formatted on a separate string Example: Input: SELECT * FROM SAMPLE LIMIT @LIMIT Result: SELECT * FROM SAMPLE LIMIT **@...

bug

Hello guys! I like your lib and I've recorded a youtube video about it. (Video in Russian) [https://youtu.be/suMqw6TYKI4](https://youtu.be/suMqw6TYKI4)

public class MyOption { [Option('t', "type", Required = true, HelpText = "My entity")] public EntityType MyEntityType { get; set; } public enum MyEntityType { X0, // Example for X0 is...

bug
good first issue