Coder3333

Results 13 comments of Coder3333

@jmezach , did you ever figure this out? If you right click References on the project from Visual Studio and then select "Add Database Reference", it brings up a screen...

Unfortunately, I ended up abandoning Waypoints, along with every other framework that I tried out for the same reason. I ended up just doing it all manually with lots of...

@mguinness - I do not want to change the connection string. I am merely calling UseMySql, which is throwing the exception. UseMySql should not be trying to change the connection...

@mguinness - if I already have an open connection, I don't want to open another connection, especially if I am controlling a transaction with that original connection. If this library...

@mguinness - when I add the connection string options detailed in https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql/issues/169, things do work. I wish that the exception thrown gave some hints that this would resolve the issue.

Also, with this dialog being modal, it blocks access to the the main VS window behind it, so I can't copy values from my project to paste into the settings...

I am really close to getting this to work, but I am having trouble with the last piece of the puzzle (how to get the status of the query). Can...

I created this pull request with my effort to bring asynchronous queries to the .Net Connector https://github.com/snowflakedb/snowflake-connector-net/pull/421

> hi and thank you for submitting this issue , apologies for the long period without response. also thank you for sending the PR ! checked this repo and async...

It is very disheartening that I provided a solution to this issue a year ago, and because it was ignored and the base code continued to change over that time,...