mirror of https://github.com/VinGarcia/ksql.git
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 |
||
---|---|---|
.. | ||
attr_wrapper.go | ||
attr_wrapper_test.go | ||
contract.go | ||
global_modifiers.go | ||
global_modifiers_test.go | ||
json_modifier.go | ||
json_modifier_test.go | ||
skip_modifiers.go | ||
time_modifiers.go |