Yoh Deadfall
Yoh Deadfall
@roji, I've moved the issue to backlog because you had no time to come back for one year. Review it, please.
To be sure that that improvement won't hurt a real world scenario, what data is stored in the tested database and how much do result sets differ from each other?...
Hello, @sebastienros ! Could you provide us info on what kind of exceptions were thrown during benchmarking?
Even if it's a smart way to solve the problem, I agree with @roji. So let's do it on the Crate's side. To do that you just need to implement...
@roji Does it mean that we should provide out of the box support for other PostgreSQL-like databases? The CrateDB uses its own mappings, so it's more like a plugin. Should...
The only thing I dislike here is mapping which depends on the database. It's a very unobvious behavior.
@apircher Let's continue our discussion here. > But you can select PostgreSQL and then, PowerBI looks for Npgsql in the GAC. So Power BI knows about Npgsql out of the...
> As I wrote above, this is not at all similar to the plugin model, which the user can use to manually override the default mappings for PostgreSQL (or conceivably...
I like the idea with nullable types, but the idea was to represent PostgreSQL range types as closer to backend types as possible. Therefore, I have to make the bound...
> We'd have a check in the static constructor to throw on non-sensical cases such as NpgsqlRange Never use static constructors for that cases. It runs only once even if...