tuol
Results
2
issues of
tuol
I have a MSSQL stored procedure that has the parameter. `@GeoLocation geography = null` Poco is generating the following: ```c# var geoLocationParam = new SqlParameter { ParameterName = "@GeoLocation", UdtTypeName...
bug
I want to migrate how my local machine connects to the SQL database on Azure. Instead of having a connection string that has a SQL username + password, I'd like...