Joel Reinford
Joel Reinford
I can only get this to work by changing the PetaPoco code and using the Database(IDbConnection connection) overload. The code that needs to change is any code that calls internal...
I understand that the code is doing what it is supposed to do. My point is that there is no way for me to change the allowDefault parameter value so...
That's great. I appreciate the responsiveness from both of you.
By beta, do you mean Install-Package PetaPoco -Pre? Or something else? I'm getting the same results with that package as before. No profiling and an exception at the same place...
Here's a code snippet. I'm not getting anything in ORM Profiler using this code. var connectionStringKey = "NorthwindConnection"; var connectionString = ConfigurationManager.ConnectionStrings[connectionStringKey].ConnectionString; var factory = DbProviderFactories.GetFactory("System.Data.SqlClient"); var sqlDb = new...
In my code, I use the specific database provider. ORM Profiler should intercept that call and wrap it with it's provider. It appears that the only PetaPoco.Database overload that will...
I'll add another vote for TryParse. As of now, it's easier to use Uri.TryCreate and then pass the Uri output variable to create a Flurl Url (shown below). I'd rather...
You have it right exactly and I'm embarrassed that I didn't think of the case difference. I would be happy to test a patch if you can change that to...
I tested this build several time with both a silent install from the command line and using the installer GUI. I also put several different variations of casing in PATH...