Releases: zzzprojects/Eval-SQL.NET
Releases · zzzprojects/Eval-SQL.NET
v1.1.84
Download the SQL CLR here
- UPDATED: Monthly Trial Release
Trial unlocked until the end of October
v1.1.83
Download the SQL CLR here
- UPDATED: Monthly Trial Release
Trial unlocked until the end of September
v1.1.82
Download the SQL CLR here
- UPDATED: Monthly Trial Release
Trial unlocked until the end of August
v1.1.81
Download the SQL CLR here
- UPDATED: Monthly Trial Release
Trial unlocked until the end of July
v1.1.80
Download the SQL CLR here
- UPDATED: Monthly Trial Release
Trial unlocked until the end of June
v1.1.79
Download the SQL CLR here
- UPDATED: Monthly Trial Release
Trial unlocked until the end of May
v1.1.78
Download the SQL CLR here
- UPDATED: Monthly Trial Release
Trial unlocked until the end of April
v1.1.77
Download the SQL CLR here
- UPDATED: Monthly Trial Release
Trial unlocked until the end of March
v1.1.76
Download the SQL CLR here
- UPDATED: Monthly Trial Release
Trial unlocked until the end of February
v1.1.75
Download the SQL CLR here
- UPDATED: Monthly Trial Release
- ADDED:
DefaultNumberType
method to allow to add a default number type when no suffix is specified
DECLARE @sqlnet SQLNET
SET @sqlnet = SQLNET::New('5/100').DefaultNumberType('double');
SELECT @sqlnet.Eval() -- return 0.05 instead of 0
-- Valid value:
-- 'none' -- default
-- 'int'
-- 'uint'
-- 'long'
-- 'ulong'
-- 'float'
-- 'decimal'
-- 'double'
Trial unlocked until the end of January