Seddryck / Tseesecake

Tseesecake is a lightweight proxy for time-series query engines, supporting multiple database engines and storage providers, with a SQL dialect dedicated to time series
https://seddryck.github.io/Tseesecake
Apache License 2.0
2 stars 1 forks source link

Parser for DML (Create or replace) #35

Closed Seddryck closed 1 year ago

Seddryck commented 1 year ago

Close #32

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +5.98 :tada:

Comparison is base (9604ba7) 71.65% compared to head (54ae89d) 77.63%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #35 +/- ## ========================================== + Coverage 71.65% 77.63% +5.98% ========================================== Files 68 72 +4 Lines 254 322 +68 Branches 8 8 ========================================== + Hits 182 250 +68 Misses 66 66 Partials 6 6 ``` | [Impacted Files](https://app.codecov.io/gh/Seddryck/Tseesecake/pull/35?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=C%C3%A9dric+L.+Charlier) | Coverage Δ | | |---|---|---| | [Tseesecake/Parsing/Dml/DmlParser.cs](https://app.codecov.io/gh/Seddryck/Tseesecake/pull/35?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=C%C3%A9dric+L.+Charlier#diff-VHNlZXNlY2FrZS9QYXJzaW5nL0RtbC9EbWxQYXJzZXIuY3M=) | `100.00% <100.00%> (ø)` | | | [Tseesecake/Parsing/Grammar.cs](https://app.codecov.io/gh/Seddryck/Tseesecake/pull/35?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=C%C3%A9dric+L.+Charlier#diff-VHNlZXNlY2FrZS9QYXJzaW5nL0dyYW1tYXIuY3M=) | `100.00% <100.00%> (ø)` | | | [Tseesecake/Parsing/Keyword.cs](https://app.codecov.io/gh/Seddryck/Tseesecake/pull/35?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=C%C3%A9dric+L.+Charlier#diff-VHNlZXNlY2FrZS9QYXJzaW5nL0tleXdvcmQuY3M=) | `100.00% <100.00%> (ø)` | | | [Tseesecake/Parsing/TseeseType.cs](https://app.codecov.io/gh/Seddryck/Tseesecake/pull/35?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=C%C3%A9dric+L.+Charlier#diff-VHNlZXNlY2FrZS9QYXJzaW5nL1RzZWVzZVR5cGUuY3M=) | `100.00% <100.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.