Bug #6385
Problem with conversion of REPOSITION TO ROWID with UNKNOWN literal for rowid
Start date:
Due date:
% Done:
0%
billable:
No
vendor_id:
GCD
case_num:
version_reported:
version_resolved:
reviewer:
production:
No
env_name:
topics:
History
#1 Updated by Igor Skornyakov about 4 years ago
The statement REPOSITION <query> TO ROWID ? NO-ERROR is converted to silent(() -> <query>.repositionByID(new unknown())); which does not compile because new unknown() is neither Long nor recid.
#2 Updated by Alexandru Lungu about 3 years ago
- Start date deleted (
05/20/2022) - Assignee set to Dănuț Filimon
- Status changed from New to WIP