]> source.dussan.org Git - jackcess.git/commit
Fixed bug 1273712 where writing null values into fixed-length columns wasn't working.
authorTim McCune <javajedi@users.sf.net>
Fri, 26 Aug 2005 04:23:41 +0000 (04:23 +0000)
committerTim McCune <javajedi@users.sf.net>
Fri, 26 Aug 2005 04:23:41 +0000 (04:23 +0000)
commitf109d76b194339b76e328008ad0aea23a4f4128b
treec1da9594a9474d074bae4426d3ef68c1144fc872
parent2300c101bb4dadee060d0c4a5b9f973d4519b454
Fixed bug 1273712 where writing null values into fixed-length columns wasn't working.

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@25 f203690c-595d-4dc9-a70b-905162fa7fd2
project.properties
project.xml
src/java/com/healthmarketscience/jackcess/Column.java
src/java/com/healthmarketscience/jackcess/Table.java
test/src/java/com/healthmarketscience/jackcess/DatabaseTest.java