davidjanmercado / sqlite-jdbc

Automatically exported from code.google.com/p/sqlite-jdbc
Apache License 2.0
0 stars 0 forks source link

Add BigDecimal support #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The attached patch file adds support for the BigDecimal data type to 
sqlite-jdbc.

Note that I didn't do anything about these methods in Unused.java:
 getBigDecimal(int col, int s)
 getBigDecimal(String col, int s)
as I don't know how they are used, and replacing the other BigDecimal methods 
was enough to make my code work.

Also, I didn't add any test methods for the new data type.

Original issue reported on code.google.com by dwigh...@gmail.com on 20 Jun 2011 at 6:37

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by taroleo on 21 Jun 2011 at 5:49

GoogleCodeExporter commented 8 years ago

Original comment by taroleo on 21 Jun 2011 at 5:49

GoogleCodeExporter commented 8 years ago
This issue was closed by revision e74939879270.

Original comment by l...@xerial.org on 13 Jul 2011 at 12:54