Skip to content

[BUG] The value of audit.changedata changes depending on the columns selected in SELECT. #646

Description

@hiroyuki0415
SELECT a.auditid,
       a.objectid, --(※)
       a.changedata
FROM   audit AS a
WHERE  a.objectidtype = 'xxx'
       AND a.objectid = '{guid}';

The result of executing this SQL is as follows:

  • commented out (※):
Image
  • else: Column names are displayed correctly

Environment

  • SQL 4 CDS edition: XrmToolBox
  • Results of SELECT @@VERSION:
Microsoft Dataverse - 9.2.25021.188
   SQL 4 CDS - 9.6.0.0
   2 23 2025 06:26:13
   Copyright © 2020 - 2024 Mark Carrington

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions