Skip to content

Commit

Permalink
Updated for JTOpen 4.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlee-oss committed Apr 1, 2004
1 parent 69994d2 commit d328409
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <H3><A NAME="43">Fixes and enhancements in JTOpen 4.3</A></H3>
- CommandHelpRetriever: Set charset to UTF-8 instead of ISO-8859-1.
- CommandHelpRetriever: Javadoc for generateHTML() now indicates the charset is UTF-8.
- Data conversion: Added constant BidiStringType.NONE.
- Data conversion: Fixed possible threadsafety issue with Bidi conversion.
- Data conversion: Fixed possible thread-safety issue with Bidi conversion.
- Data conversion: Various fixes and enhancements related to bidi conversion.
- Data conversion: Added class BidiConversionProperties.
- Documentation: Various javadoc fixes, additions, and enhancements.
Expand All @@ -59,7 +59,7 @@ <H3><A NAME="43">Fixes and enhancements in JTOpen 4.3</A></H3>
- JDBC: JDBCProperties: Changed "bidirectional string type" to "bidi string type".
- JDBC: SQLResultSetTableModel: Removed beforeFirst() call since stored procedures might not return a scrollable cursor if one is requested.
- JDBC: AS400JDBCResultSet now returns null if a data mapping error occurs.
- JDBC: SQLResultSetTableModel will now output "++++++++++++++" when a Data Mapping Error occurs.
- JDBC: SQLResultSetTableModel will now output "++++++++++++++" when a data mapping error occurs.
- JDBC: Use BidiConversionProperties class instead on only bidi string type.
- JDBC: Added two connection properties "bidi implicit reordering" and "bidi numeric ordering".
- Job: Return -1 on getQueuePriority() if job's status is *OUTQ.
Expand Down

0 comments on commit d328409

Please sign in to comment.