travis-leith
travis-leith
Related issues https://github.com/duckdb/duckdb/issues/1516 https://github.com/duckdb/duckdb/issues/1216
[Comment from dbeaver folks](https://github.com/dbeaver/dbeaver/issues/12068) > this caused by loosy JDBC API support in DuckDB driver. Table is created in mixed case (as driver says it uses mixed case). But in...
I am just here to add a small voice in support of TCE. Seems like this topic has not had any love in over a year :(
Typically my need for using `DateTime.PaseExact` is because I want to parse a string to a date using some specific date format, and I am guessing the same is true...
@Zaid-Ajaj this works well, thank you.
For the avoidance of doubt, this does not create a dependency on Aether, but it is complimentary.
I have an idea for a case study that would make a good how-to. A generator that, given a DU type `'a` with individual cases of types '`b, 'c, 'd,...
I would also like to see this. For instance I can't work out why the generated setter is `'b -> 'a -> 'b` instead of `'a -> 'b -> 'b`...
Having gone through the exercise of re-implementing the various utilities to cater for the Myriad setter, having it flipped does lead to neater code in this regard.
@Thorium the instructions given in your link almost worked; they were able to remove errors visible in VS, but upon building I get the following error ` The type provider...