You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After PR #116 we merged SqlCommandProvider fails with
error FS3033: The type provider 'FSharp.Data.SqlCommandProvider' reported an error: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.
on statements that includes '.' and long enough
After PR #116 we merged SqlCommandProvider fails with
error FS3033: The type provider 'FSharp.Data.SqlCommandProvider' reported an error: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.
on statements that includes '.' and long enough
For example this on AdventureWorks
"INSERT INTO Production.BillOfMaterials (BillOfMaterialsID, ProductAssemblyID, ComponentID, StartDate, EndDate, UnitMeasureCode, BOMLevel, PerAssemblyQty, ModifiedDate) VALUES (1692, 776, 907, N'2004-07-20 00:00:00', NULL, N'EA ', 1, CAST(1.00 AS Decimal(8, 2)), N'2004-07-06 00:00:00')"
The text was updated successfully, but these errors were encountered: