Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



Infonote

This setting and the information on this page are is deprecated starting in Profound.js 5.0.0. Use the databaseConnections property instead.


Info

This configuration option is not valid for the "IBMi" driver in versions prior to 4.9.0.

...

Code Block
titleDB2/i - Disable commitment control and set date format to *EUR
dbDriver: "IBMi",
connectionDetails: {
  "SQL_ATTR_COMMIT": "SQL_TXN_NO_COMMIT",
  "SQL_ATTR_DATE_FMT": "SQL_FMT_EUR"
}




Click here for information on how to modify this setting.