Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0009485Openbravo ERPY. DBSourceManagerpublic2009-06-15 16:572009-07-27 00:00
marvintm 
marvintm 
immediatemajorhave not tried
closedfixed 
5
 
2.50MP22.50MP3 
Core
No
0009485: PL/SQL standardization eliminates blank space before function calls
When functions and triggers are exported (with export.database), one blank space before function calls is always removed.
Put Core in development, and do export.database. Afterwards, compare the xml files in src-db/database/model/functions and /triggers with the original ones.
Fix dbsourcemanager so that it doesn't remove the blank space, as it's a formal difference which shouldn't happen.
250MP3releasecandidate
Issue History
2009-06-15 16:57marvintmNew Issue
2009-06-15 16:57marvintmAssigned To => marvintm
2009-06-15 17:50hgbotCheckin
2009-06-15 17:50hgbotNote Added: 0017326
2009-06-15 17:50hgbotStatusnew => resolved
2009-06-15 17:50hgbotResolutionopen => fixed
2009-06-15 17:52hgbotCheckin
2009-06-15 17:52hgbotNote Added: 0017327
2009-06-15 17:52hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/65c4fb57c63f6b5a41bdb3dbceb5d6718ba7d7e8 [^]
2009-06-22 11:09psarobeFixed in Version => main
2009-07-21 16:24psarobeFixed in Versionmain => 2.50MP3
2009-07-21 16:26psarobeTag Attached: 250MP3releasecandidate
2009-07-26 21:36psarobeStatusresolved => closed
2009-07-27 00:00anonymoussf_bug_id0 => 2827486

Notes
(0017326)
hgbot   
2009-06-15 17:50   
Repository: dbsourcemanager
Revision: 339
Author: marvintm
Date: 2009-06-15 17:50:18 +0200 (Mon, 15 Jun 2009)

Fixed issue 9485. Blank spaces should no longer be removed when exporting PL/SQL functions in PostgreSQL.

---
U trunk/src/org/apache/ddlutils/platform/postgresql/PostgrePLSQLTranslation.java
U trunk/src/org/apache/ddlutils/translation/ReplaceStrTranslation.java
---

https://dev.openbravo.com/websvn/dbsourcemanager/?rev=339&sc=1 [^]
(0017327)
hgbot   
2009-06-15 17:52   
Repository: erp/devel/pi
Changeset: 65c4fb57c63f6b5a41bdb3dbceb5d6718ba7d7e8
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Mon Jun 15 17:50:48 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/65c4fb57c63f6b5a41bdb3dbceb5d6718ba7d7e8 [^]

Fixed issue 9485. Blank spaces should no longer be removed when exporting PL/SQL functions in PostgreSQL.

---
M src-db/database/lib/dbsourcemanager.jar
---