414 Commits (5d0700b9360399802bf929a0b7b845cb6bb73813)

Author SHA1 Message Date
Juergen Hoeller 0bc01fcd55 Polishing 7 years ago
Johnny Lim 8dd0974e2f Rename SingleColumnRowMapperTest to align with the other tests 7 years ago
Juergen Hoeller 9a722b4558 Pass type name into PreparedStatement.setNull in case of Types.OTHER 7 years ago
nkjackzhang 82cb5dbf2b NamedParameterUtils.parseSqlStatement should parse :{x} style parameter correctly 7 years ago
Juergen Hoeller b2d87abcbb Polishing 7 years ago
Juergen Hoeller e3d0ef6015 Use Map.forEach instead of manual Map.Entry iteration wherever possible 7 years ago
Juergen Hoeller c441d60d1d Upgrade to Kotlin 1.2.31 and RxJava 2.1.12 7 years ago
Juergen Hoeller 702b27e1e4 Polishing 7 years ago
Juergen Hoeller 2c7efbb9d0 Deprecate TableMetaDataContext.getSimulationQueryForGetGeneratedKey 7 years ago
Juergen Hoeller b7c423813d CallMetaDataContext handles 'procedureColumnResult' as return parameter 7 years ago
Juergen Hoeller 4fef1fe820 Polishing 7 years ago
igor-suhorukov 2f9d0a7de8 simplify boolean NOT operation 7 years ago
igor-suhorukov 32b689a994 use StringBuilder for complex string concatenation 7 years ago
igor-suhorukov 407ecf7334 to get rid of "magic" time constants 7 years ago
Juergen Hoeller 50253f670e Quick access to volatile field (full synchronization only for lazy init) 7 years ago
Juergen Hoeller 139dc1d373 Polishing (collapsed if checks, consistent downcasts, refined javadoc) 7 years ago
igor-suhorukov 0f7485b01d Polish: reorder the modifiers to comply with the Java Language Specification. 7 years ago
Juergen Hoeller 20287e0cb0 Polishing 7 years ago
Juergen Hoeller 82515a3f01 Consistent incrementer arrangement for PostgreSQL, DB2 and SAP HANA 7 years ago
Juergen Hoeller 4a4f2c2f08 Drop version check in isGetGeneratedKeysSimulated (for PostgreSQL 10) 7 years ago
igor-suhorukov 49fd724d8f Polish: String function use should be optimized for single characters 7 years ago
Juergen Hoeller 3732032ee4 Customizable PreparedStatementCreator in NamedParameterJdbcTemplate 7 years ago
igor-suhorukov c782075a13 Polish: Array designators "[]" should be on the type, not the variable 7 years ago
Juergen Hoeller a5cbf5fe24 Consistent use of Collection.toArray with zero-sized array argument 7 years ago
Juergen Hoeller d7cab23e6d Consistent use of StringUtils.toStringArray 7 years ago
Juergen Hoeller 8d3264f680 Prefer List.sort(Comparator) over Collections.sort(List, Comparator) 7 years ago
Juergen Hoeller 3b810f3544 Consistent Class array vs vararg declarations (and related polishing) 7 years ago
Juergen Hoeller 766e6028d7 Defensively handle DatabaseMetaData.getConnection() returning null 7 years ago
Kazuki Shimizu 8c623c8a42 Supports ConversionService on SingleColumnRowMapper 7 years ago
igor-suhorukov 0ee505b73e Polish: assertion arguments should be passed in the correct order, 7 years ago
igor-suhorukov 9a6fbf59c5 Polish: follow name convention - make immutable fields final 7 years ago
Juergen Hoeller fc93f99f53 Relaxed procedure existence check on Oracle (for non-exposed synonyms) 7 years ago
Stephane Nicoll 991eb4858e Update copyright header 7 years ago
igor-suhorukov e381514b07 Collection.isEmpty() should be used to test for emptiness 7 years ago
Juergen Hoeller ac7a699356 NamedParameterUtils.isParameterSeparator checks for non-ASCII characters 7 years ago
Johnny Lim df3241e072 Polish SqlParameter.sqlTypesToAnonymousParameterList() 7 years ago
Juergen Hoeller 9d0e62ef68 Javadoc format and related polishing 7 years ago
Juergen Hoeller 572c668726 Polishing 7 years ago
Juergen Hoeller 44fd2d96cc Restore original separator set (but keep new isParameterSeparator impl) 7 years ago
Philippe Marschall 91e39d558f Use ArrayList instead of LinkedList for known size 7 years ago
Juergen Hoeller c8bdb3c602 Polishing 7 years ago
Juergen Hoeller e43439c6c3 SqlParameterSource interface exposes parameter names 7 years ago
Juergen Hoeller b2322e58d9 Support for PostgreSQL array syntax 7 years ago
Christoph Dreis 260ebeca3a Improve performance of some string operations 7 years ago
Juergen Hoeller b55a2631ba NamedParameterJdbcTemplate provides accessor for classic JdbcTemplate 7 years ago
Juergen Hoeller b1c657fa4b Consistent nullability in DataAccessUtils through nullableSingleResult 7 years ago
sdeleuze 9f1d8517ba Polish Kotlin source code style 7 years ago
Juergen Hoeller a8b48848b9 SqlParameterSourceUtils.createBatch with Collection support 7 years ago
benoit 667e0341fa Improve memory allocations when substituting named parameters. 7 years ago
Juergen Hoeller db050ac38c Polishing 7 years ago