components-contrib/state/postgresql
Bernd Verst e87cd5e4cb
Go 1.19 support and linter fixes (#1975)
* Go 1.19 support and linter fixes

Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>

* Update workflows for Go1.19 and new linter version

Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>

* Remove unnecessary space in nolint directive

Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>

* disable additional linters which aren't used because of Go generics

Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>

* enable gosec linter again

Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>

* Update bindings/zeebe/command/publish_message_test.go

Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>

* Update bindings/output_binding.go

Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>

* Use prepared statement for mysql table creation

Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>

* Ping is not ping

Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>

* c'mon linter

Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>

* Fix MySQL gosec issue

Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>

* revert mysql to be fixed later

Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>

Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-08-18 00:45:23 -07:00
..
dbaccess.go Fix ordering in transaction API for PostgreSQL (#1524) 2022-03-08 21:46:32 -08:00
postgresdbaccess.go Add postgresql certification test + connection idle time (#1778) 2022-06-10 11:07:26 -07:00
postgresdbaccess_test.go Go 1.19 support and linter fixes (#1975) 2022-08-18 00:45:23 -07:00
postgresql.go Adding Pinger interface and Removing mandatory nature of Ping fuction (#1784) 2022-06-14 08:27:54 -07:00
postgresql_integration_test.go Go 1.19 support and linter fixes (#1975) 2022-08-18 00:45:23 -07:00
postgresql_query.go Go 1.19 support and linter fixes (#1975) 2022-08-18 00:45:23 -07:00
postgresql_query_test.go Removing the use of the ioutil package And Fix CVE-2021-42576 (#1954) 2022-08-10 13:45:00 -07:00
postgresql_test.go Go 1.19 support and linter fixes (#1975) 2022-08-18 00:45:23 -07:00