40
Views
4
Comments
[Human Readable Change History] Issue with SQL Reserved Word
Question
human-readable-change-history
Web icon
Forge asset by Johan den Ouden

I've found something in the latest version.

When you have a column name (Attribute) called e.g "Key" it's starting return error because the "key" is a SQL reserved word.

I've tested that when debugging here the values I got.


I've added the brackets to escape the reserved word e.g [Key] and worked.

Do you guys have any plan to solve it in a near version?


Thanks,
Paulo


2022-01-13 08-29-52
Saravanan Santhanam

Hi Paulo,

I tried the same in my personal environment and got this error, when we try to pass value normally,

But for reserved Keywords, if values are enclosed within Backticks it results in Proper Output. 

URL : https://saravanan-gamechanger.outsystemscloud.com/TEST/TESTINPUTS?_ts=637607941598567588

Please add a check if the Reserved SQL keyword is found, enclose them in backticks.

Regards,

Saravanan Santhanam.


2025-04-23 09-24-58
oDevFagundes
Champion

Hi Saravanan, I think you miss understood my question.

I know how to solve. I'm asking if the people how developed that have any plan to fix that ASAP.

2022-01-13 08-29-52
Saravanan Santhanam

Cool. Hope your issue  will be addressed immediately by the team. 

Happy Coding

2024-11-07 03-28-42
Stuart Harris
Champion

Hi Paulo,

I have just published a version 2.0.8 in "Under Development" status that fixes the SQL keyword issue.

Would you like to give it a try and if it works, I will change it to "Stable".

Thanks!

Kind regards,

Stuart

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.