Openbravo Issue Tracking System - Openbravo ERP | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0014768 | Openbravo ERP | A. Platform | public | 2010-10-05 17:58 | 2012-03-02 15:36 |
Reporter | christiancorrodi | ||||
Assigned To | marvintm | ||||
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | 5 | OS Version | ||
Product Version | 2.40 | ||||
Target Version | Fixed in Version | 3.0MP9 | |||
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 | 0014768: prescript-PostgreSql.sql: to_number(integer) function always returning null | ||||
Description | The to_number(integer) function defined in src-db/database/model/prescript-PostgreSql.sql always returns null. | ||||
Steps To Reproduce | |||||
Proposed Solution | CREATE OR REPLACE FUNCTION to_number(integer) RETURNS "numeric" AS $BODY$ BEGIN RETURN cast($1 as numeric); EXCEPTION WHEN OTHERS THEN RETURN NULL; END; $BODY$ LANGUAGE 'plpgsql' IMMUTABLE; | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2010-10-05 17:58 | christiancorrodi | New Issue | |||
2010-10-05 17:58 | christiancorrodi | Assigned To | => alostale | ||
2010-10-11 09:05 | alostale | Priority | normal => urgent | ||
2010-10-11 09:06 | alostale | Status | new => scheduled | ||
2011-11-16 16:30 | alostale | Assigned To | alostale => marvintm | ||
2012-02-13 12:10 | hgbot | Checkin | |||
2012-02-13 12:10 | hgbot | Note Added: 0045067 | |||
2012-02-13 12:10 | hgbot | Status | scheduled => resolved | ||
2012-02-13 12:10 | hgbot | Resolution | open => fixed | ||
2012-02-13 12:10 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/3082e66a5d16fbf4aec909798fa2bd8583c20549 [^] | ||
2012-02-16 10:42 | AugustoMauch | Note Added: 0045173 | |||
2012-02-16 10:42 | AugustoMauch | Status | resolved => closed | ||
2012-02-16 10:42 | AugustoMauch | Fixed in Version | => 3.0MP9 | ||
2012-03-02 15:36 | hudsonbot | Checkin | |||
2012-03-02 15:36 | hudsonbot | Note Added: 0045834 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|