git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@583
f203690c-595d-4dc9-a70b-
905162fa7fd2
Add support for reading/writing complex column data (version history,
attachments, multi-value columns).
</action>
+ <action dev="jahlborn" type="fix">
+ Fix problem with creating tables with indexes where ms access could
+ not open the created table.
+ </action>
</release>
<release version="1.2.5" date="2011-10-19">
<action dev="jahlborn" type="update">
rtn.putShort((short)freeSpace); //Free space in page
rtn.putInt(0); //Table definition
rtn.putInt(0); //Unknown
- rtn.putShort((short) 2); //Number of records on this page
+ rtn.putShort((short) umapNum); //Number of records on this page
// write two rows of usage map definitions for the table
int rowStart = findRowEnd(rtn, 0, format) - usageMapRowLength;