Spring Framework 2.5.5 Changelog
upgraded to Hibernate 3.3.0 (while retaining compatibility with Hibernate 3.1/3.2) * upgraded to iBATIS SQL Maps 2.3.2 (while retaining compatibility with iBATIS 2.3.0) Package org.springframework.aop * added integer/decimal SQL types by default now (e.g. TINYINT, BIGINT, DOUBLE) * introduced SqlXmlHandler abstraction (for the XML support in the Advanced Pack for Oracle Database) * added further SQL error code code mapping for MS SQL Server Package org.springframework.jms * SingleConnectionFactory and TransactionAwareConnectionFactoryProxy use JMS API ClassLoader for proxy generation * JmsTemplate properly allows0 码力 | 101 页 | 291.00 KB | 1 年前3Spring Framework 2.5.6 Changelog
SQLErrorCodesFactory always loads its "sql-error-codes.xml" files from Spring's class loader (-> static singleton) * added "transientDataAccessResourceCodes" category to "sql-error-codes.xml", with default SQLStateSQLExceptionTranslator returns TransientDataAccessResourceException for well-known vendor-specific SQL states * factored out AbstractFallbackSQLExceptionTranslator base class for consistent "fallbackTranslator" statement caching) * JdbcTemplate passes full Calendar argument to JDBC driver even in case of no SQL type specified * JdbcTemplate does not call the costly "Statement.getWarnings()" unless ignoreWarnings=false0 码力 | 106 页 | 302.13 KB | 1 年前3Spring Framework 2.5.6 Changelog
SQLErrorCodesFactory always loads its "sql-error-codes.xml" files from Spring's class loader (-> static singleton) * added "transientDataAccessResourceCodes" category to "sql-error-codes.xml", with default SQLStateSQLExceptionTranslator returns TransientDataAccessResourceException for well-known vendor-specific SQL states * factored out AbstractFallbackSQLExceptionTranslator base class for consistent "fallbackTranslator" statement caching) * JdbcTemplate passes full Calendar argument to JDBC driver even in case of no SQL type specified * JdbcTemplate does not call the costly "Statement.getWarnings()" unless ignoreWarnings=false0 码力 | 106 页 | 305.07 KB | 1 年前3Spring Framework 2.5.3 Changelog
translation for IBM DB2 and MS SQL to operate on error codes first, just falling back to SQL state * added MySQL NDB error codes and further DB2 error codes to default "sql-error- codes.xml" file * factored SQLErrorCodesSQLExceptionTranslator falls back to SQL state translation for IBM DB2 and MS SQL by default * added further default "sql-error-codes.xml" mappings for MS SQL, MySQL, PostgreSQL and Oracle * DatabaseStartupValidator thread interruption * JdbcTemplate falls back to type VARCHAR for a null value in case of an unknown SQL type specified against IBM DB2 * JdbcTemplate uses "PreparedStatement.setString" in case of LONGVARCHAR0 码力 | 95 页 | 274.89 KB | 1 年前3Spring Framework 2.5.4 Changelog
translation for IBM DB2 and MS SQL to operate on error codes first, just falling back to SQL state * added MySQL NDB error codes and further DB2 error codes to default "sql-error- codes.xml" file * factored SQLErrorCodesSQLExceptionTranslator falls back to SQL state translation for IBM DB2 and MS SQL by default * added further default "sql-error-codes.xml" mappings for MS SQL, MySQL, PostgreSQL and Oracle * DatabaseStartupValidator thread interruption * JdbcTemplate falls back to type VARCHAR for a null value in case of an unknown SQL type specified against IBM DB2 * JdbcTemplate uses "PreparedStatement.setString" in case of LONGVARCHAR0 码力 | 97 页 | 278.81 KB | 1 年前3Spring Framework 2.5.2 Changelog
SQLErrorCodesSQLExceptionTranslator falls back to SQL state translation for IBM DB2 and MS SQL by default * added further default "sql-error-codes.xml" mappings for MS SQL, MySQL, PostgreSQL and Oracle * DatabaseStartupValidator thread interruption * JdbcTemplate falls back to type VARCHAR for a null value in case of an unknown SQL type specified against IBM DB2 * JdbcTemplate uses "PreparedStatement.setString" in case of LONGVARCHAR method to specify the required type only once * BeanPropertySqlParameterSource derives a default SQL type from the corresponding property type (for typed null values) Package org.springframework.jms0 码力 | 91 页 | 260.30 KB | 1 年前3Spring Framework 2.0.0 Changelog
springframework.jdbc * JdbcTemplate uses "PreparedStatement.setObject(index, null)" for null values with unknown SQL type on Informix * turned visibility of "org.springframework.jdbc.core.StatementCreatorUtils" to public edStatementSetter base class, with single "setValuesIfAvailable" callback method * added default SQL error codes for the Apache Derby database Package org.springframework.jms * SingleConnectionFactory's PersistenceExceptionTranslationAdvisor Package org.springframework.jdbc * worked around "oracle.sql.DATE" problem on certain Oracle driver versions, extracting it as timestamp when appropriate * check0 码力 | 33 页 | 91.32 KB | 1 年前3Spring Framework 2.0.1 Changelog
timeout outside of a transaction * removed bind parameter check from SqlOperation, not parsing the SQL anymore at all (relying on JDBC driver instead) Package org.springframework.jms * reimplemented JMSException springframework.jdbc * JdbcTemplate uses "PreparedStatement.setObject(index, null)" for null values with unknown SQL type on Informix * turned visibility of "org.springframework.jdbc.core.StatementCreatorUtils" to public edStatementSetter base class, with single "setValuesIfAvailable" callback method * added default SQL error codes for the Apache Derby database Package org.springframework.jms * SingleConnectionFactory's0 码力 | 37 页 | 103.65 KB | 1 年前3Spring Framework 2.0.2 Changelog
timeout outside of a transaction * removed bind parameter check from SqlOperation, not parsing the SQL anymore at all (relying on JDBC driver instead) Package org.springframework.jms * reimplemented JMSException springframework.jdbc * JdbcTemplate uses "PreparedStatement.setObject(index, null)" for null values with unknown SQL type on Informix * turned visibility of "org.springframework.jdbc.core.StatementCreatorUtils" to public edStatementSetter base class, with single "setValuesIfAvailable" callback method * added default SQL error codes for the Apache Derby database Package org.springframework.jms * SingleConnectionFactory's0 码力 | 41 页 | 115.44 KB | 1 年前3Spring Framework 2.0.3 Changelog
timeout outside of a transaction * removed bind parameter check from SqlOperation, not parsing the SQL anymore at all (relying on JDBC driver instead) Package org.springframework.jms * reimplemented JMSException springframework.jdbc * JdbcTemplate uses "PreparedStatement.setObject(index, null)" for null values with unknown SQL type on Informix * turned visibility of "org.springframework.jdbc.core.StatementCreatorUtils" to public edStatementSetter base class, with single "setValuesIfAvailable" callback method * added default SQL error codes for the Apache Derby database Package org.springframework.jms * SingleConnectionFactory's0 码力 | 49 页 | 138.10 KB | 1 年前3
共 64 条
- 1
- 2
- 3
- 4
- 5
- 6
- 7