|
|
LOGICAL NoMap
|
/* all,tenant,shared or list*/
|
|
|
LOGICAL SkipCodePageValidation
|
/* Set to true to skip code page validation - currently skips the check of utf-8
The default behavior will give an error if the db has codepage utf-8 unless
both the CodePage and the session:charset is "utf-8"
If the client -cpinternal is not utf-8, it will not read any utf-8 specific
characters correctly (they will end up as ?) and we will write incorrect data
to the .d file. Keep in mind that there is a conversion happening from the db
to the client before we get to write to the output file.
*/
|