[EoDsql-users] Version 2.0-beta
Status: Beta
Brought to you by:
lemnik
|
From: Jason M. <le...@gm...> - 2008-08-12 14:42:30
|
Hi all Just a quick note to say that version 2.0-beta is out the door and on the site: https://eodsql.dev.java.net/servlets/ProjectDocumentList?folderID=9643&expandFolder=9643 Changes and fixes include: * ConnectedDataSet's disconnect method now caches the size to avoid SQLExceptions * ConnectedDataSet's Iterator implementation now works as expected when the DataSet has been disconnected * ConnectedDataSet will now throw IndexOutOfBoundsExceptions as expected in the get method * DefaultDataObjectBindings now handle loose bindings correctly (columns were getting mixed up) * There should be fewer NullPointerExceptions due to ResultSetWrappers not being avaible for unknown types (there will be InvalidDataTypeExceptions instead) * QueryTool.select is now working again, and includes a new variant that uses a Connection instead of a DataSource. * Fixed the Accessibility structure so that private / protected / package-protected methods fields and constructors can be used * Fixed an infinite loop in the QueryFactoryChain when creating Queries were created with DataSource's * The ArrayWrapper was broken if the ResultSet had no rows in it (failed with an Exception) * Fixed NullPointerExceptions in the default TypeMapper implementations * Added "char" and "Character" as default primitive types * The Java primitive TypeMappers (short, int, long, boolean, etc.) now use valueOf instead of new There's a good chance you want to go download it! :) Have fun. Jason. |