Hi to all,
Using 8.00.0025, and MySQL 5.6.21
Trying to setup an application, very simple form-editable grid, when creating new record with native lang characters they are saved wrong !
When i recall the form or check it from the DB they are recorded few rubbish characters!
My DB, table, connection and application all have the same collation, Latin5.
Have security module enabled, just for testing tried to add a new user with a name and description with native lang characters, its OK this time ! I can see the correct characters from the form and DB.
So it must be something from the app i think ?
Any ideas ??
ADD: When saving(pushing the pencil icon) the new record on the form, the data dissapears first, i have to refresh the page and see that line ! I think when saving an error occurs and it cant refresh the data also. ( normally after you click the pencil icon, it is showing the new data and exiting the edit mode)
CAN it be a bug ??