[h2] notify client of table changes (replacing polling)

2019-12-02 Thread Hans
Hello, given an H2 client and an H2 server (connected via TCP), is there a way to notify the client of table changes, rather than polling the table using SELECTs periodically? (Unfortunately, CREATE TRIGGER only works on the server.) Thanks in advance. -- You received this message because you

[h2] notify client of table changes (replacing polling)

2019-12-02 Thread Hans
Hello, given an H2 server and an H2 client (connected via TCP), is there a way to notify the client of table changes, rather than polling the table using SELECTs periodically? (Unfortunately, CREATE TRIGGER only works on the server.) Thanks in advance. -- You received this message because you