Paulo Mattos

Results 12 comments of Paulo Mattos

Hello, is there any missing work to be done so that this PR is merged?

@roji once this is merged, there will be a way to instruct npgsql to always writes enums as integers? My application relies heavily in enum flags and this is being...

This is also affecting my application (we are using BABEL_4_X_DEV). While the workaround provided by @staticlibs works, it's not ideal for my case, as the migration scripts need to be...

> While using Babelfish we can use query "SELECT RELNAME FROM sys.babelfish_get_enr_list() WHERE RELNAME LIKE '#%' to get the session local temp table names. My application performs introspection in the...

IMO the library should not make any copy and simply use the data that it received in `BasicPublishAsync`. Once the data is passed to the library, the user should await...

Hi @Deepesh125, is there any update on this issue? We started migrating a new service that relies heavily in bulk copy operations to temp tables. Depending on the time frame...

@Deepesh125 right now we are evaluating performing this inserts directly in the PG `INSERT ON CONFLICT DO NOTHING`, but we are not sure if there's a recommended way to handle...

> Fixed in https://github.com/babelfish-for-postgresql/babelfish_extensions/pull/3011, Should this issue be closed?

This would be a breaking change. I don't think this can me added until a new major release of Dapper