FsSqlDom
FsSqlDom copied to clipboard
Library for SQL parsing, AST manipulation and SQL generation in F#
I'm currently using this version of build_lib.fsx: https://github.com/smoothdeveloper/FsSqlDom/pull/1/files the issue is for me to track it to eventually bring the changes upstream (minor breaking changes) or for @isaksky to take...
I get this error when running `/build.cmd RunTests`: ``` The resulting target order is: - RunTests Starting Target: RunTests C:\src\FsSqlDom\tools\Nunit\nunit-console.exe "-nologo" "-noshadow" "-labels" "C:\src\FsSqlDom\tests\FsSqlDom.Tests\bin\Release\FsSqlDom.Tests.dll" "-xml:TestResults.xml" C:\src\FsSqlDom\tools\Nunit\nunit-console.exe "-nologo" "-noshadow" "-labels" "C:\src\FsSqlDom\tests\FsSqlDom.Tests\bin\Release\FsSqlDom.Tests.dll"...
After https://github.com/isaksky/FsSqlDom/commit/646958e9867658aa0f563c9017f2d3caea4ed6f3, the examples are not in the solution and not running. 😬