Enhancements to Pickers and Extension to address JDBC where table names not uppercase#14
Enhancements to Pickers and Extension to address JDBC where table names not uppercase#14paulswithers wants to merge 10 commits intoOpenNTF:masterfrom
Conversation
DominoNABNamePickerData, starting work on adding returnNameFormat JDBCUtil adding support for not upper-casing column names
Conflicts: extlib/.gitignore extlib/lwp/product/runtime/eclipse/features/org.openntf.extlib.feature/.gitignore extlib/lwp/product/runtime/eclipse/plugins/com.ibm.xsp.extlib.relational/src/com/ibm/xsp/extlib/relational/util/JdbcUtil.java
…g to fix with that was not authenticated, so no access to NAB
Amending "match" search option so everything shows if no search value is entered (previously nothing showed) No changes to AbstractDominoViewPickerData
|
Removed that part of the commit. |
|
Since this Pull Request contains many sub-parts in individual commits, for tracking purposes I'm naming the sub-parts as A to D like so: Part A) "Fix for comboboxes in dialogs with bootstrap theme. Thanks David Leedy and Declan Lynch" Part B) "Adding Collection and Map picker data providers" Part C) Adding @JdbcInsertExt and @JdbcUpdateExt Part D) updates to Domino pickers for returnNameFormat, searchType and initial "match" behavior Part B is included in the 901v00_12 OpenNTF release. |
|
The latest ExtLib OpenNTF release 901v00_14 contains the changes for part D of this pull request. There were some changes in the delivered code. Notably in the xe:dominoNABNamePicker tag Thanks again for the contributions Paul. The relevant lines in the Readme.pdf Change Log section are:
|
… Part C of OpenNTF#14 (Split out for ease of merging and ease of adding into future releases)
|
The final part of this pull request (Part C) has been reviewed and merged into the latest ExtLib release (9.0.1 R15). Thanks for you contributions Paul, now closing this PR. |
Extensions to com.ibm.xsp.extlib.relational\src\com\ibm\xsp\extlib\relational\javascript\JdbcFunctions.java and com.ibm.xsp.extlib.relational\src\com\ibm\xsp\extlib\relational\util\JdbcUtil.java to allow users to access columns where the column name is not upper case, both from Java and SSJS
Adding returnNameFormat option for DominoNABNamePickerDataProvider and relevant xsp-config and English localization
Adding MapValuePickerData and CollectionValuePickerData and relevant xsp-config and English localization
Let me know if you want me to send XML for demos of ValuePickers (pwithers@intec.co.uk)
Also adding fix for combo boxes in dialogs with Bootstrap theme (xsp-mixin.css)