Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

after PR 116 merge problem #121

Closed
dmitry-a-morozov opened this issue Mar 3, 2015 · 1 comment
Closed

after PR 116 merge problem #121

dmitry-a-morozov opened this issue Mar 3, 2015 · 1 comment

Comments

@dmitry-a-morozov
Copy link
Member

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')"
dmitry-a-morozov pushed a commit that referenced this issue Mar 3, 2015
@dmitry-a-morozov
Copy link
Member Author

Fixed in ver 1.6.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant