tracking/log_server/pk_data

I noted a new problem in tracking data changes with servoy. In the past when I looked in the log_server table log column pk_data I saw a text representation of an integer that corresponded to the primary key of the row being tracked. Now when I look in the log_server table log column pk_data I see data like 6.113616; ??

John McCann

Servoy Developer
Version R2 2.1.2-build 315
Java version 1.4.2_06-b03 (Windows 2003)
MS SQL Server

yes because the caculation of the ‘hash’ for the pk is changed
Because we need it to be unique and the way we did it didn’t guarentee to be unique if you have 2 columns that where the pk of a table.

now it is:

pkstringlength.pkvalue;pkstringlength.pkvalue;