Peter Knut
3e81c3871f
Elasticsearch: New condition operators as the combination of query type and match type
...
- Support for regexp conditions.
- Proper formatting of boolean values.
2024-10-17 00:25:16 +02:00
Peter Knut
13752c0498
Define 'LIKE%%' operator in each driver
2024-10-17 00:25:16 +02:00
Peter Knut
2ce88d9bdc
Fix field selection in Elasticsearch
...
Thanks to cweiske: https://github.com/adminerevo/adminerevo/pull/159
2024-08-25 22:14:50 +02:00
Peter Knut
43a0305a23
Fix server URL validation for Oracle connections
...
Every driver can validate URL host and path by its own rules. Path is forbidden by default, HTTP-based drivers allow only '/' as path and Oracle driver validates path according to the EasyConnect URL format.
2024-08-20 23:58:16 +02:00
Peter Knut
898dc9e25e
Move Elastic drivers to plugins, driver for Elastic 7+ is the default
2024-03-17 16:39:20 +01:00