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 3.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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.5" date="2006-07-25">
  9. <action dev="jahlborn" type="update">
  10. Add support for currency columns (thanks to James Schopp).
  11. </action>
  12. <action dev="jahlborn" type="fix">
  13. Handle tables with no variable length columns correctly.
  14. </action>
  15. <action dev="jahlborn" type="fix">
  16. Handle reading with deleted columns.
  17. </action>
  18. <action dev="jahlborn" type="update">
  19. Read information on primary keys and include in Index.
  20. </action>
  21. <action dev="jahlborn" type="fix">
  22. Fix some issues around reading indexes.
  23. </action>
  24. <action dev="jahlborn" type="update">
  25. Add write support for numeric/GUID columns.
  26. </action>
  27. <action dev="javajedi" type="update">
  28. Added getRowCount(), getName(), updated toString() on Table.
  29. </action>
  30. </release>
  31. <release version="1.1.4" date="2006-6-15">
  32. <action dev="jahlborn" type="fix">
  33. Missing break in switch condition.
  34. </action>
  35. <action dev="jahlborn" type="fix">
  36. Fixes
  37. to reading/writing MEMO/OLE columns.
  38. </action>
  39. <action dev="jahlborn" type="update">
  40. Made exceptions thrown when opening empty or nonexistent files more
  41. specific.
  42. </action>
  43. <action dev="jahlborn" type="fix">
  44. Apply patch from Jon Iles for handilng variable length columns.
  45. </action>
  46. <action dev="jahlborn" type="fix">
  47. Apply patch from Jon Iles for handling dates.
  48. </action>
  49. <action dev="jahlborn" type="fix">
  50. Apply patch from Jon Iles for reading GUIDs.
  51. </action>
  52. </release>
  53. <release version="1.1.3" date="2006-2-16">
  54. <action dev="jahlborn" type="fix">
  55. Fix parsing of NUMERIC type.
  56. </action>
  57. <action dev="javajedi" type="fix">
  58. Applied Jon Iles' patch to allow large table definitions to be read.
  59. </action>
  60. </release>
  61. <release version="1.1.2" date="2005-8-26">
  62. <action dev="javajedi" type="fix" issue="1273712">
  63. Fixed bug where writing null values into fixed-width columns was
  64. failing.
  65. </action>
  66. </release>
  67. <release version="1.1.1" date="2005-8-20">
  68. <action dev="javajedi" type="fix" issue="1261536">
  69. Fixed bug in reading index count from table definition. Skip overflow
  70. rows.
  71. </action>
  72. </release>
  73. <release version="1.1" date="2005-8-12">
  74. <action dev="javajedi" type="update">
  75. JDK 1.5 upgrades
  76. </action>
  77. <action dev="javajedi" type="update">
  78. Applied Mitchell Friedman's patch for support of additional JDBC data
  79. types.
  80. </action>
  81. <action dev="javajedi" type="update">
  82. Added support for deleted rows.
  83. </action>
  84. </release>
  85. <release version="1.0" date="2005-4-7">
  86. <action dev="javajedi" type="add">
  87. Initial release
  88. </action>
  89. </release>
  90. </body>
  91. </document>