Answer:
Query Source Data does not return all rows when querying a table with case sensitive primary key. The underlying data structure is a .NET DataTable, which has support for adding/updating based on PK. The data table ignores case, and updates “duplicate” rows in place, instead of showing two rows with different casing.
Comments
0 comments
Please sign in to leave a comment.