diff options
Diffstat (limited to 'import_product_product.ktr')
| -rw-r--r-- | import_product_product.ktr | 34 |
1 files changed, 33 insertions, 1 deletions
diff --git a/import_product_product.ktr b/import_product_product.ktr index e668a86..79735f9 100644 --- a/import_product_product.ktr +++ b/import_product_product.ktr @@ -488,7 +488,7 @@ </connection> <connection> <name>erp indoteknik production (localhost)</name> - <server>localhost</server> + <server>10.148.0.3</server> <type>POSTGRESQL</type> <access>Native</access> <database>erp_indoteknik</database> @@ -500,9 +500,41 @@ <index_tablespace/> <attributes> <attribute> + <code>FORCE_IDENTIFIERS_TO_LOWERCASE</code> + <attribute>N</attribute> + </attribute> + <attribute> + <code>FORCE_IDENTIFIERS_TO_UPPERCASE</code> + <attribute>N</attribute> + </attribute> + <attribute> + <code>IS_CLUSTERED</code> + <attribute>N</attribute> + </attribute> + <attribute> <code>PORT_NUMBER</code> <attribute>5432</attribute> </attribute> + <attribute> + <code>PRESERVE_RESERVED_WORD_CASE</code> + <attribute>Y</attribute> + </attribute> + <attribute> + <code>QUOTE_ALL_FIELDS</code> + <attribute>N</attribute> + </attribute> + <attribute> + <code>SUPPORTS_BOOLEAN_DATA_TYPE</code> + <attribute>N</attribute> + </attribute> + <attribute> + <code>SUPPORTS_TIMESTAMP_DATA_TYPE</code> + <attribute>N</attribute> + </attribute> + <attribute> + <code>USE_POOLING</code> + <attribute>N</attribute> + </attribute> </attributes> </connection> <order> |
