TTRider.FluidSql.dll 0.0.15

There is a newer version of this package available.
See the version list below for details.
dotnet add package TTRider.FluidSql.dll --version 0.0.15
NuGet\Install-Package TTRider.FluidSql.dll -Version 0.0.15
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="TTRider.FluidSql.dll" Version="0.0.15" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TTRider.FluidSql.dll --version 0.0.15
#r "nuget: TTRider.FluidSql.dll, 0.0.15"
#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.
// Install TTRider.FluidSql.dll as a Cake Addin
#addin nuget:?package=TTRider.FluidSql.dll&version=0.0.15

// Install TTRider.FluidSql.dll as a Cake Tool
#tool nuget:?package=TTRider.FluidSql.dll&version=0.0.15

Fluid-style SQL statement generator

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0 69 4/28/2015
1.0.21 36 4/28/2015
1.0.20 46 4/24/2015
1.0.13-alpha 30 4/3/2015
1.0.12-alpha 40 4/2/2015
0.0.24 67 3/30/2015
0.0.23 51 3/18/2015
0.0.22.12 35 3/27/2015
0.0.22.2 36 3/30/2015
0.0.22.1 78 1/9/2015
0.0.22 72 1/2/2015
0.0.21.2 49 12/29/2014
0.0.21.1 46 12/29/2014
0.0.21 47 12/29/2014
0.0.20 48 12/24/2014
0.0.19 54 12/19/2014
0.0.18 50 12/18/2014
0.0.17 65 12/3/2014
0.0.16 44 12/2/2014
0.0.15.3 217 11/17/2014
0.0.15.1 362 11/15/2014
0.0.15 362 11/15/2014
0.0.14.2 103 7/10/2014
0.0.14 57 7/10/2014
0.0.12.1 54 7/9/2014
0.0.12 58 7/9/2014
0.0.11.2 58 7/4/2014
0.0.11.1 54 7/4/2014
0.0.11 57 7/4/2014
0.0.10.1 45 5/31/2014
0.0.10 56 5/17/2014
0.0.9.2 49 5/16/2014
0.0.9.1 46 5/16/2014
0.0.9 50 5/14/2014
0.0.8 51 5/13/2014
0.0.7.1 48 5/13/2014
0.0.7 47 5/13/2014
0.0.6.2 48 5/8/2014
0.0.6.1 47 5/8/2014
0.0.6 45 5/8/2014
0.0.5 46 5/6/2014
0.0.4 46 5/5/2014
0.0.3 46 5/4/2014
0.0.2 46 5/2/2014
0.0.1 45 4/29/2014
0.0.0.7 44 5/13/2014

0.0.15.0
     * Fixing Create Table IndexOn.
     0.0.14.2
     * Support for DELETE with JOIN
     * bug fixes
     0.0.12.1
     * Support for temporary tables
     0.0.11.2
     * Ability to create command that is not connected yet
     * Support for Snippet as a statement with potential output
     * bug fixes
     0.0.9.0
     * Support for CREATE TABLE
     * Support for token and statement stringify
     * Bug fixes
     0.0.8
     * Support for CREATE/ALTER/DROP INDEX
     0.0.7
     * Support for comments
     * Support for INSERT statement
     0.0.6.2
     * Ability to provide parameter values during statement construction
     * bug fixes
     0.0.5
     * Support for parameters with default values
     * Bug fix for the empty part in Name ( like [tempdb]..[name])
     0.0.4
     * Support for WrapAsSelect statement
     0.0.3
     * Support for DELETE FROM
     * Support for LIKE
     0.0.2
     * Support for IEnumerable parameters complementing params[]
     * Support for DROP TABLE statement
     * Support for parameterized Snippets