Open ahmad-moussawi opened 5 years ago
A list of higher order functions that should be added to SqlKata. These features will be added as an extension project
WithDateRange(DateTime from, DateTime to, string alias = "DateRange")
WhereNullOrEmpty(col)
WhereNullOrValue(col, 5)
WHERE ([col] IS NULL OR [col] = 5)
WithJson(string alias, string[] cols, string json)
WithData(string alias, string cols, List<List<object>> data)
Please add your request in the comment section.
Hi @ahmad-moussawi
The Case support would be of great assistance. Do you have a timeline on when this will be completed?
PS. Loving SQLKata
Regards
Is there an update here with the Case statements?
A list of higher order functions that should be added to SqlKata. These features will be added as an extension project
WithDateRange(DateTime from, DateTime to, string alias = "DateRange")
WhereNullOrEmpty(col)
WhereNullOrValue(col, 5)
-->WHERE ([col] IS NULL OR [col] = 5)
WithJson(string alias, string[] cols, string json)
, Read json array as CTEWithData(string alias, string cols, List<List<object>> data)
Please add your request in the comment section.