chore: initial git load of code space

This commit is contained in:
Thom Lamb
2026-05-12 08:52:33 -05:00
parent 9abada692f
commit 5e467bcc9c
384 changed files with 65960 additions and 2 deletions
+31
View File
@@ -0,0 +1,31 @@
Test run for C:\Git\sql-utilities\tests\Strata.SqlTools.Snowflake.Tests\bin\Debug\net8.0\Strata.SqlTools.Snowflake.Tests.dll (.NETCoreApp,Version=v8.0)
VSTest version 17.14.1 (x64)
Starting test execution, please wait...
A total of 1 test files matched the specified pattern.
Regenerated Snowflake SQL:
SELECT
-- Primary key -- Customer name field /* Email address for notifications */
ID,
NAME,
EMAIL,
STATUS
FROM
-- Main user table
USERS
WHERE
/* Filter for active users only */
STATUS = 'Active'
ORDER BY
-- Sort alphabetically
NAME
Skipped GetMergedParameters_WithRecursiveCTE_MainQueryParamTakesPrecedence [< 1 ms]
Passed! - Failed: 0, Passed: 220, Skipped: 1, Total: 221, Duration: 122 ms - Strata.SqlTools.Snowflake.Tests.dll (net8.0)