Hi!
I’m just getting started with ILIAS development. Today, I read the database documentation in Services/Database/
. I have questions about the “Reserved Words” section of the README document (on trunk), added in commit f30b312db
.
First, the text refers to Mantis ticket #21173, but that seems not to exist:
ZitatAPPLICATION ERROR #1100
Eintrag 21173 nicht gefunden.
I was logged in when trying, but maybe I’m lacking the access rights? This should be clarified in the README document (or the reference removed), because the current state is confusing.
Second, if I understand it correctly, the list of reserved words, and any “magic escaping” of them which might be happening should not be necessary at all, should it? The proper way would be to just quote all table names, column names, values, and so on. Or am I missing something here?