Openbravo Issue Tracking System - Openbravo ERP |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0012529 | Openbravo ERP | A. Platform | public | 2010-03-02 17:58 | 2010-03-12 22:40 |
|
| Reporter | shuehner | |
| Assigned To | shuehner | |
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | |
| Platform | | OS | 5 | OS Version | |
| Product Version | pi | |
| Target Version | | Fixed in Version | 2.50MP14 | |
| Merge Request Status | |
| Review Assigned To | |
| OBNetwork customer | No |
| Web browser | |
| Modules | Core |
| Support ticket | |
| Regression level | |
| Regression date | |
| Regression introduced in release | |
| Regression introduced by commit | |
| Triggers an Emergency Pack | No |
|
| Summary | 0012529: The order of the column names of the error message of a unique constraint violation is not stable. |
| Description | Noticed by the following junit test failure:
http://builds.openbravo.com/job/erp_devel_pi-full-oracle/807/console [^]
expected:<...tion with the same ([Month, Language). (Month, Language]) must be unique. Yo...> but was:<...tion with the same ([Language, Month). (Language, Month]) must be unique. Yo...>
As can be seen one time Month,Language was used and in the other case Language,Month |
| Steps To Reproduce | |
| Proposed Solution | Sort the list of columns in the error message text so that it is consistent on all databases.
|
| Additional Information | |
| Tags | No tags attached. |
| Relationships | |
| Attached Files | |
|
| Issue History |
| Date Modified | Username | Field | Change |
| 2010-03-02 17:58 | shuehner | New Issue | |
| 2010-03-02 17:58 | shuehner | Assigned To | => shuehner |
| 2010-03-02 17:58 | shuehner | OBNetwork customer | => No |
| 2010-03-02 18:44 | hgbot | Checkin | |
| 2010-03-02 18:44 | hgbot | Note Added: 0024964 | |
| 2010-03-02 18:44 | hgbot | Status | new => resolved |
| 2010-03-02 18:44 | hgbot | Resolution | open => fixed |
| 2010-03-02 18:44 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/e8ac46d4297ce98a19643ee20286ec349a64f141 [^] |
| 2010-03-03 12:48 | hgbot | Checkin | |
| 2010-03-03 12:48 | hgbot | Note Added: 0024993 | |
| 2010-03-03 12:48 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/e8ac46d4297ce98a19643ee20286ec349a64f141 [^] => http://code.openbravo.com/erp/devel/pi/rev/ab4556169bd10525dd39660ea30d02086702e5ac [^] |
| 2010-03-08 13:42 | mtaal | Note Added: 0025122 | |
| 2010-03-08 13:42 | mtaal | Status | resolved => closed |
| 2010-03-08 13:42 | mtaal | Fixed in Version | => 2.50MP13 |
| 2010-03-08 16:04 | jpabloae | Fixed in Version | 2.50MP13 => 2.50MP14 |
| 2010-03-10 17:25 | anonymous | sf_bug_id | 0 => |
| 2010-03-10 18:30 | anonymous | sf_bug_id | => 2968123 |
| 2010-03-12 22:40 | hudsonbot | Checkin | |
| 2010-03-12 22:40 | hudsonbot | Note Added: 0025378 | |
| 2010-03-12 22:40 | hudsonbot | Checkin | |
| 2010-03-12 22:40 | hudsonbot | Note Added: 0025381 | |
|
Notes |
|
|
(0024964)
|
|
hgbot
|
|
2010-03-02 18:44
|
|
Repository: erp/devel/pi
Changeset: e8ac46d4297ce98a19643ee20286ec349a64f141
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Tue Mar 02 18:47:40 2010 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/e8ac46d4297ce98a19643ee20286ec349a64f141 [^]
Fixed 12529: Make order of columnnames in error message stable
---
M src-test/org/openbravo/test/system/ErrorTextParserTest.java
M src/org/openbravo/erpCommon/utility/ErrorTextParserORACLE.java
M src/org/openbravo/erpCommon/utility/ErrorTextParserPOSTGRE.java
---
|
|
|
|
(0024993)
|
|
hgbot
|
|
2010-03-03 12:48
|
|
|
|
|
(0025122)
|
|
mtaal
|
|
2010-03-08 13:42
|
|
|
Code review done, backed by test case, is continuously tested in central build |
|
|
|
|
|
|
|
|
|