focalboard/server
Doug Lauder 2640cbd3ed
fix panic selecting insert_at (#2009)
Fixes a panic at start-up for plugin + postgres/mysql. When selecting on a timestamp database type, the type of the var to scan into is different based on database type. The fix is to convert the timestamp to string within the query and scan into a string.
2021-12-21 17:18:55 -05:00
..
admin-scripts
api Fixing and regenerating swagger documentation (#1990) 2021-12-15 20:54:23 +01:00
app Notifications phase 1 (#1851) 2021-12-10 10:46:37 -05:00
auth
client Notifications phase 1 (#1851) 2021-12-10 10:46:37 -05:00
integrationtests Test all supported databases in CI (#2000) 2021-12-17 12:30:47 -05:00
main Fixing and regenerating swagger documentation (#1990) 2021-12-15 20:54:23 +01:00
model Notifications phase 1 (#1851) 2021-12-10 10:46:37 -05:00
server Notifications phase 1 (#1851) 2021-12-10 10:46:37 -05:00
services fix panic selecting insert_at (#2009) 2021-12-21 17:18:55 -05:00
swagger Fixing and regenerating swagger documentation (#1990) 2021-12-15 20:54:23 +01:00
utils Notifications phase 1 (#1851) 2021-12-10 10:46:37 -05:00
web Remove noisy error log for unit tests 2021-12-17 01:05:05 -05:00
ws Notifications phase 1 (#1851) 2021-12-10 10:46:37 -05:00
.golangci.yml
go.mod
go.sum
go.tools.mod
go.tools.sum