Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0005978
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 09. Financial managementmajoralways2008-11-15 10:522009-01-09 14:11
ReporteriperdomoView Statuspublic 
Assigned Todalsasua 
PriorityhighResolutionout of dateFixed in Version
StatusclosedFix in branchpiFixed in SCM revision10116
ProjectionnoneETAnoneTarget Versionpi
OSLinux 32 bitDatabasePostgreSQLJava version1.5.0_16
OS Version2.6.23-gentoo-r9Database version8.3.3Ant version1.7.0
Product VersionpiSCM revision10098 
Merge Request Status
Review Assigned To
OBNetwork customerNo
Web browser
ModulesCore
Support ticket
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0005978: Fix of issue 4448 don't work in PostgreSQL

DescriptionThe fix of issue 4448 don't work in PostgreSQL:

----
[java] 19002 [main] INFO org.openbravo.data.Sqlc - File: ./org/openbravo/erpCommon/ad_process/CashBankOperations_data.xsql processed
     [java] 19009 [main] ERROR org.openbravo.data.Sqlc - SQL error in query:
     [java]
     [java] SELECT P.AD_ORG_ID AS PADRE, C.C_BANKACCOUNT_ID AS ID, C.DISPLAYEDACCOUNT AS NAME
     [java] FROM AD_ORG O, AD_ORG P, C_BANKACCOUNT C
     [java] WHERE O.AD_ORG_ID = C.AD_ORG_ID
     [java] AND AD_ISORGINCLUDED(C.AD_ORG_ID,P.AD_ORG_ID,O.AD_CLIENT_ID) <> -1
     [java] AND (P.AD_CLIENT_ID = O.AD_CLIENT_ID OR P.AD_ORG_ID = 0)
     [java] AND O.AD_ORG_ID IN ('1')
     [java] AND O.AD_CLIENT_ID IN ('2')
     [java] ORDER BY PADRE, NAME
     [java]
     [java] Exception:org.postgresql.util.PSQLException: ERROR: operator does not exist: character varying = integer
     [java] org.postgresql.util.PSQLException: ERROR: operator does not exist: character varying = integer

Steps To Reproduce* Update your trunk's working to revision 10098
* Using PostgreSQL database, try to build the application
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0004448 closeddalsasua It is not possible to choose a organization within the ad_process/CashBankOperations.java 

-  Notes
(0010327)
svnbot (viewer)
2008-11-17 10:22

Repository: openbravo
Revision: 10116
Author: rafaroda
Date: 2008-11-17 10:21:58 +0100 (Mon, 17 Nov 2008)

Fixes bug 0005978 Made /erpCommon/ad_process/CashBankOperations_data.xsql PostgreSQL compatible.

---
U trunk/src/org/openbravo/erpCommon/ad_process/CashBankOperations_data.xsql
---

https://dev.openbravo.com/websvn/openbravo/?rev=10116&sc=1 [^]
(0010625)
psarobe (viewer)
2008-11-25 12:10

to verify this compile the application in postgres. If it can compile, it works
(0010950)
psarobe (viewer)
2008-12-03 19:33

It cannot be tested because the piece of code related to fill the combo boxes for cahsbook and bank account are commented. How can this happen?
(0011042)
dalsasua (viewer)
2008-12-09 11:05

Exactly. That piece of code is not used any more, so this issue can be closed.

Regards,
(0012029)
rafaroda (viewer)
2009-01-09 14:11

No change is required for this issue. Code is compiling properly in PostgreSQL.

- Issue History
Date Modified Username Field Change
2008-11-15 10:52 iperdomo New Issue
2008-11-15 10:52 iperdomo Assigned To => dalsasua
2008-11-15 10:52 iperdomo sf_bug_id 0 => 2290026
2008-11-15 10:52 iperdomo OBNetwork customer => No
2008-11-15 10:52 iperdomo Regression testing => No
2008-11-15 10:52 iperdomo Relationship added has duplicate 0004448
2008-11-15 10:53 iperdomo Relationship deleted has duplicate 0004448
2008-11-15 10:53 iperdomo Relationship added related to 0004448
2008-11-17 10:22 svnbot Checkin
2008-11-17 10:22 svnbot Note Added: 0010327
2008-11-17 10:22 svnbot Status new => resolved
2008-11-17 10:22 svnbot Resolution open => fixed
2008-11-17 10:22 svnbot svn_revision => 10116
2008-11-25 12:10 psarobe Note Added: 0010625
2008-12-03 19:33 psarobe Status resolved => new
2008-12-03 19:33 psarobe Resolution fixed => open
2008-12-03 19:33 psarobe Note Added: 0010950
2008-12-03 19:35 psarobe Status new => scheduled
2008-12-03 19:35 psarobe fix_in_branch => trunk
2008-12-09 11:05 dalsasua Note Added: 0011042
2009-01-09 14:11 rafaroda Status scheduled => closed
2009-01-09 14:11 rafaroda Note Added: 0012029
2009-01-09 14:11 rafaroda Resolution open => out of date


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker