Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

changes.xml 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <document>
  2. <properties>
  3. <title>Release notes</title>
  4. <author email="tmccune@healthmarketscience.com">Tim McCune</author>
  5. </properties>
  6. <body>
  7. <release version="1.1.3" date="2006-2-16">
  8. <action dev="jahlborn" type="fix">
  9. Fix parsing of NUMERIC type.
  10. </action>
  11. <action dev="tmccune" type="fix">
  12. Applied Jon Iles' patch to allow large table definitions to be read.
  13. </action>
  14. </release>
  15. <release version="1.1.2" date="2005-8-26">
  16. <action dev="tmccune" type="fix" issue="1273712">
  17. Fixed bug where writing null values into fixed-width columns was failing.
  18. </action>
  19. </release>
  20. <release version="1.1.1" date="2005-8-20">
  21. <action dev="tmccune" type="fix" issue="1261536">
  22. Fixed bug in reading index count from table definition. Skip overflow rows.
  23. </action>
  24. </release>
  25. <release version="1.1" date="2005-8-12">
  26. <action dev="tmccune" type="update">
  27. JDK 1.5 upgrades
  28. </action>
  29. <action dev="tmccune" type="update">
  30. Applied Mitchell Friedman's patch for support of additional JDBC data types.
  31. </action>
  32. <action dev="tmccune" type="update">
  33. Added support for deleted rows.
  34. </action>
  35. </release>
  36. <release version="1.0" date="2005-4-7">
  37. <action dev="tmccune" type="add">
  38. Initial release
  39. </action>
  40. </release>
  41. </body>
  42. </document>