Rakesh Emmadi
a2cf9a53c2
server: move to storing metadata as a json blob ( #115 )
...
GitOrigin-RevId: 3d1a7618a4ec086c2d255549a6c15087201e9ab0
2020-12-08 14:23:28 +00:00
Rakesh Emmadi
e5eb0c4f34
fix row comparison operator in event triggers ( fix #2036 ) ( #2868 )
...
Update trigger is failing if any json/geometry columns are present in
event payload rows. Use '*<>' operator instead of '<>' to compare the
internal binary representation of rows if '<>' doesn’t work.
2019-09-12 18:22:01 -05:00
Tirumarai Selvan
cab1aa0cb1
fix update_event_trigger query not persisting the changes ( #1950 )
...
fix #1949
2019-04-05 17:50:46 +05:30
Tirumarai Selvan
6de17b303f
drop trigger functions on updating event triggers ( #1214 )
2018-12-15 10:35:29 +05:30
Tirumarai Selvan
810b440089
trigger webhooks on column level changes instead of row ( close #547 , close #680 ) ( #550 )
2018-10-25 12:52:51 +05:30
Tirumarai Selvan
c42af444f7
implement query to update an event trigger ( #367 )
2018-09-19 17:42:57 +05:30