Thomas Risberg
|
e5b553c16a
|
Fixed SimpleJdbcInsert to use SQL type info for all insert operations
|
16 years ago |
Christian Dupuis
|
b23071280f
|
added missing license header
|
16 years ago |
Christian Dupuis
|
6cc33fc609
|
added spring.tooling descriptor and images for all namespaces
|
16 years ago |
Keith Donald
|
b9aa82a0c4
|
removed @since 3.0--no point if its not consistent and whole package is 3.0 anyway
|
16 years ago |
Sam Brannen
|
a07b890934
|
Fixed typos; Class --> Class<?>; and both constructors are now private.
|
16 years ago |
Sam Brannen
|
1b79fffaee
|
Polishing
|
16 years ago |
Juergen Hoeller
|
6964633909
|
reflective loading of driver classes
|
16 years ago |
Keith Donald
|
0cc3542aed
|
applied joris's no derby log patch
|
16 years ago |
Keith Donald
|
c5cc75693d
|
Added to docs
|
16 years ago |
Keith Donald
|
e54519d02e
|
made package private
|
16 years ago |
Keith Donald
|
c6c0dd555b
|
removed unused imports
|
16 years ago |
Keith Donald
|
f3ae7bd961
|
applied Joris's patch to shutdown Embedded Derby DB; adjusted manifest template to restrict derby version range from 10.5.1. to 10.6
|
16 years ago |
Keith Donald
|
3c0cbac2fc
|
added derby to manifest
|
16 years ago |
Keith Donald
|
a12ffa5c4c
|
removed @Override
|
16 years ago |
Keith Donald
|
eee52f8804
|
derby embedded db support initial commit; shutdown use case needs work
|
16 years ago |
Juergen Hoeller
|
0471d5d3ea
|
removed outdated imports
|
16 years ago |
Juergen Hoeller
|
59101c096f
|
replaced Commons Collections dependency with Spring-provided LinkedCaseInsensitiveMap; revised CollectionFactory and Spring Map implementations for consistency
|
16 years ago |
Thomas Risberg
|
df8219d56e
|
fixed typo and JavaDocs
|
16 years ago |
Thomas Risberg
|
c55569b51e
|
relaxed parameter type from ParameterizedRowMapper<T> to RowMapper<T>
|
16 years ago |
Juergen Hoeller
|
bbd69da37f
|
updated all Spring Framework OSGI manifests to list unversioned imports explicitly; relaxed several OSGi bundle dependencies to optional and extended version ranges
|
16 years ago |
Thomas Risberg
|
800af734d9
|
added -1218 to the transientDataAccessResourceCodes for DB2 (SPR-5296)
|
16 years ago |
Keith Donald
|
be725ca4c6
|
polish
|
16 years ago |
Keith Donald
|
aca047d5df
|
polish
|
16 years ago |
Keith Donald
|
96629c7dc5
|
h2 embedded db support; updated formatting conventions not to auto-format javadoc; added hsqldb and h2 to jdbc maven pom as optional deps
|
16 years ago |
Keith Donald
|
6cec37ac7f
|
spring-jdbc xsd initial commit; includes embedded-database tag
|
16 years ago |
Sam Brannen
|
7a0f82029a
|
Corrected typos
|
16 years ago |
Keith Donald
|
4bfcd16130
|
polish
|
16 years ago |
Keith Donald
|
6771a22988
|
polish
|
16 years ago |
Keith Donald
|
c25760f5db
|
polish
|
16 years ago |
Keith Donald
|
f64dcd379e
|
polish
|
16 years ago |
Keith Donald
|
567dd1eefb
|
package
|
16 years ago |
Keith Donald
|
442e7343d6
|
polish
|
16 years ago |
Keith Donald
|
bc9ad5685d
|
eliminated dependency on jdbc core
|
16 years ago |
Keith Donald
|
37e1333a41
|
polish
|
16 years ago |
Keith Donald
|
3a457dcec9
|
embedded database factory bean
|
16 years ago |
Keith Donald
|
d896a53ca8
|
polish
|
16 years ago |
Keith Donald
|
adcbe27852
|
added pre destroy
|
16 years ago |
Keith Donald
|
e783211f88
|
polish
|
16 years ago |
Keith Donald
|
ec463a32ba
|
added DataSourceFactory strategy; promoted EmbeddedDatabaseConfigurer strategy to public API; added ability to add any number of SQL scripts for db population
|
16 years ago |
Keith Donald
|
b1000cd5c6
|
embedded
|
16 years ago |
Keith Donald
|
2e45a19be3
|
embedded database support initial commit; moved from spring-test; ResourceDatabasePopulator duplicate code with test.jdbc package that needs review
|
16 years ago |
Thomas Risberg
|
8aface8e5d
|
fixed JavaDoc
|
16 years ago |
Mark Pollack
|
362629d03b
|
Change version from 3.0.0.M3 to 3.0.0.BUILD-SNAPSHOT (again)
|
16 years ago |
Mark Pollack
|
8f76197485
|
Change version from 3.0.0.M3 to 3.0.0.BUILD-SNAPSHOT
|
16 years ago |
Mark Pollack
|
351fba1a04
|
POM maintenance
Place parent pom in publicly accessible directory (org.sf.spring-parent).
Create a component list pom in org.sf.spring-library.
|
16 years ago |
Thomas Risberg
|
93c56f19df
|
added a config property to control defaulting of primitive property when receiving null value from result (SPR-5588)
|
16 years ago |
Thomas Risberg
|
4dc4ce3275
|
changed MapSqlParameterSource to SqlParameterSource in executeFunction and executeObject methods for SimpleJdbcCall (SPR-5570)
|
16 years ago |
Thomas Risberg
|
360434d0d1
|
defaulting primitive property when receiving null value from result in BeanPropertyRowMapper (SPR-5588)
|
16 years ago |
Mark Pollack
|
0152d8d21d
|
SPR-5385, SPR-5301 - initial pass completed of POMs for maven central repository upload. N.B. Can not build spring with these POMs.
Cleanup remains to meet maven central metadata requirements
|
16 years ago |
Thomas Risberg
|
9b1edea8a0
|
added tests for custom SQLException translation, polished (SPR-4899)
|
16 years ago |