David Syer
|
e4d8651aa9
|
RESOLVED - issue SPR-6668: Small Connection leak in DataSourceInitializer
http://jira.springframework.org/browse/SPR-6668
|
16 years ago |
David Syer
|
17887d24a1
|
RESOLVED - issue SPR-6365: spring-jdbc.xsd script element claims resource patterns can be used for any SQL resource location but this is only supported for initialize-database tag
Grr: classpath*: again...
|
16 years ago |
David Syer
|
7519162e65
|
RESOLVED - issue SPR-6365: spring-jdbc.xsd script element claims resource patterns can be used for any SQL resource location but this is only supported for initialize-database tag
Added resource pattern feature to embedded datasource XML parser.
|
16 years ago |
Keith Donald
|
3f65721ba8
|
removed new EmbeddedDatabaeBuilder methods that don't seem very useful for embedded scenarios; javadoc polishing
|
16 years ago |
David Syer
|
35472300ae
|
OPEN - issue SPR-6346: NoSuchMethodException in DerbyEmbeddedDatabaseConfigurer
Added derby test case to EmbeddedDatabaseBuilderTests
|
16 years ago |
David Syer
|
534f8a4705
|
RESOLVED - issue SPR-6345: ResourceDatabasePopulator does not handle comments properly when ignoring failures
http://jira.springframework.org/browse/SPR-6345
|
16 years ago |
Keith Donald
|
2e4fa28ca6
|
removed embedded databases factory in favor of new useDefaultScripts builder method
|
16 years ago |
Keith Donald
|
f1d012bffa
|
embeddedd databases convenience factory; builder polishing
|
16 years ago |
David Syer
|
14e7b46163
|
RESOLVED - issue SPR-5917: fixed classpath pattern for ANT
|
16 years ago |
David Syer
|
e9a37e4400
|
RESOLVED - issue SPR-5917: DataSourceInitializer and namespace support for creating and populating databases
Moved classes but not resources (fixed)
|
16 years ago |
David Syer
|
747f71f9d2
|
RESOLVED - issue SPR-5917: DataSourceInitializer and namespace support for creating and populating databases
Tweak initializer to allow placeholders for script locations
|
16 years ago |
David Syer
|
0db68e1b57
|
RESOLVED - issue SPR-5917: DataSourceInitializer and namespace support for creating and populating databases
Moved populator to init package and added namespace features
|
16 years ago |
Juergen Hoeller
|
e56aa91bd7
|
"data.sql" instead of "test-data.sql" (SPR-6020)
|
17 years ago |
Juergen Hoeller
|
773bdcded5
|
changed NamedParameter/SimpleJdbcOperations parameter signatures to accept any Map value type (SPR-6046)
|
17 years ago |
Mark Pollack
|
97e3b5ca8c
|
SPR-5976 - Upgrade POMS to JUnit 4.6
|
17 years ago |
Thomas Risberg
|
f4e75deb0a
|
added some additional tests (SPR-3322, SPR-5162)
|
17 years ago |
Thomas Risberg
|
8079262705
|
Updated BeanPropertyRowMapper to remove spaces from column names to improve matching to properties (SPR-5758)
|
17 years ago |
Thomas Risberg
|
fbd0be2d65
|
added convenience execute method that takes vararg of objects in the order of the parameters plus the corresponding executeFunction/executeObject methods (SPR-4739)
|
17 years ago |
Thomas Risberg
|
7c053127dd
|
added convenience method that takes vararg of objects in the order of the declared parameters (SPR-5696)
|
17 years ago |
Thomas Risberg
|
4105957596
|
added batchUpdate methods to NamedParameterJdbcTemplate (SPR-3322)
|
17 years ago |
Keith Donald
|
c6c0dd555b
|
removed unused imports
|
17 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
|
17 years ago |
Keith Donald
|
eee52f8804
|
derby embedded db support initial commit; shutdown use case needs work
|
17 years ago |
Juergen Hoeller
|
59101c096f
|
replaced Commons Collections dependency with Spring-provided LinkedCaseInsensitiveMap; revised CollectionFactory and Spring Map implementations for consistency
|
17 years ago |
Keith Donald
|
be725ca4c6
|
polish
|
17 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
|
17 years ago |
Keith Donald
|
6cec37ac7f
|
spring-jdbc xsd initial commit; includes embedded-database tag
|
17 years ago |
Keith Donald
|
4bfcd16130
|
polish
|
17 years ago |
Keith Donald
|
bc9ad5685d
|
eliminated dependency on jdbc core
|
17 years ago |
Keith Donald
|
37e1333a41
|
polish
|
17 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
|
17 years ago |
Keith Donald
|
2e45a19be3
|
embedded database support initial commit; moved from spring-test; ResourceDatabasePopulator duplicate code with test.jdbc package that needs review
|
17 years ago |
Thomas Risberg
|
93c56f19df
|
added a config property to control defaulting of primitive property when receiving null value from result (SPR-5588)
|
17 years ago |
Thomas Risberg
|
9b1edea8a0
|
added tests for custom SQLException translation, polished (SPR-4899)
|
17 years ago |
Thomas Risberg
|
943e359c4a
|
switched tests to use JUnit4
|
17 years ago |
Thomas Risberg
|
7ccb0b6e66
|
added a concrete GenericSqlQuery class to make it possible to configure in application context (SPR-3986)
|
17 years ago |
Thomas Risberg
|
4145c299ef
|
fixed missing tabs in application context file (SPR-3987)
|
17 years ago |
Thomas Risberg
|
2855e5c086
|
moved the application context file to correct directory (SPR-3987)
|
17 years ago |
Thomas Risberg
|
8fdc57ecbd
|
added a concrete GenericStoredProcedure class to make it possible to configure using application context (SPR-3987)
|
17 years ago |
Thomas Risberg
|
a0139abf1e
|
added a DuplicatKeyException catagory for SQLException translation (SPR-5125)
|
17 years ago |
Juergen Hoeller
|
4cc42bf16f
|
added "flush()" method to TransactionStatus and TransactionSynchronization interfaces; test context manager automatically flushes transactions before rolling back; general polishing of transaction management code
|
17 years ago |
Chris Beams
|
ed27e04a0d
|
moving unit tests from .testsuite -> .jdbc
|
17 years ago |
Arjen Poutsma
|
97e1cdd5fc
|
Moved tests from testsuite to jdbc
|
17 years ago |
Arjen Poutsma
|
6c4941bbc5
|
Moved tests from testsuite to jdbc
|
17 years ago |
Arjen Poutsma
|
a02ee196b5
|
Moved tests from testsuite to jdbc
|
17 years ago |
Arjen Poutsma
|
b090bb9bda
|
Moved tests from testsuite to jdbc
|
17 years ago |
Arjen Poutsma
|
c236f9fac7
|
Initial import of JDBC module
|
17 years ago |