UTC: 2023-04-03 21:15 pascalberger/chocolatey-packages
This file is automatically generated by the update_all.ps1 script using the AU module.
UTC: 2023-04-03 21:15 pascalberger/chocolatey-packages
This file is automatically generated by the update_all.ps1 script using the AU module.
UTC: 2023-04-03 21:12 pascalberger/chocolatey-packages
This file is automatically generated by the update_all.ps1 script using the AU module.
UTC: 2023-04-01 20:28 pascalberger/chocolatey-packages
This file is automatically generated by the update_all.ps1 script using the AU module.
UTC: 2023-04-01 19:58 pascalberger/chocolatey-packages
This file is automatically generated by the update_all.ps1 script using the AU module.
UTC: 2023-04-01 19:40 pascalberger/chocolatey-packages
This file is automatically generated by the update_all.ps1 script using the AU module.
UTC: 2023-04-01 19:38 pascalberger/chocolatey-packages
This file is automatically generated by the update_all.ps1 script using the AU module.
UTC: 2023-04-01 19:35 pascalberger/chocolatey-packages
This file is automatically generated by the update_all.ps1 script using the AU module.
I hereby claim:
To claim this, I am signing this object:
-- It is not possible to use .NET Double.MaxValue=1.7976931348623157E+308 as default value for a float field. | |
-- Error: The floating point value '1.797693134862316e+308' is out of the range of computer representation (8 bytes). | |
-- CREATE TABLE FloatDefaultReproduction (FieldInt integer, FieldFloat float DEFAULT (1.7976931348623157E+308)); | |
-- Same error if max value representation as returned by SQL Server is used. | |
-- Error: The floating point value '1.79769313486232E+308' is out of the range of computer representation (8 bytes). | |
-- CREATE TABLE FloatDefaultReproduction (FieldInt integer, FieldFloat float DEFAULT (1.79769313486232E+308)); | |
-- Workaround 1: | |
-- CREATE TABLE FloatDefaultReproduction (FieldInt integer, FieldFloat float DEFAULT ((CONVERT(float,'1.7976931348623157E+308')))); |
Rendered as inline code block:
foo
Bar
Rendered as fenced code block: