You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

changes.xml 13KB

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