* enable sqlserver conformance test * Update SQL Server conformance test setup * Fix sqlserver bug introduced in Go 1.16 * sqlserver almost conformant * Fix conformance tests and stored procedure * all sqlserver tests passing * Minor touchup * lint * Remove unnecessary condition * Add conformance test to GitHub workflow * remove env variable * Update stored procedure * Simplify error handling * Update state/sqlserver/sqlserver.go Co-authored-by: Simon Leet <31784195+CodeMonkeyLeet@users.noreply.github.com> * Update state/sqlserver/sqlserver.go Co-authored-by: Simon Leet <31784195+CodeMonkeyLeet@users.noreply.github.com> Co-authored-by: Bernd Verst <me@bernd.dev> Co-authored-by: Simon Leet <31784195+CodeMonkeyLeet@users.noreply.github.com> Co-authored-by: Artur Souza <artursouza.ms@outlook.com> Co-authored-by: Dapr Bot <56698301+dapr-bot@users.noreply.github.com> |
||
---|---|---|
.devcontainer | ||
.github | ||
authentication | ||
bindings | ||
contenttype | ||
docs | ||
internal/component/redis | ||
metadata | ||
middleware | ||
nameresolution | ||
pubsub | ||
secretstores | ||
state | ||
tests | ||
.codecov.yaml | ||
.gitignore | ||
.golangci.yml | ||
CODEOWNERS | ||
CONTRIBUTING.md | ||
LICENSE | ||
Makefile | ||
Readme.md | ||
SECURITY.md | ||
go.mod | ||
go.sum |
Readme.md
Components Contrib
The purpose of Components Contrib is to provide open, community driven reusable components for building distributed applications. These components are being used by the Dapr project, but are separate and decoupled from it.
Using components developers can interact with bindings, state stores, messaging systems and more without caring about the underlying implementation.
Available component types:
For documentation on how components are being used in Dapr in a language/platform agnostic way, visit Dapr Docs.
Contribution
Code of Conduct
Please refer to our Dapr Community Code of Conduct