Skip to content
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

Question: Is it possible to change the trigger data for a specific item #71

Open
loops6972 opened this issue Aug 11, 2020 · 0 comments
Open

Comments

@loops6972
Copy link

I need to return the results of a query when an item is inserted rather than the row data.

I can create a trigger that would do this but the app seems to rewrite the trigger even after the connection is made (i deleted and updated with my trigger, but it seemed to revert to the original code anyways)

Is there a way to prevent the overwrite if already exists or to change the trigger on load?

My table inserts about every couple seconds and I am loosing some messages due to the time it takes to re-do the query after the message has been received to get the actual data I need and this should speed it up quite a bit...

Any help or ideas would be appreciated.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant