Leonardo Zanivan
Leonardo Zanivan
@chrisiou thank you so much for the review. I've added the requested test cases. Please note the new functions rely on INET datatype and thus only operates on valid IP...
Is anyone working on this issue?
Hi @szarnyasg , I will work on this and submit a PR.
Created https://github.com/duckdb/duckdb/pull/12575, while it doesn't fix the between operator, it solves my use case which is a range query to know if a IP is include in a subnet. I'm...
@mai1x9 I also saw similar issues in production during failover events, however I couldn't reproduce locally. Do you have reproduction steps including a program and a docker compose stack?