Question
Amazon
Amazon
IN
Amazon
Posted: Oct 30, 2015
Last activity: Nov 1, 2015
Last activity: 1 Nov 2015 7:11 EST
This content is closed to future replies and is no longer being maintained or updated.
Links may no longer function. If you have a similar request, please write a new post.
When I create a property with the name 'foo' and refer 'Foo' in the report definition it is throwing an error.
Accepted Solution
The underlying database may be case insensitive. This is why foo and Foo should cause an error. On the other hand, there are parts of PRPC that are or have been case sensitive because Java is case sensitive. Best practice is to not depend on either case sensitivity or case insensensitivity
Case sensitivity has been a source of problem because we have seen developers creating properties with the same name in different cases causing issues. Because the column names in the database that they map to are case insensitive, it causes issues with saving and retrieval of data.
It is best not to mix to cases for property names.
Question
Question Solved
Question
Question
Question
Question
Question
Question
Question
Question
Pega Collaboration Center has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.