chore: initial git load of code space
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user