Commit Graph

25 Commits

Author SHA1 Message Date
Mahmoud Ben Hassine
984570a1b1 Rename schema-oracle10g.sql to schema-oracle.sql
Resolves ##1057
2022-03-22 17:29:59 +01:00
Mahmoud Ben Hassine
968a5b5b2e Refine contribution #595
- Update versions of jdbc driver and docker image
- Update Javadocs
- Remove JOB_CONFIGURATION_LOCATION from DDL schema
- Remove unused resources
2022-03-18 17:45:36 +01:00
Jonathan Bregler
9388abb589 Integrate SAP Hana as supported Spring Batch database
This commit adds SAP HANA as a supported Spring Batch database, enabling
developers to seamlessly move their existing Spring Batch projects to SAP HANA
or easily starting new Spring Batch projects on SAP HANA.

This commit contains the following changes:

- Add SAP HANA to the DatabaseType enum
- Add HanaPagingQueryProvider and tests
- Add properties files for SAP HANA

Issue #2515
2022-03-18 16:52:50 +01:00
Mahmoud Ben Hassine
3742931c4c Remove unused resources 2021-08-26 17:03:32 +02:00
Eduard von Feek
8a72d9ff9f * changed keyword from "type" to "engine"
* changed from MyISAM to InnoDB
* fixed property "platform" from "oracle10g" to "mysql"
2013-10-16 09:33:22 -05:00
Dave Syer
a8e16c6421 Fix samples for Derby after upgrade 2011-01-05 15:51:21 +00:00
dsyer
96e6286beb BATCH-1499, BATCH-1497: add alias in SqlPagingItemReader. 2010-01-31 18:43:53 +00:00
dsyer
3be4f860c7 BATCH-929: added test to core-tests for deferred constraints 2010-01-04 09:32:06 +00:00
dsyer
68b5a4c935 RESOLVED - issue BATCH-1459: H2 support 2009-12-19 16:34:15 +00:00
dsyer
78768959b0 BATCH-1407: make samples work with MySQL. 2009-09-22 11:33:21 +00:00
dsyer
699e5f9a2a BATCH-1168: use VARCHAR for fields over 255 chars 2009-03-22 21:37:32 +00:00
lucasward
6e39c1a572 OPEN - issue BATCH-911: Consolidate Samples
http://jira.springframework.org/browse/BATCH-911

Consolidated non sequential and incrementer jobs into skipSample.
2008-11-18 20:23:49 +00:00
lucasward
7d5e2d14c1 BATCH-676: Added sample jobs for non sequential execution and decisions 2008-11-07 20:46:57 +00:00
trisberg
872c0aa080 BATCH-845: fixes needed for tests to pass on multiple platforms - HSQL, MySQL, Oracle, SQL Server, DB2, Derby 2008-09-26 05:36:48 +00:00
robokaso
805e9e0086 RESOLVED - BATCH-701: Business schema for MySQL should specify InnoDB as engine type
applied patch
2008-07-02 11:18:01 +00:00
dsyer
e72825d761 BATCH-328: applied patch for samples 2008-07-01 06:47:35 +00:00
dsyer
3b72c04bef [BATCH-503] Fix TX definition in samples. Also add multi-environment support in samples (mysql and derby as examples) 2008-03-25 06:57:55 +00:00
dsyer
f5e85d5f63 Change svn:eol-style to LF 2008-03-06 21:59:13 +00:00
dsyer
9dbc53ed0f BLOB missing from MySql 2008-02-13 15:48:01 +00:00
dsyer
dcdac74657 IN PROGRESS - issue BATCH-277: Add Mysql schema and configurations to the DAO classes
http://jira.springframework.org/browse/BATCH-277

Switched order of "IF EXISTS" for MySQL.
2008-01-15 13:23:07 +00:00
dsyer
448409a257 IN PROGRESS - issue BATCH-277: Add Mysql schema and configurations to the DAO classes
http://jira.springframework.org/browse/BATCH-277

Added MySQL to samples and execution DDL generator (untested).
2008-01-13 12:45:51 +00:00
dsyer
0899b8994d BATCH-256: fixed postgres BLOB type 2007-12-13 19:37:55 +00:00
dsyer
7aedf3f5e6 Fix schema for YEAR reserved word 2007-12-12 22:09:33 +00:00
dsyer
5fa4ffc3b2 IN PROGRESS - issue BATCH-127: Allow job configuration to control re-entrant behavior
http://opensource.atlassian.com/projects/spring/browse/BATCH-127

Refactor JobRepository.findOrCreateJob() to return JobExecution.
2007-12-11 18:10:20 +00:00
dsyer
8ea331bfc7 Add spring-batch- to module directory names (so folks can use mvn eclipse:eclipse if they want to).
BATCH-238: Remove hibernate support for the Daos.
2007-12-10 21:23:48 +00:00