-
Notifications
You must be signed in to change notification settings - Fork 130
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
[BUG] PIT table produces wrong ghost values #196
Comments
Hi KR Klaus, Thank you for this report, could I ask what platform you are working on? Thanks, Jossy |
Hi, Have you got ghost records enabled in your project? The 16 0s is coming from the hard coded ghost record in the PIT macro rather than the ghost records feature, which you are correct should be 32 0s so this will be added to the backlog and updated. Thank you for raising this! |
Hi Shannon, As a workaround I changed now all my ghost record entries to CAST('0000000000000000' AS BINARY(16))) - so this works, but to be honest, I am not sure if this could have a bad influence on the performance as CAST('00000000000000000000000000000000' AS BINARY(32))) would be correct... Thank you |
Fixed and released in v0.11.0, Thank you for your patience on this one! If the issue persists, please re-open this issue. |
Hi *,
I am using V. 0.9.5 and built my first PITs with the macro. It seems that the ghost records are not created correctly.
As I am using md5 I would assume a Ghost record with 32 '0's, but the query uses e.g.
CAST('0000000000000000' AS BINARY(16)))
KR Klaus
AB#5359
The text was updated successfully, but these errors were encountered: