Anonymous | Login | Signup for a new account | 2024-11-21 13:35 CET |
My View | View Issues | Change Log | Roadmap | Search |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000927 | FL5 | 1.2 FLCC | public | 2018-07-30 16:39 | 2018-08-23 16:29 | ||||
Reporter | Falk Reichbott | ||||||||
Assigned To | Falk Reichbott | ||||||||
Priority | normal | Severity | feature | Reproducibility | N/A | ||||
Status | resolved | Resolution | fixed | ||||||
Platform | General | OS | General | OS Version | General | ||||
Product Version | 5.1.17 | ||||||||
Target Version | 5.1.18 | Fixed in Version | 5.1.18 | ||||||
Summary | 0000927: Support a new data type for variable length fileds (strings/binaries) with length and pointer | ||||||||
Description | To build a fix data structure containing variable length data fields it would be useful to support a length and pointer representation in table support. 1 byte length plus pointer 2 byte length plus pointer 4 byte length plus pointer 8 byte length plus pointer type.string(format.static/dynl1p/dynl2p/dynl4p/dynl8p) The the memory for the string is dynamic allocated and a write, the using application must free it. The static format is the default and represent the old direct representation. All length are in system endianess, the pointers are 32 or 64 bit depending on the system and at read of such a format, the few byte for this are interpreted in platform depended format. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Notes | |
(0001181) Falk Reichbott (administrator) 2018-08-23 16:29 |
A new formatting component (TABVAR) was implement to read and write certain length pointer structures from and to the memory. It can be activated as own format. col(type.binary() format.var(method=xxxx)) or in a short form col(type.binary() varfmt=xxx) |
Issue History | |||
Date Modified | Username | Field | Change |
2018-07-30 16:39 | Falk Reichbott | New Issue | |
2018-07-30 16:39 | Falk Reichbott | Status | new => assigned |
2018-07-30 16:39 | Falk Reichbott | Assigned To | => Falk Reichbott |
2018-08-21 11:38 | Falk Reichbott | Target Version | 5.1.19 => 5.1.18 |
2018-08-23 16:29 | Falk Reichbott | Note Added: 0001181 | |
2018-08-23 16:29 | Falk Reichbott | Status | assigned => resolved |
2018-08-23 16:29 | Falk Reichbott | Fixed in Version | => 5.1.18 |
2018-08-23 16:29 | Falk Reichbott | Resolution | open => fixed |
Copyright © 2000 - 2024 MantisBT Team |