SqlAnalyser.Core 2.2.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package SqlAnalyser.Core --version 2.2.7
                    
NuGet\Install-Package SqlAnalyser.Core -Version 2.2.7
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SqlAnalyser.Core" Version="2.2.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SqlAnalyser.Core" Version="2.2.7" />
                    
Directory.Packages.props
<PackageReference Include="SqlAnalyser.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SqlAnalyser.Core --version 2.2.7
                    
#r "nuget: SqlAnalyser.Core, 2.2.7"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package SqlAnalyser.Core@2.2.7
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SqlAnalyser.Core&version=2.2.7
                    
Install as a Cake Addin
#tool nuget:?package=SqlAnalyser.Core&version=2.2.7
                    
Install as a Cake Tool

Parse and generate scripts for TSql, MySql, PlSql, PostgreSql and SqliteSql using antlr.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on SqlAnalyser.Core:

Package Downloads
DatabaseConverter.Core

Convert or translate database objects and data between SqlServer, MySql, Oracle and Postgres.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.2.8 188 1/14/2026
2.2.7 160 1/12/2026
2.2.6 109 12/30/2025
2.2.5 610 9/16/2025
2.2.4 343 8/5/2025
2.2.3 195 7/8/2025
2.2.2 210 6/17/2025
2.2.1 358 6/11/2025
2.2.0 520 4/23/2025
2.1.4 24,846 11/21/2023
2.1.3 202 11/20/2023
2.1.2 489 12/27/2022
2.1.1 1,660 12/13/2022
2.1.0 993 12/10/2022
2.0.17 1,466 12/8/2022
2.0.16 970 11/30/2022
2.0.15 1,010 11/30/2022
2.0.14 458 11/29/2022
2.0.13 1,396 11/28/2022
2.0.12 674 11/22/2022
Loading failed

TSql: handle scalar function when parse table name;
PostgreSql: handle "inner join" and "union" for select statement.