Richard
Richard
When using `Akkling`, if failed a number of times and each time either a dependency had to be installed first or the version of a package had to be changed....
### Description Queries with TempTables failed with the call to `.LoadTempTables`. ### Repro steps ````let [] private ConnStr = "server=.;database=ubammidb2;integrated security=true" type Q = SqlCommandProvider< "select 1 as id", //same...
### Description When the project is opened for a while (variable time - some time 10 mins, others 30 mins depending on what is done), the following issues are seen...
This is to track issues/tasks on the path to 1.0.1. - [ ] Upgrade *Rezoom* to 1.0.1 (package not available) - [ ] Upgrade *FParsec-Pipes* to 1.1.1 (gives an error)...
Using the examples on the dynamic sql [page](https://rspeele.gitbooks.io/rezoom-sql/doc/Language/DynamicSQL.html) This works type ExampleQueryResult = { Id : int Name : string Email: string } let exampleCommand (id : int) (nameSearch :...
The following fails at runtime with `System.Data.SqlClient.SqlException: 'Invalid column name 'code'.'` ```sql alter table Users add column code int default 0; update Users set code = id + 1000; ```...
There appears to be an increase in the resources (memory and processor) used when editing and saving sql files. The behavior has been observed with with VS2017 and VSCode. In...
Given the query type UserCount = SQL `UserCount.Command` has signature `Command` Is there a way to write the query such that the output is `Command` so `.Scalar()` can be called...
Values likes `001`, `1234`, etc in my configuration ends up automatically as `TimeSpan`. Is there a way to prevent this? I tried quoting them but it made no difference.