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
|
|
@ -97,6 +97,8 @@
|
|||
- Add user to transactions list and pending transactions.
|
||||
- fix: autolinking in wiki pages with manual links didn't work properly
|
||||
- fix: javascript errors in SQL Form date inputs in IE
|
||||
- Added optional parameters for DatabaseLinks so that users can setup their
|
||||
database's with things like LongReadLen, etc.
|
||||
|
||||
7.3.22
|
||||
- fix: relative links sent out in emails don't work properly
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue