Skip to content
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.

Clone this wiki locally