We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi *!
insert into kt_ev_elszamolas(id, kt_ev_sablon_id, ertekvesztes_napja, szur_ktfj_kod, fix_napos_visszairas) values(1, 8003, '2023.01.01', 'BANAN', 'N');
We get "Attempt to evaluate index expression recursively" for this command with FB5.0.1111 (snapshot) This works fine with 3.0.10 and 4.0.2
The text was updated successfully, but these errors were encountered:
What about UDFs?
-function TO_CHAR_DEPRECATED is not defined -module name or entrypoint could not be found
Sorry, something went wrong.
Attached (remove 32/64 from name)
631b039
@dyemanov , fix confirmed, works with 5.0.1121.
Could you delete the attached files?
Thank You!
I've removed links, but GitHub does not allow to delete attachments from the cloud. Could be done via the support request, I suppose.
dyemanov
No branches or pull requests
Hi *!
insert into kt_ev_elszamolas(id, kt_ev_sablon_id, ertekvesztes_napja, szur_ktfj_kod, fix_napos_visszairas)
values(1, 8003, '2023.01.01', 'BANAN', 'N');
We get "Attempt to evaluate index expression recursively" for this command with FB5.0.1111 (snapshot)
This works fine with 3.0.10 and 4.0.2
The text was updated successfully, but these errors were encountered: