fix2_next_available_episode #175

Merged
ken_fallon merged 2 commits from fix2_next_available_episode into main 2023-10-20 14:23:03 +00:00
Collaborator

Another CTE solution which works under all tests used so far.

Another CTE solution which works under all tests used so far.
davmo added 2 commits 2023-10-20 12:45:33 +00:00
c8135d811d Bug fix of query to find days to next free slot
templates/queries-index-mysql.tpl.html,
templates/queries-index-sqlite.tpl.html:
    Rather than driving the search from the eps table itself, this
    version makes a counter that generates slot numbers from the current
    show number to the highest show number in the system. The counter is
    used to interrogate the eps table to find the first empty slot. This
    sems to be a more reliable approach (but time will tell).
ken_fallon merged commit a49bd6b08d into main 2023-10-20 14:23:03 +00:00
ken_fallon deleted branch fix2_next_available_episode 2023-10-20 14:23:07 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: rho_n/hpr_generator#175
No description provided.