-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
Issue with database trigger block #45
Comments
Please attach the complete trigger file as a repro and indicate the version of Proparse you are using. Are you intending to fix this and issue a pull-request? |
I'm using proparse.dll version 4.1.0.1219. The complete error stack is: \trigger.p:5:19: unexpected token: new |
All can be fixed ;) It's just a matter of time and resources. This is an open-source project. We will accept pull requests from the community. |
I have few more. will log them all and I will see if we can fix any of these. |
A database trigger block is not recognized well by Proparse.
Here is an example:
on write of order new bufNewOrder old bufOldOrder
do:
end.
Error:
trigger.p:5:19: unexpected token: new
The text was updated successfully, but these errors were encountered: