ksql/internal/modifiers
Vinícius Garcia f41edb427d Add three new modifiers and fix a couple bugs
This commit adds these modifiers:

1. skipUpdates (with unit tests)
2. skipInserts (with unit tests)
3. skipQueries (no tests yet) (and not really working yet)

And handles two situations previously not considered:

1. Updates with no attributes will now return a properly formatted
   error instead of returning a syntax error.
2. Inserts with no values will now work on SQLite, Postgres and
   SQLServer
2022-10-12 22:47:33 -03:00
..
attr_wrapper.go Refactor modifiers so it is represented by a struct 2022-09-26 01:37:23 -03:00
attr_wrapper_test.go Refactor modifiers so it is represented by a struct 2022-09-26 01:37:23 -03:00
contract.go Minor fix to the AttrModifier struct 2022-10-09 21:58:41 -03:00
global_modifiers.go Add three new modifiers and fix a couple bugs 2022-10-12 22:47:33 -03:00
global_modifiers_test.go Refactor modifiers so it is represented by a struct 2022-09-26 01:37:23 -03:00
json_modifier.go Refactor modifiers so it is represented by a struct 2022-09-26 01:37:23 -03:00
json_modifier_test.go Refactor modifiers so it is represented by a struct 2022-09-26 01:37:23 -03:00
skip_modifiers.go Add three new modifiers and fix a couple bugs 2022-10-12 22:47:33 -03:00
time_modifiers.go Add timeNowUTC and timeNowUTC/skipUpdates modifiers 2022-10-09 21:49:21 -03:00