How can I store a BigDecimal (Java) value in a Real (SQlite) column?
问题 I'm still having big problems with BigDecimal (the trail of tears started here, and continued to here so far. Now I've got the opposite problem - going from BigDecimal in the POJO to REAL in the SQLite table. The POJO is defined as: public class DeliveryItem { private int _id; private String _invoiceNumber; private String _UPC_PLU; private String _vendorItemId; private int _packSize; private String _description; private BigDecimal _cost; private BigDecimal _margin; private BigDecimal