Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0023964Openbravo ERPA. Platformpublic2013-06-03 12:512013-07-26 20:32
marvintm 
AugustoMauch 
normalminorhave not tried
closedfixed 
5
 
3.0MP26 
marvintm
Core
No
0023964: A new validation should be added to check too long varchar columns
Currently we have several validations to check different things in the database model. A new one should be added which checks if a varchar column is longer than what is compatible with Oracle (which has a limit of 4000 bytes).
.
No tags attached.
Issue History
2013-06-03 12:51marvintmNew Issue
2013-06-03 12:51marvintmAssigned To => AugustoMauch
2013-06-03 12:51marvintmModules => Core
2013-06-03 12:51marvintmTriggers an Emergency Pack => No
2013-07-24 18:23AugustoMauchIssue Monitored: marvintm
2013-07-24 18:23AugustoMauchReview Assigned To => marvintm
2013-07-24 18:24hgbotCheckin
2013-07-24 18:24hgbotNote Added: 0060279
2013-07-24 18:24hgbotStatusnew => resolved
2013-07-24 18:24hgbotResolutionopen => fixed
2013-07-24 18:24hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/bf208c0a3b49222c67dc75113bebf2acea1f5093 [^]
2013-07-26 13:53marvintmNote Added: 0060309
2013-07-26 13:53marvintmStatusresolved => closed
2013-07-26 13:53marvintmFixed in Version => 3.0MP26
2013-07-26 20:32hudsonbotCheckin
2013-07-26 20:32hudsonbotNote Added: 0060315

Notes
(0060279)
hgbot   
2013-07-24 18:24   
Repository: erp/devel/pi
Changeset: bf208c0a3b49222c67dc75113bebf2acea1f5093
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Wed Jul 24 18:22:11 2013 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/bf208c0a3b49222c67dc75113bebf2acea1f5093 [^]

Fixes issue 23964: A new validation has been added to varchar columns

The size limit of varchar an nvarchar columns in Oracle is 4000. A validation has been added to check this.

---
M src/org/openbravo/service/system/DatabaseValidator.java
---
(0060309)
marvintm   
2013-07-26 13:53   
Reviewed
(0060315)
hudsonbot   
2013-07-26 20:32   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/b9e43ea5aa1b [^]

Maturity status: Test