|
10 | 10 | <h1>psqlODBC release notes</h1>
|
11 | 11 | <hr>
|
12 | 12 | <ol type="1">
|
13 |
| - <h2><a id="17.00.0005">psqlODBC 17.00.0005 Release</a></h2></h2> |
| 13 | + <h2><a id="17.00.0006">psqlODBC 17.00.0006 Release</a></h2> |
| 14 | + Changes:<br /> |
| 15 | + <li> |
| 16 | + Refactor: Comprehensive variable naming improvements across the codebase <a href="https://github.com/postgresql/psqlodbc/pull/125">PR #125</a> |
| 17 | + Author: <a href="https://github.com/davecramer">Dave Cramer</a> |
| 18 | + </li> |
| 19 | + <li> |
| 20 | + Enhancement: Renamed ConnectionClass structure variables for better readability (e.g., pqconn → postgresConnection, status → connectionStatus) |
| 21 | + Author: <a href="https://github.com/davecramer">Dave Cramer</a> |
| 22 | + </li> |
| 23 | + <li> |
| 24 | + Enhancement: Improved StatementClass structure variable names for clarity (e.g., hdbc → connectionHandle, curres → currentResult) |
| 25 | + Author: <a href="https://github.com/davecramer">Dave Cramer</a> |
| 26 | + </li> |
| 27 | + <li> |
| 28 | + Enhancement: Updated QResultClass structure variables with more descriptive names (e.g., rstatus → resultStatus, num_fields → columnCount) |
| 29 | + Author: <a href="https://github.com/davecramer">Dave Cramer</a> |
| 30 | + </li> |
| 31 | + <li> |
| 32 | + Documentation: Updated inline comments to reflect new variable naming conventions |
| 33 | + Author: <a href="https://github.com/davecramer">Dave Cramer</a> |
| 34 | + </li> |
| 35 | + <li> |
| 36 | + Maintenance: Removed unnecessary prefixes from variable names (e.g., __error_message → errorMessage) |
| 37 | + Author: <a href="https://github.com/davecramer">Dave Cramer</a> |
| 38 | + </li> |
| 39 | + <li> |
| 40 | + Enhancement: Replaced abbreviations with full words for better code readability |
| 41 | + Author: <a href="https://github.com/davecramer">Dave Cramer</a> |
| 42 | + </li> |
| 43 | + <li> |
| 44 | + Maintenance: Updated all references to renamed variables throughout the codebase |
| 45 | + Author: <a href="https://github.com/davecramer">Dave Cramer</a> |
| 46 | + </li> |
| 47 | + <li> |
| 48 | + Documentation: Added comprehensive variable mapping documentation for future reference |
| 49 | + Author: <a href="https://github.com/davecramer">Dave Cramer</a> |
| 50 | + </li> |
| 51 | + </ol> |
| 52 | + |
| 53 | +<ol type="1"> |
| 54 | + <h2><a id="17.00.0005">psqlODBC 17.00.0005 Release</a></h2> |
14 | 55 | Changes:<br />
|
15 | 56 | <li>
|
16 | 57 | Security: fix possible int overflow <a href="https://github.com/postgresql/psqlodbc/pull/121">PR #121</a> fixes <a href="https://github.com/postgresql/psqlodbc/issues/119">issue #119</a>
|
|
0 commit comments