Hi,
I have noticed problems with the case on column names with the use of SQL actions.
The generator ignores capital letters in the structure of tables.
For a column name like "userData" we get "userdata" in the "entity" schema generated... This causes errors on actions of the type "update".
So, it means that either you should not use capital letters in the column names, or you should modify the "_Entity" schema by hand!
On the other hand, after correction in the schema "entity" (so I put back "userData" so that the commands "insert" and "update" work), I found that during a "select row" action, the json returns "userdata" in the answer, without the capital "D", even after clearing the cache...
Is all this normal or is there a "case-sensitive" setting somewhere?
Best,
Jim