Jordan Marr

Results 192 comments of Jordan Marr

Interesting. I'm hesitant to change the default behavior from `*` to an explicit list of columns as that could cause a run-time breaking change for some unknown edge case. But...

I wasn’t even aware of the feature of hidden columns in SQL Server. Should hidden columns be excluded from the generated types?

You can also filter our tables and/or columns in your toml file: https://github.com/JordanMarr/SqlHydra/wiki/TOML-Configuration#filtering For example, you can filter out the table entirely: ```toml [filters] include = [ "*" ] exclude...

I think v2.5 should fix your issue. https://github.com/JordanMarr/SqlHydra/releases Also, you shouldn’t have to filter the columns as I previously suggested (unless you want to). v2.5 should fix the issue because...

Closing as I believe this issue is completely resolved. Feel free to reopen if not.

This would be an easy fix. However, the F# `join` `on` syntax adds constraints that would make it impossible to express certain kinds of join filter clauses. For example, what...

Your primary key fields should not be optional. I don’t think any database even allow setting a nullable field as the PK. Use `InsertOutputAsync` to return the generated id field...

@lukaszkrzywizna I admit that the changes to useEffect in React were more than I could keep up with. It sounds like there are even more Edge cases to be concerned...

I find the changes to React useEffect in 18 confusing, and as a result, have moved on to using Fable.Lit. But it sounds like you know what you're talking about...