Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

davikor

davikor created a comment on an issue on dbt-msft/dbt-sqlserver
> Constraints will make the run very slow if you do it for all foreign keys for example. Use only when required. the point of this issue is I can add as much foreign keys as I want to my dbt pro...

View on GitHub

davikor starred snoopwpf/snoopwpf
davikor opened a pull request on DapperLib/Dapper
Fix #2028
This fixes issue #2028 that occurs when executing `ExecuteAsync` on a `CommandDefinition` with `Pipelined` command flag in combination with multiple parameters on the `Microsoft.Data.SqlClient` and...
davikor forked DapperLib/Dapper

davikor/Dapper

davikor created a comment on an issue on fsprojects/Paket
@smoothdeveloper thanks a lot. 9.0.2 fixes this issue for me.

View on GitHub

davikor opened an issue on fsprojects/Paket
Using paket restore on project with targetframework net9.0-windows fails
### Description When I try to run `paket restore` on a project with TFM `net9.0-windows` the command fails with error message `Paket failed with -> MatchFailureException: The match cases were in...
davikor opened an issue on dbt-msft/dbt-sqlserver
[BUG] Column constraints (Primary Key, Foreign Keys, Checks, Unique) and Model constraints are not generated
Currently `sqlserver_adapter` does not generate constraints, except for the `not null` constraint if it is defined as a column constraint. The reason, as far as I understand this adapter is: ...