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
DelRed2 edited this page Feb 3, 2017
·
3 revisions
changedRowCount returns 1 on Android platforms, regardless of success or failure of the update/insert statement. This viewable on Statement.getUpdateCount()
Many methods are not implemented for PreparedStatements and only prints to STDOUT. No exception is thrown, so use with caution
Storing large BigDecimal in real (or numeric) column can lead to accuracy loss.
Storing BigDecimal in string column leads to incorrect comparisons.