Question
2
Replies
627
Views
Amazon
Posted: October 30, 2015
Last activity: November 1, 2015
Closed
Solved
Are properties in PRPC are case-sensitive? If yes, why?
When I create a property with the name 'foo' and refer 'Foo' in the report definition it is throwing an error.
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