-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
43 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,6 +72,19 @@ | |
* fileio.c (apply_file_paths): extracted from cob_chk_file_mapping | ||
to factor out duplicated code | ||
|
||
2024-05-30 Chuck Haatvedt <[email protected]> | ||
|
||
fix errors in fileio.c when building with VISAM 2.2. This issue | ||
occurred when using a partial key with a sequential read previous. | ||
|
||
* fileio.c (indexed_start_internal, indexed_start, indexed_read_next)->fisam.c: | ||
added a new field, partial_key_length, | ||
to the indexfile structure for use in these functions. | ||
This will allow the saved partial key to be used in the | ||
positioning logic. | ||
Also the BDB logic was changed to return a status code of "35" | ||
when encountering a missing directory for OUTPUT on INDEXED file. | ||
|
||
2024-05-23 Simon Sobisch <[email protected]> | ||
|
||
* fisam.c (isam_read_next): use ISSTAT only for COB_WITH_STATUS_02, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters