apircher

Results 6 comments of apircher

@YohDeadfall Yes, PowerBI knows about Npgsql. It uses the machine.config to look for Npgsql but it does not allow selecting an arbitrary .net data provider. The object to json mapping...

@roji @YohDeadfall I also definitely think it would be better to have CrateDB-support without the need of a plugin. But I see our current object to json mapping functionality rather...

@roji Regarding `AdaptTypeMappings` - the origin of this change was a performance problem discussed [here](https://github.com/crate/crate-npgsql/issues/7#issuecomment-389944734). The global type mapper tries to bind a lot of types not supported by CrateDB...

@roji I am still on another project - but as I heard today, a new PR from @mschwoebel is prepared and should arrive very soon.

This is what we would like to do in `AdaptTypeMappings`: https://github.com/crate/npgsql-cratedb/blob/99e5df8c2e24d1eb39157c06c339af6ba21e0e66/src/Npgsql.CrateDb/CrateDbDatabaseInfo.cs#L73

hi @YohDeadfall, thank you for reviewing and sorry for the formatting issues. Those are fixed now. Putting the call to `AdaptTypeMappings` into `BindTypes` is also a good point. I will...