Re: Fix incorrect date type insertion in sql component

2023-02-26 Thread Alex Plehanov
Hello, Jian Chen In Ignite date values can also be inserted by KV API, so year stored in the database can be outside of valid SQL standard range (0001-). If such values will be prohibited inside the "toInternal" method, there can be unexpected exceptions on select from the database. Some pure

Re: [DISCUSSION] Add additional 3rd party libraries to Ignite 3

2023-02-26 Thread Roman Puchkovskiy
Hi guys. The thing is that we already use reactor-core transitively (it is a dependency of scalecube-cluster-api and scalecube-cluster). We also use it directly (in just a few places) in the networking code. If we shade the one that comes with the micronaut, the other one will still remain. We