ts-rsql-query
Advanced tools
Changelog
v1.3.4
Bugfix:
IMPORTANT NOTE: the fix affects boolean-value-based plugins (like the provided
IsNullPlugin
) which might be created by developers so far in a "non-backwards-compatible" way.Migration path: add
allowedValues: : [ 'value1', value2, ...]
to yourRsqlOperatorPlugin
configuration to enable a proper functionality of your custom plugin.
Internals:
Makefile
target: tl
to execute live-DB tests.lastModified
selector-column mapping in TestQueryConfig
(column was configured case-sensitive in DB but not in selector).Changelog
v1.3.2
Bugfixes:
!=
operator.RsqlOperatorPluginToSqlOptions.keywordsLowerCase
was not passed to the options when it would be configured to true
.Internals:
.vscode/
folder.toSqlOperator
to return SQL =
for RSQL ==
operator (actually, case was never used before, but now it is used and fixed therefore).