question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Subscribing to specific events (INSERT,UPDATE,DELETE) doesn't work

See original GitHub issue

See supabase/supabase/libraries/supabase-js/test/integration/testRealtime.js

The tests that test for specific eventType are currently failing

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
kiwicopplecommented, Feb 25, 2020
0reactions
awaliascommented, Mar 16, 2020

fixed in realtime:0.7.2 and supabase-dev:0.1.8

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found