You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i edit the value for MYSQL field in data grid and submit to database, whodb popup an error message of "Unable to update the row: ApolloError: Error 1292 (22007): Truncated incorrect DOUBLE value: 'id'".
It seems whodb failed when trying convert MYSQL's table primary key of int type.
The text was updated successfully, but these errors were encountered:
modelorona
changed the title
Update data failed with "Unable to update the row: ApolloError: Error 1292 (22007): Truncated incorrect DOUBLE value: 'id'"
[BUG] - Update data failed with "Unable to update the row: ApolloError: Error 1292 (22007): Truncated incorrect DOUBLE value: 'id'"
Dec 14, 2024
When i edit the value for MYSQL field in data grid and submit to database, whodb popup an error message of "Unable to update the row: ApolloError: Error 1292 (22007): Truncated incorrect DOUBLE value: 'id'".
It seems whodb failed when trying convert MYSQL's table primary key of int type.
The text was updated successfully, but these errors were encountered: