1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-12 09:04:14 +02:00
focalboard/server/services/store/sqlstore
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
..
initializations use milliseconds for all timestamps (server) (#1447) 2021-10-07 07:51:01 -04:00
migrations Notifications phase 1 (#1851) 2021-12-10 10:46:37 -05:00
blocks.go fix panic selecting insert_at (#2009) 2021-12-21 17:18:55 -05:00
data_migrations_test.go Include migration for content order on unique id migration (#1965) 2021-12-10 09:33:41 -05:00
data_migrations.go Adds data migrations and the unique IDs migration (#1776) 2021-11-11 17:01:43 +01:00
helpers_test.go Test all supported databases in CI (#2000) 2021-12-17 12:30:47 -05:00
initialize.go typed block type (#1672) 2021-10-26 21:11:19 -04:00
migrate_test.go Fix MySQL migration connection when the DSN doesn't contain any query parameters (#557) 2021-06-11 11:18:11 +02:00
migrate.go Adds data migrations and the unique IDs migration (#1776) 2021-11-11 17:01:43 +01:00
notificationhints.go Notifications phase 1 (#1851) 2021-12-10 10:46:37 -05:00
params.go Adds data migrations and the unique IDs migration (#1776) 2021-11-11 17:01:43 +01:00
public_methods.go Notifications phase 1 (#1851) 2021-12-10 10:46:37 -05:00
session.go Adds a generator that wraps store methods with transactions and migrates implementations to use transactions (#1440) 2021-10-22 12:48:53 +02:00
sharing.go Adds a generator that wraps store methods with transactions and migrates implementations to use transactions (#1440) 2021-10-22 12:48:53 +02:00
sqlstore_test.go Notifications phase 1 (#1851) 2021-12-10 10:46:37 -05:00
sqlstore.go Adds data migrations and the unique IDs migration (#1776) 2021-11-11 17:01:43 +01:00
subscriptions.go Notifications phase 1 (#1851) 2021-12-10 10:46:37 -05:00
system.go Adds data migrations and the unique IDs migration (#1776) 2021-11-11 17:01:43 +01:00
user.go Adds a generator that wraps store methods with transactions and migrates implementations to use transactions (#1440) 2021-10-22 12:48:53 +02:00
util.go Test all supported databases in CI (#2000) 2021-12-17 12:30:47 -05:00
workspaces.go Adds a generator that wraps store methods with transactions and migrates implementations to use transactions (#1440) 2021-10-22 12:48:53 +02:00