core-jgi/db/ddlutils/oracle
Carlos Ruiz e9338353c8
IDEMPIERE-4426 Fix add_months and adddays functions (#220)
Fix add_months function in postgresql to make it consistent with its oracle version
Fix adddays function to behave consistent as the add_months in both oracle and postgresql
Fix adddays in postgresql to add managing fractional days (same as oracle does), so it can add hours, minutes, seconds
Fix subtractdays performance making it immutable
2020-08-21 13:08:07 +02:00
..
functions IDEMPIERE-4426 Fix add_months and adddays functions (#220) 2020-08-21 13:08:07 +02:00
log * Feature Request [ 1614535 ] 2006-12-17 15:41:06 +00:00
procedures IDEMPIERE-422 Complete Native Sequence feature / Fix broken oracle procedure 2012-11-07 09:12:41 -05:00
views IDEMPIERE-3358 Dictionary fixes (#101) 2020-06-09 12:44:41 +02:00
AfterImport.sql * Feature Request [ 1614535 ] 2006-12-17 15:41:06 +00:00
ant.sh IDEMPIERE-2664 DB Extensibility issues / calling convert for direct prepareStatement 2015-06-17 12:32:06 -05:00
build-ddl.properties * Feature Request [ 1614535 ] 2006-12-17 15:41:06 +00:00
build-ddl.xml * split model by table 2006-12-28 09:25:15 +00:00
build.properties * Feature Request [ 1614535 ] 2006-12-17 15:41:06 +00:00
build.xml minor - loading of script to create plsql function should be inside the load-function target. 2009-01-28 07:42:17 +00:00
functions-decl.sql * split model by table 2006-12-28 09:25:15 +00:00
init.sql * Feature Request [ 1614535 ] 2006-12-17 15:41:06 +00:00
jdbc.properties.oracle10 * Feature Request [ 1614535 ] 2006-12-17 15:41:06 +00:00
readme.txt * Some documentation for the ddlutils script 2006-12-17 16:20:53 +00:00

readme.txt

1. Installed ant
2. Update build.properties and jdbc.properties.oracle to suit your environment
3. 'ant create' to create the adempiere seed database for oracle.