Subscribing to specific events (INSERT,UPDATE,DELETE) doesn't work
See original GitHub issueSee supabase/supabase/libraries/supabase-js/test/integration/testRealtime.js
The tests that test for specific eventType are currently failing
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Trigger after delete doesn't work after change - Stack Overflow
The workflow is supposed to be this: Delete Event, through a foreign key on EventId, EventEquipment is deleted. Since the equipment is no...
Read more >Update delete event in same trigger
Delete trigger cannot have a trigger.new. It would use only trigger.old. You would need to separate the logic for update and delete or...
Read more >Subscribe to Platform Event Notifications with Apex Triggers
Use Apex triggers to subscribe to events. You can receive event notifications in triggers regardless of how they were published—through Apex or APIs....
Read more >Database Engine events and errors - SQL Server
ls' of the INSERT statement cannot be a view or common table expression when the FROM clause contains a nested INSERT, UPDATE, DELETE, ......
Read more >Create events | Google Calendar
update () ; however, some fields, such as the event ID, can only be set during an events.insert() operation. Location: Adding an address...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Server fixed on 0.7.0 https://github.com/supabase/realtime/issues/20
fixed in
realtime:0.7.2
andsupabase-dev:0.1.8