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 IDEMPIERE-1953 Performance problem of postgresql functions - adding STABLE/IMMUTABLE attribute. 2014-05-30 12:11:20 -05:00
Add_Months.sql IDEMPIERE-4426 Fix add_months and adddays functions (#220) 2020-08-21 13:08:07 +02:00
BOM_PriceLimit.sql IDEMPIERE-2625 BOMPriceStd function incorre / thanks to red1 and Dietmar (didiber) for suggestion 2015-05-20 13:01:08 -05:00
BOM_PriceList.sql IDEMPIERE-2625 BOMPriceStd function incorre / thanks to red1 and Dietmar (didiber) for suggestion 2015-05-20 13:01:08 -05:00
BOM_PriceStd.sql IDEMPIERE-2625 BOMPriceStd function incorre / thanks to red1 and Dietmar (didiber) for suggestion 2015-05-20 13:01:08 -05:00
BOM_Qty_Available.sql IDEMPIERE-2668 Exclude Locators for Demand Operations 2015-06-12 23:14:33 -05:00
BOM_Qty_OnHand.sql IDEMPIERE-2668 Exclude Locators for Demand Operations 2015-06-12 23:14:33 -05:00
BOM_Qty_OnHandForReservation.sql IDEMPIERE-2668 Exclude Locators for Demand Operations 2015-06-12 23:14:33 -05:00
BOM_Qty_Ordered.sql IDEMPIERE-1953 Performance problem of BOM* functions ( Part of Ticket 1004000 ). 2014-05-16 13:31:50 +08:00
BOM_Qty_Reserved.sql IDEMPIERE-1953 Performance problem of BOM* functions ( Part of Ticket 1004000 ). 2014-05-16 13:31:50 +08:00
C_BPartner_RemitLocation.sql IDEMPIERE-1953 Performance problem of postgresql functions - adding STABLE/IMMUTABLE attribute. 2014-05-30 12:11:20 -05:00
C_Currency_Base.sql IDEMPIERE-1953 Performance problem of postgresql functions - adding STABLE/IMMUTABLE attribute. 2014-05-30 12:11:20 -05:00
C_Currency_Convert.sql IDEMPIERE-1953 Performance problem of postgresql functions - adding STABLE/IMMUTABLE attribute. 2014-05-30 12:11:20 -05:00
C_Currency_Rate.sql IDEMPIERE-2269 Multi-currency allocation broken in zk 2014-10-24 07:51:19 -05:00
C_Currency_Round.sql IDEMPIERE-1953 Performance problem of postgresql functions - adding STABLE/IMMUTABLE attribute. 2014-05-30 12:11:20 -05:00
C_Invoice_Discount.sql IDEMPIERE-2134 Issues found on Payment Selection process 2014-08-11 17:04:53 +02:00
C_Invoice_Open.sql IDEMPIERE-1953 Performance problem of postgresql functions - adding STABLE/IMMUTABLE attribute. 2014-05-30 12:11:20 -05:00
C_Invoice_OpenToDate.sql IDEMPIERE-1953 Performance problem of postgresql functions - adding STABLE/IMMUTABLE attribute. 2014-05-30 12:11:20 -05:00
C_Invoice_Paid.sql IDEMPIERE-1953 Performance problem of postgresql functions - adding STABLE/IMMUTABLE attribute. 2014-05-30 12:11:20 -05:00
C_Invoice_PaidToDate.sql IDEMPIERE-1953 Performance problem of postgresql functions - adding STABLE/IMMUTABLE attribute. 2014-05-30 12:11:20 -05:00
C_Invoice_WriteOff.sql IDEMPIERE-3279 Implement configurable Write-Off in Payment Selection 2017-01-13 17:50:38 +01:00
C_PaymentTerm_Discount.sql IDEMPIERE-1856 Amount in database functions and views are hardcoded to round to 2 decimal points - Get the Currency_ID from Accounting Schema when the passed in Currency_ID is 0 2014-06-06 18:39:11 +08:00
C_PaymentTerm_DueDate.sql IDEMPIERE-1953 Performance problem of postgresql functions - adding STABLE/IMMUTABLE attribute. 2014-05-30 12:11:20 -05:00
C_PaymentTerm_DueDays.sql IDEMPIERE-1953 Performance problem of postgresql functions - adding STABLE/IMMUTABLE attribute. 2014-05-30 12:11:20 -05:00
C_Payment_Allocated.sql IDEMPIERE-1953 Performance problem of postgresql functions - adding STABLE/IMMUTABLE attribute. 2014-05-30 12:11:20 -05:00
C_Payment_Available.sql IDEMPIERE-1953 Performance problem of postgresql functions - adding STABLE/IMMUTABLE attribute. 2014-05-30 12:11:20 -05:00
Generate_UUID.sql
INSTR.sql
ProductAttribute.sql IDEMPIERE-2501 Product Attribute displayed wrongly in formats and info window 2015-03-04 18:57:48 -05:00
addDays.sql IDEMPIERE-4426 Fix add_months and adddays functions (#220) 2020-08-21 13:08:07 +02:00
altercolumn.sql IDEMPIERE-3748 Script altercolumn is not recreating previously assigned permissions on dependent views (AP2-357) 2018-07-16 21:00:00 +02:00
charAt.sql IDEMPIERE-1953 Performance problem of postgresql functions - adding STABLE/IMMUTABLE attribute. 2014-05-30 12:11:20 -05:00
currencyConvertInvoice.sql IDEMPIERE-4083 currency rate by document or by transaction (#182) 2020-07-30 15:46:43 +08:00
currencyConvertPayment.sql IDEMPIERE-4083 currency rate by document or by transaction (#182) 2020-07-30 15:46:43 +08:00
daysBetween.sql IDEMPIERE-1953 Performance problem of postgresql functions - adding STABLE/IMMUTABLE attribute. 2014-05-30 12:11:20 -05:00
documentNo.sql IDEMPIERE-1953 Performance problem of postgresql functions - adding STABLE/IMMUTABLE attribute. 2014-05-30 12:11:20 -05:00
firstOf.sql IDEMPIERE-1953 Performance problem of postgresql functions - adding STABLE/IMMUTABLE attribute. 2014-05-30 12:11:20 -05:00
get1099bucket.sql IDEMPIERE-1953 Performance problem of postgresql functions - adding STABLE/IMMUTABLE attribute. 2014-05-30 12:11:20 -05:00
getDate.sql IDEMPIERE-4177 Replace SYSDATE with getDate() 2020-03-03 10:07:14 +08:00
get_Sysconfig.sql IDEMPIERE-1953 Performance problem of postgresql functions - adding STABLE/IMMUTABLE attribute. 2014-05-30 12:11:20 -05:00
nextBusinessDay.sql IDEMPIERE-1953 Performance problem of postgresql functions - adding STABLE/IMMUTABLE attribute. 2014-05-30 12:11:20 -05:00
nextID.sql
nextIDFunc.sql
nvl.sql IDEMPIERE-4178 Replace NVL with Coalesce 2020-02-21 09:54:57 +08:00
prodqtyordered.sql IDEMPIERE-1953 Performance problem of postgresql functions - adding STABLE/IMMUTABLE attribute. 2014-05-30 12:11:20 -05:00
prodqtyreserved.sql IDEMPIERE-1953 Performance problem of postgresql functions - adding STABLE/IMMUTABLE attribute. 2014-05-30 12:11:20 -05:00
register_migration_script.sql
round.sql IDEMPIERE-1953 Performance problem of postgresql functions - adding STABLE/IMMUTABLE attribute. 2014-05-30 12:11:20 -05:00
trunc.sql IDEMPIERE-3453 Fix Fact_Acct - fact_acct_trunc_dateacct index / based on Nicolas Micoud patch 2017-08-25 12:37:40 +02:00