|
From: <tho...@tr...> - 2004-04-07 14:47:32
|
My changes for 1.0.1 are ready to go: Package org.springframework.jdbc.object * added method setSqlReadyForUse to StoredProcedure for indicating that the sql should be used as provided, no need to add parameter placeholders Package org.springframework.jdbc.support * changed SQLErrorCodesFactory, it now caches database product name in a Map based on hashCode from DataSource to avoid unnecessary meta data lookups * added an extractDatabaseMetaData method to JdbcUtils. This change also adds an interface named DatabaseMetaDataCallBackHandler that must be used for this method How do we want to proceed for 1.0.2 and 1.1. Should we just add new features and release what is stable for 1.0.2 or do we want to limit 1.0.2 to strictly bug fixes and hold on to any enhancements until 1.1? Thomas |