Juergen Hoeller
377780a3c7
Polishing
...
(cherry picked from commit ade139f )
10 years ago
Juergen Hoeller
0d6dc5760c
Test for multi-character delimiter
...
Issue: SPR-14808
(cherry picked from commit 5578a2e )
10 years ago
Juergen Hoeller
2adbfb6d02
Avoid getParameterType use with Oracle 12c driver by default
...
Issue: SPR-14629
Issue: SPR-14574
Issue: SPR-14191
(cherry picked from commit 52447ef )
10 years ago
Juergen Hoeller
de91b1a8a0
Polishing
...
(cherry picked from commit b9a2d0a )
10 years ago
Juergen Hoeller
22ca7ac927
Polishing
...
(cherry picked from commit c926ec4 )
10 years ago
Juergen Hoeller
7b33cd6476
Polishing
...
(cherry picked from commit 67ba187 )
10 years ago
Juergen Hoeller
b5127dc152
Polishing
10 years ago
Juergen Hoeller
392f9c8deb
Javadoc fixes and pruning of deprecated references
...
(cherry picked from commit 69dd40e )
10 years ago
Juergen Hoeller
0445ce6c53
Polishing (backported from master)
...
(cherry picked from commit 92d78c1 )
10 years ago
Juergen Hoeller
f36070b560
Polishing
...
(cherry picked from commit 521c41d )
10 years ago
Juergen Hoeller
3829a77894
Polishing
...
(cherry picked from commit 74608e6 )
10 years ago
Juergen Hoeller
b7890ca28e
Consistent license header
...
(cherry picked from commit 537193a )
10 years ago
Juergen Hoeller
6b0f26c335
StatementCreatorUtils handles Types.BOOLEAN through PreparedStatement.setBoolean
...
Issue: SPR-14116
(cherry picked from commit 797f5db )
10 years ago
Juergen Hoeller
0891fbaf97
Consistent formatting
10 years ago
Juergen Hoeller
167ba8387a
ScriptUtils.executeSqlScript logs SQLWarnings at debug level
...
Issue: SPR-13959
(cherry picked from commit 9235345 )
10 years ago
Juergen Hoeller
e1bdf5577e
StatementCreatorUtils always tries getParameterType on Oracle 12c driver
...
Issue: SPR-13825
(cherry picked from commit e48ec4f )
10 years ago
Juergen Hoeller
78dad4cfc3
Jdbc4SqlXmlHandler returns null as documented (instead of throwing NPE)
...
Issue: SPR-13782
10 years ago
Juergen Hoeller
11806b9215
Class identity comparisons wherever possible (and further polishing)
...
Issue: SPR-12926
10 years ago
Juergen Hoeller
d2ad2c3af8
StatementCreatorUtils detects Microsoft SQL Server driver 4.0 as well
...
Issue: SPR-13772
10 years ago
Juergen Hoeller
e8a0ef0206
Polishing
11 years ago
Juergen Hoeller
cc06183668
SimpleJdbcCall reliably throws exception on missing stored procedure
...
Issue: SPR-13669
11 years ago
Juergen Hoeller
cca037a74d
Polishing
11 years ago
Juergen Hoeller
6685c78cea
Avoid NPE for anonymous SqlParameter in CallMetaDataContext
...
Issue: SPR-13628
11 years ago
Juergen Hoeller
81342f14d4
Declared JDBC operation compiled flag as volatile
...
Issue: SPR-13617
11 years ago
Juergen Hoeller
11d1f050e9
NamedParameterUtils skips Postgres-style ?? operator
...
Issue: SPR-13582
11 years ago
Tobias Stoeckmann
ed4197febb
Fix typo
...
Closes gh-887
11 years ago
Sam Brannen
d5ee787e1e
Migrate JUnit 3 tests to JUnit 4
...
This commit migrates all remaining tests from JUnit 3 to JUnit 4, with
the exception of Spring's legacy JUnit 3.8 based testing framework that
is still in use in the spring-orm module.
Issue: SPR-13514
11 years ago
Juergen Hoeller
b23c23279b
AbstractEmbeddedDatabaseConfigurer explicitly closes JDBC Connection on shutdown
...
Issue: SPR-13474
11 years ago
Sam Brannen
8af0151f1b
Suppress recent deprecation warnings in tests
11 years ago
Sam Brannen
abc805819f
Polish Javadoc for EmbeddedDatabaseBuilder
11 years ago
Juergen Hoeller
5e43f9b88f
Deprecate Commons DBCP 1.x support along with Commons Pool 1.x
...
Issue: SPR-12532
11 years ago
Juergen Hoeller
5f3559fbad
Call statement support for SAP HANA
...
Issue: SPR-13381
11 years ago
Juergen Hoeller
35e1eca9e8
BeanPropertyRowMapper logs in case of no corresponding property as well
...
Issue: SPR-13323
11 years ago
Sam Brannen
a43d78ea55
Suppress warnings in tests in spring-jdbc
11 years ago
Sam Brannen
9ab4062317
Clean up warnings in tests in spring-jdbc
11 years ago
Sam Brannen
d54aab2338
Log connection URL for embedded databases
...
Prior to this commit, EmbeddedDatabaseFactory logged the name of an
embedded database just before it was created; however, the name alone
is not sufficient for connecting to the database via external tools
such as the H2 Web Console.
This commit updates EmbeddedDatabaseFactory to make it easier to
connect to embedded databases via external tools by logging the
complete connection URL for an embedded database as it's being created.
In addition, EmbeddedDatabaseFactory now logs when an embedded database
is being shut down.
Issue: SPR-13370
11 years ago
Sam Brannen
2025d5c35e
Polish Javadoc and log messages for embedded databases
11 years ago
Kazuki Shimizu
93919204a1
Add missing @since tag
...
Issue: SPR-12801
11 years ago
Juergen Hoeller
e0f012f32d
Removal of redundant JdkVersion checks in the test suite
...
Issue: SPR-13312
11 years ago
Juergen Hoeller
bec3b0fa1a
Deprecate JdkVersion (for optimistic compatibility with newer JDK generations)
...
Issue: SPR-13312
11 years ago
Juergen Hoeller
edd6e76b9f
Polishing
11 years ago
Juergen Hoeller
2934256257
Polishing
11 years ago
ndebeiss
629bcb6599
Support single quotes nested in double quotes in SQL scripts
...
Some databases such as Oracle permit double quoted column aliases that
contain case-sensitive characters, single quotes, and other special
characters; however, prior to this commit, SqlScripts interpreted a
single quote nested within double quotes as the start of a string
literal resulting in improper parsing.
This commit addresses this issue by ensuring that double quoted strings
such as column aliases are properly parsed even when containing single
quotes.
Issue: SPR-13218
11 years ago
Juergen Hoeller
e0329306df
JdbcTemplate's queryForObject allows for specifying primitive types as well
...
Issue: SPR-13220
11 years ago
Juergen Hoeller
41b58584ea
BeanPropertyRowMapper uses US locale for lower-case conversion by default
...
Issue: SPR-13216
11 years ago
Sam Brannen
6c530b7bfb
Delete trailing whitespace in XML files
11 years ago
Juergen Hoeller
b4095c3e1d
Class identity comparisons wherever possible
...
Issue: SPR-12926
11 years ago
Stephane Nicoll
8dec8823fb
Allow parameter name binding for SimpleJdbcCall
...
Update SimpleJdbcCall to offer a way to use named parameters binding
instead of the simple `?` binding it offers thus far.
Issue: SPR-12801
11 years ago
Juergen Hoeller
00147379f9
Polishing
...
(cherry picked from commit 9e925aa )
11 years ago
Sam Brannen
4f8ef80342
Update doc for resultsMapCaseInsensitive flag in JdbcTemplate
...
Issue: SPR-12979
11 years ago