]> source.dussan.org Git - jackcess.git/commit
handle reading/writing numeric values which thing that they are fixed length fields...
authorJames Ahlborn <jtahlborn@yahoo.com>
Tue, 5 Jun 2007 02:21:55 +0000 (02:21 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Tue, 5 Jun 2007 02:21:55 +0000 (02:21 +0000)
commitb0bc33f822e48f5973fd9f41cc123343ff5a8d02
tree9c3c94186c47fbf230fb8d82734614fed6dae7e2
parent5de2b053b8768c9a34aa2447a2b1d62ba0102f08
handle reading/writing numeric values which thing that they are fixed length fields (fix #1672071)

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@148 f203690c-595d-4dc9-a70b-905162fa7fd2
src/java/com/healthmarketscience/jackcess/Column.java
src/java/com/healthmarketscience/jackcess/DataType.java
test/data/fixedNumericTest.mdb [new file with mode: 0644]
test/src/java/com/healthmarketscience/jackcess/DatabaseTest.java