Status/Resolution/Reason: Closed/Withdrawn/NotABug
Reporter/Name(from Bugbase): Chad Adamson / Chad Adamson ()
Created: 03/06/2018
Components: Language, Functions
Versions: 2016
Failure Type: Others
Found In Build/Fixed In Build: 2016.0.05.303689 /
Priority/Frequency: Normal /
Locale/System: / Win 2012 Server x64
Vote Count: 0
Problem Description:
Any queries that have a column named "enabled" in them return 0 results.
Steps to Reproduce:
SELECT * FROM events WHERE enabled = 1
Actual Result:
0 records
Expected Result:
All records where column enabled = 1
Any Workarounds:
SELECT * FROM events WHERE events.enabled = 1
Attachments:
Comments: