1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-12 09:04:14 +02:00
focalboard/server/services/store
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
..
generators Notifications phase 1 (#1851) 2021-12-10 10:46:37 -05:00
mattermostauthlayer Removed unused fields (#1944) 2021-12-08 12:47:47 -07:00
mockstore Notifications phase 1 (#1851) 2021-12-10 10:46:37 -05:00
sqlstore fix panic selecting insert_at (#2009) 2021-12-21 17:18:55 -05:00
storetests Notifications phase 1 (#1851) 2021-12-10 10:46:37 -05:00
store.go Notifications phase 1 (#1851) 2021-12-10 10:46:37 -05:00