core-jgi/db/ddlutils/postgresql/functions
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
..
tests
Acct_Balance.sql
Add_Months.sql
BOM_PriceLimit.sql
BOM_PriceList.sql
BOM_PriceStd.sql
BOM_Qty_Available.sql
BOM_Qty_OnHand.sql
BOM_Qty_OnHandForReservation.sql
BOM_Qty_Ordered.sql
BOM_Qty_Reserved.sql
C_BPartner_RemitLocation.sql
C_Currency_Base.sql
C_Currency_Convert.sql
C_Currency_Rate.sql
C_Currency_Round.sql
C_Invoice_Discount.sql
C_Invoice_Open.sql
C_Invoice_OpenToDate.sql
C_Invoice_Paid.sql
C_Invoice_PaidToDate.sql
C_Invoice_WriteOff.sql
C_PaymentTerm_Discount.sql
C_PaymentTerm_DueDate.sql
C_PaymentTerm_DueDays.sql
C_Payment_Allocated.sql
C_Payment_Available.sql
Generate_UUID.sql
INSTR.sql
ProductAttribute.sql
addDays.sql
altercolumn.sql
charAt.sql
currencyConvertInvoice.sql
currencyConvertPayment.sql
daysBetween.sql
documentNo.sql
firstOf.sql
get1099bucket.sql
getDate.sql
get_Sysconfig.sql
nextBusinessDay.sql
nextID.sql
nextIDFunc.sql
nvl.sql
prodqtyordered.sql
prodqtyreserved.sql
register_migration_script.sql
round.sql
trunc.sql