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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0007253
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] A. Platformmajoralways2009-01-30 10:072009-04-21 12:39
ReporterjpabloaeView Statuspublic 
Assigned Toalostale 
PriorityurgentResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision12551
ProjectionnoneETAnoneTarget Versionpi
OSLinux 32 bitDatabasePostgreSQLJava version1.6.0_11
OS VersionGentoo - 2.6.27Database version8.3.5Ant version1.7.1
Product VersionpiSCM revision12531 
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

0007253: wad.lib fails in PostgreSQL

Description    [java] 3333 [main] INFO org.openbravo.data.Sqlc - File: ./src/org/openbravo/wad/Wad_data.xsql processed
     [java] 3405 [main] ERROR org.openbravo.data.Sqlc - SQL error in query:
     [java]
     [java] select (case when count(*)=0 then 0 else 1 end) as buildxml
     [java] from ad_system_info
     [java] where last_build < (select max(updated)
     [java] from (select max(updated) updated
     [java] from ad_model_object
     [java] union
     [java] select max(updated)
     [java] from ad_model_object_mapping))
     [java]
     [java] Exception:org.postgresql.util.PSQLException: ERROR: syntax error at or near "updated"
     [java] org.postgresql.util.PSQLException: ERROR: syntax error at or near "updated"
Steps To Reproduce1. check out trunk at the given revision and configure it.
2. run "ant install.source".
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0012872)
svnbot (viewer)
2009-01-30 10:59

Repository: openbravo
Revision: 12533
Author: alostale
Date: 2009-01-30 10:58:59 +0100 (Fri, 30 Jan 2009)

fixed bug 0007253: wad.lib fails in PostgreSQL

---
U trunk/src-wad/src/org/openbravo/wad/Wad_data.xsql
---

https://dev.openbravo.com/websvn/openbravo/?rev=12533&sc=1 [^]
(0012880)
jpabloae (viewer)
2009-01-30 11:54

Now it fails in Oracle:

/src/org/openbravo/wad/Wad_data.xsql processed
     [java] 572 [main] ERROR org.openbravo.data.Sqlc - SQL error in query:
     [java]
     [java] select (case when count(*)=0 then 0 else 1 end) as buildxml
     [java] from ad_system_info
     [java] where last_build < (select max(updated)
     [java] from (select max(updated) as updated
     [java] from ad_model_object
     [java] union
     [java] select max(updated)
     [java] from ad_model_object_mapping) as upd)
     [java]
     [java] Exception:java.sql.SQLException: ORA-00907: missing right parenthesis
     [java]
     [java] java.sql.SQLException: ORA-00907: missing right parenthesis
(0012884)
svnbot (viewer)
2009-01-30 12:03

Repository: openbravo
Revision: 12551
Author: alostale
Date: 2009-01-30 12:03:05 +0100 (Fri, 30 Jan 2009)

fixed bug 0007253: wad.lib fails in Oracle

---
U trunk/src-wad/src/org/openbravo/wad/Wad_data.xsql
---

https://dev.openbravo.com/websvn/openbravo/?rev=12551&sc=1 [^]

- Issue History
Date Modified Username Field Change
2009-01-30 10:07 jpabloae New Issue
2009-01-30 10:07 jpabloae Assigned To => alostale
2009-01-30 10:07 jpabloae sf_bug_id 0 => 2548428
2009-01-30 10:07 jpabloae OBNetwork customer => No
2009-01-30 10:07 jpabloae Regression testing => No
2009-01-30 10:59 svnbot Checkin
2009-01-30 10:59 svnbot Note Added: 0012872
2009-01-30 10:59 svnbot Status new => resolved
2009-01-30 10:59 svnbot Resolution open => fixed
2009-01-30 10:59 svnbot svn_revision => 12533
2009-01-30 11:54 jpabloae Status resolved => new
2009-01-30 11:54 jpabloae Resolution fixed => open
2009-01-30 11:54 jpabloae Note Added: 0012880
2009-01-30 12:03 svnbot Checkin
2009-01-30 12:03 svnbot Note Added: 0012884
2009-01-30 12:03 svnbot Status new => resolved
2009-01-30 12:03 svnbot Resolution open => fixed
2009-01-30 12:03 svnbot svn_revision 12533 => 12551
2009-04-21 12:39 psarobe Status resolved => closed


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker