Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0005833Openbravo ERPA. Platformpublic2008-11-05 13:162009-05-21 16:37
shuehner 
shuehner 
normaltrivialN/A
closedfixed 
5
pi 
2.50 
Core
No
0005833: SqlC generates two functions for each query, one of these is never used
SqlC generates several functions per query of type multiple. The function with the signature (<original params>, keyName, keyValue, ...) is never used.
Remove the generation of the unneeded method from sqlc.

This slims down the size of the generated data classes by:

- about 200k lines
- about 13mb of source code
- about 4mb of compiled code
- about 2mb of the final war file-size
No tags attached.
blocks feature request 00057992.50 closed shuehner SqlC generates two functions for each query, one of these is never used 
Issue History
2008-11-05 13:16shuehnerNew Issue
2008-11-05 13:16shuehnerAssigned To => shuehner
2008-11-05 13:16shuehnerStatusnew => scheduled
2008-11-05 13:17svnbotCheckin
2008-11-05 13:17svnbotNote Added: 0010000
2008-11-05 13:17svnbotStatusscheduled => resolved
2008-11-05 13:17svnbotResolutionopen => fixed
2008-11-05 13:17svnbotsvn_revision9560 => 9691
2009-05-21 16:37psarobeStatusresolved => closed

Notes
(0010000)
svnbot   
2008-11-05 13:17   
Repository: openbravo
Revision: 9691
Author: huehner
Date: 2008-11-05 13:17:23 +0100 (Wed, 05 Nov 2008)

Fixed 5833
Remove generation of second copy of query functions from sqlc, as
these variant is not used (anymore) in the codebase.

---
U branches/r2.40performance/src-core/src/org/openbravo/data/Sqlc.java
---

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