mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 13:37:02 +00:00
Added Support for DB2 Reader. Thanks to all Authors
NOTE: extractor need fix/update.
support for VC80/VC90
cmake need update
Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
parent
a6f3ca6ab0
commit
5424aed420
19 changed files with 994 additions and 13 deletions
|
|
@ -23,7 +23,7 @@
|
|||
#include "Common.h"
|
||||
#include <cassert>
|
||||
|
||||
enum
|
||||
/*enum
|
||||
{
|
||||
FT_NA = 'x', // ignore/ default, 4 byte size, in Source String means field is ignored, in Dest String means field is filled with default value
|
||||
FT_NA_BYTE = 'X', // ignore/ default, 1 byte size, see above
|
||||
|
|
@ -36,7 +36,7 @@ enum
|
|||
FT_SORT = 'd', // sorted by this field, field is not included
|
||||
FT_IND = 'n', // the same,but parsed to data
|
||||
FT_LOGIC = 'l' // Logical (boolean)
|
||||
};
|
||||
};*/
|
||||
|
||||
class DBCFileLoader
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue