tigertoolbox icon indicating copy to clipboard operation
tigertoolbox copied to clipboard

The definition of @ColumnStoreGetIXSQL is problematic on a case-sensitive databases - @minPageCount_In

Open DanielAdeniji opened this issue 5 years ago • 0 comments

The definition of @ColumnStoreGetIXSQL is problematic on case-sensitive databases.

In SQL, its definition is listed as @minPageCount_In.

On the other hand, In @ColumnStoreGetIXSQL_Param, here is minPageCount is listed as @minPageCount_in int.

It is a subtle error, but @minPageCount_In is not always the same as @minPageCount_in.

DanielAdeniji avatar Jun 20 '20 18:06 DanielAdeniji