Skip to content

[#15] Implement static ending ranges for the DDL

Sam Habiel requested to merge shabiel/YDBOctoVistA:ddl15-endpoint into master

FileMan maintains only integer record numbers and so it is always okay to stop the iteration at the first string subscript.

This is done by using the newly implemented ENDPOINT rather than END. The actual ENDPOINT is '$CHAR(0)'.

Edited by Sam Habiel

Merge request reports