Add optional database connection parameters to the DatabaseLink. This
replaces the old, automatic setting of LongReadLen and LongTruncOk in SQL.pm, and is much more flexible. Fix some documentation with allowMacroAccess in the DatabaseLink. Additional tests for DatabaseLink. Document the new parameter behavior in the changelog and gotchas file.
This commit is contained in:
parent
350d7f6e01
commit
a9f45865e6
8 changed files with 78 additions and 29 deletions
|
|
@ -21,6 +21,10 @@ save you many hours of grief.
|
|||
the userProfileData table will need to be updated to reflect these
|
||||
changes.
|
||||
|
||||
* DatabaseLinks no longer automatically set LongReadLen and LongTruncOk
|
||||
for Oracle or ODBC databases. These parameters, and others, can now
|
||||
be set in the DatabaseLink.
|
||||
|
||||
* WebGUI now requires the following additional perl modules to operate,
|
||||
and you should install them prior to upgrading:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue