Otis wrote:
Also please provide a small repro case to reproduce this issue. Thanks. (We have tests for this specific scenario which succeed, hence our question). Please also make sure you use the runtime libraries that contain the fix, so a version > 5.7.0
Hi Otis,
We are using RTM 5.7.3 as stated above, so that should be sufficient according to your bug fixes?
We are using MS Sql
I have prepared a repo case... attached.
Enclosed in the archive is a c# solution, the llblgen project file for the entities, and a sql script to create the test database.
My sql server is 2014 in case that makes any difference, but I have compatibility mode set to 2012, per our actual application having this problem.
All you need to do in the solution is edit the connectionstring in program.cs of the LlblgenTestConsole to be wherever you set up the database.
Executing the SelectFoo stored procedure in SSMS I get:
id Name_1 Name_2 Val_1
1 Jo Smith 12.250000000
2 Bob Green 9.730000000
The output from the test console is:
Id:2, Name1:, Name2:, Val1:0.0
Thus demonstrating exactly the issue I have in application; the columns named with '_' and thus not matching the typedview field names exactly do not get any data; i.e. the mapping does not work.
Thanks again
Simon
Attachments
Filename |
File size |
Added on |
Approval |
LlblGenTest.zip
|
30,226 |
05-Nov-2021 18:33.37 |
Approved |