1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
|
<document>
<properties>
<title>Release notes</title>
<author email="javajedi@users.sf.net">Tim McCune</author>
<author email="jahlborn@users.sf.net">James Ahlborn</author>
</properties>
<body>
<release version="1.1.14" date="2008-04-29">
<action dev="jahlborn" type="fix" issue="1924705">
Need to store auto-number values back into row so that indexes can be
updated correctly.
</action>
<action dev="jahlborn" type="fix" issue="1942330">
Access seems to limit data pages to a max of 255 rows.
</action>
<action dev="jahlborn" type="fix" issue="1564870">
Added experimental support for "large" indexes. The current support
is optional. It can be enabled via a variety of means, see the
Database javadoc for more details.
</action>
</release>
<release version="1.1.13" date="2008-03-21">
<action dev="jahlborn" type="fix" issue="1913775">
More fixes for index parsing. Believe index names are now correctly
matched up with indexes.
</action>
<action dev="jahlborn" type="update">
Simplify comparison algorithms for RowId and Index.Entry using type
attributes.
</action>
<action dev="jahlborn" type="fix" issue="1906160">
Expand the characters supported in index updates to all of the
ISO-8859-1 character set.
</action>
<action dev="jahlborn" type="fix">
Fix bug caused by sign extension when reading single-byte row numbers.
</action>
<action dev="jahlborn" type="update">
Modify Index update support so that it honors the "unique" and
"ignoreNulls" properties for the Index.
</action>
<action dev="jahlborn" type="update">
Add support for reading table relationships.
</action>
<action dev="jahlborn" type="fix">
Fix creation of tables with auto-number columns.
</action>
<action dev="jahlborn" type="fix" issue="1832723">
Completely fix problems with sporadic usage map corruption.
</action>
<action dev="jahlborn" type="update">
Add some soft buffer caching in various places to avoid excessive
buffer reallocation.
</action>
<action dev="jahlborn" type="add">
Add some builder-style utilities for table creation (ColumnBuilder,
TableBuilder).
</action>
</release>
<release version="1.1.12" date="2008-02-27">
<action dev="jahlborn" type="fix">
Resolve more edge cases around date handling.
</action>
<action dev="jahlborn" type="fix" issue="1899076">
Fix writing of large memo/ole fields. Apparently Access does not like
"inline" fields longer than 64 bytes.
</action>
<action dev="jahlborn" type="fix" issue="1898793">
Fix generation of security access control entries. Use userIds
already existing in the database file instead of hard-coded userIds,
if possible.
</action>
</release>
<release version="1.1.11" date="2008-01-20">
<action dev="jahlborn" type="fix">
Support reading inline usage maps with more than 512 pages.
</action>
<action dev="jahlborn" type="fix" issue="1832723">
Fix some problems with sporadic usage map corruption.
</action>
<action dev="jahlborn" type="update">
Move from cvs to subversion.
</action>
</release>
<release version="1.1.10" date="2007-12-26">
<action dev="jahlborn" type="add">
Add index based table traversal support to Cursor with optional
sub-range narrowing. Add position save/restore, row find, and a
variety of other features.
</action>
<action dev="jahlborn" type="add">
Move table iteration out of Table and into Cursor. First stage in
offering more complicated table access.
</action>
<action dev="jahlborn" type="fix" issue="1681954">
Update table row count correctly on row deletion or bulk row addition,
bug #1681954.
</action>
<action dev="jahlborn" type="update" issue="1565216">
Add experimental support for auto-number columns, feature request
#1565216.
</action>
<action dev="jahlborn" type="update">
Move project to maven2 and change project groupId to
com.healthmarketscience.jackcess.
</action>
</release>
<release version="1.1.9" date="2007-07-12">
<action dev="jahlborn" type="fix" issue="1675522">
Add support for writing large table definitions, bug #1675522.
</action>
<action dev="jahlborn" type="fix" issue="1748827">
Fix handling of usage maps for large tables, bug #1748827.
</action>
<action dev="jahlborn" type="fix" issue="1672071">
Fixed some edge cases for reading numeric columns, bug #1672071.
</action>
</release>
<release version="1.1.8" date="2007-02-13">
<action dev="jahlborn" type="update">
Additional info in DataType to support better type validation
(scale/precision range). Add "unit size" concept.
</action>
<action dev="jahlborn" type="update">
Add CLOB support in JDBC handling. Add general support for large
types (BLOB/CLOB).
</action>
<action dev="jahlborn" type="update">
Enhance Database.copyTable/importReader to allow for better control
over column definitions and row values through the ImportFilter.
Change default type translation to handle large and variable length
types better.
</action>
</release>
<release version="1.1.7" date="2006-10-02">
<action dev="jahlborn" type="update">
Refactored DataType class, cleaned up a lot of "custom" data type code
springled throughout the codebase.
</action>
<action dev="jahlborn" type="update">
Added sanity checking on table creation (check column/table properties
for validity).
</action>
<action dev="jahlborn" type="update">
Clean up index reading/writing of text columns, add support for more
characters
</action>
<action dev="jahlborn" type="update" issue="1563654">
Support reading 'compressed' indexes (fix 1563654)
</action>
<action dev="jahlborn" type="update">
Implement "overflow" row reading.
</action>
<action dev="jahlborn" type="fix">
Allow multi-page long value reading.
</action>
<action dev="jahlborn" type="update">
Implement multi-page long value writing.
</action>
<action dev="jahlborn" type="fix">
Fix decimal data type writing.
</action>
<action dev="jahlborn" type="update" issue="1545857">
Add support for opening files read-only (fix 1545857)
</action>
</release>
<release version="1.1.6" date="2006-08-07">
<action dev="jahlborn" type="fix" issue="1530312">
Handle more tables with more index slots than actual indexes (fix bug
1530312)
</action>
<action dev="jahlborn" type="fix" issue="1449812">
Clean up reading/writing 3-byte ints; long value length is 3-bytes
(fix bug 1449812)
</action>
<action dev="jahlborn" type="fix">
Fix handling of skipped rows
</action>
<action dev="jahlborn" type="fix" issue="1306970">
When reading multi-page table def, flip buffer before parsing (fix bug
1306970)
</action>
<action dev="jahlborn" type="update">
Treat table names as case insensitive; use stored table names when
instantiating tables
</action>
<action dev="jahlborn" type="update">
Make Database and Table Iterable
</action>
<action dev="jahlborn" type="fix">
Use uppercase names when adding text columns to indexes, which fixes
long standing problem with table names starting with lowercase
characters (and other situations where tables could not be opened in
Access). Remove hack which forced every table name to have uppercase
first character.
</action>
<action dev="jahlborn" type="update">
Clean up compressed text handling.
</action>
<action dev="jahlborn" type="update">
Implement reading multi-page long binary values
</action>
</release>
<release version="1.1.5" date="2006-07-25">
<action dev="jahlborn" type="update">
Add support for currency columns (thanks to James Schopp).
</action>
<action dev="jahlborn" type="fix">
Handle tables with no variable length columns correctly.
</action>
<action dev="jahlborn" type="fix">
Handle reading with deleted columns.
</action>
<action dev="jahlborn" type="update">
Read information on primary keys and include in Index.
</action>
<action dev="jahlborn" type="fix">
Fix some issues around reading indexes.
</action>
<action dev="jahlborn" type="update">
Add write support for numeric/GUID columns.
</action>
<action dev="javajedi" type="update">
Added getRowCount(), getName(), updated toString() on Table.
</action>
</release>
<release version="1.1.4" date="2006-6-15">
<action dev="jahlborn" type="fix">
Missing break in switch condition.
</action>
<action dev="jahlborn" type="fix">
Fixes
to reading/writing MEMO/OLE columns.
</action>
<action dev="jahlborn" type="update">
Made exceptions thrown when opening empty or nonexistent files more
specific.
</action>
<action dev="jahlborn" type="fix">
Apply patch from Jon Iles for handilng variable length columns.
</action>
<action dev="jahlborn" type="fix">
Apply patch from Jon Iles for handling dates.
</action>
<action dev="jahlborn" type="fix">
Apply patch from Jon Iles for reading GUIDs.
</action>
</release>
<release version="1.1.3" date="2006-2-16">
<action dev="jahlborn" type="fix">
Fix parsing of NUMERIC type.
</action>
<action dev="javajedi" type="fix">
Applied Jon Iles' patch to allow large table definitions to be read.
</action>
</release>
<release version="1.1.2" date="2005-8-26">
<action dev="javajedi" type="fix" issue="1273712">
Fixed bug where writing null values into fixed-width columns was
failing.
</action>
</release>
<release version="1.1.1" date="2005-8-20">
<action dev="javajedi" type="fix" issue="1261536">
Fixed bug in reading index count from table definition. Skip overflow
rows.
</action>
</release>
<release version="1.1" date="2005-8-12">
<action dev="javajedi" type="update">
JDK 1.5 upgrades
</action>
<action dev="javajedi" type="update">
Applied Mitchell Friedman's patch for support of additional JDBC data
types.
</action>
<action dev="javajedi" type="update">
Added support for deleted rows.
</action>
</release>
<release version="1.0" date="2005-4-7">
<action dev="javajedi" type="add">
Initial release
</action>
</release>
</body>
</document>
|