pecl-database-ibm_db2 icon indicating copy to clipboard operation
pecl-database-ibm_db2 copied to clipboard

Clean up INI handling

Open NattyNarwhal opened this issue 1 year ago • 0 comments

  • Convert 0/1 only options to bools
  • Make integer options have proper constants, use those in documentation
  • Make some options no longer i specific if they work everywhere (i.e. log verbose)
    • Some are i specific but can be useful if connecting from LUW, identify what works in LUW to i
    • Rename when applicable, can we still check for back-compat?
  • Rename some confusing options (i.e. ignore user ID actually runs Db2 server job in-process)

NattyNarwhal avatar Jan 03 '24 20:01 NattyNarwhal