focalboard/server/services/store/sqlstore
Doug Lauder 8be71b1498
Don't insert nulls into blocks_history table. (#1890)
Ensure all fields are non-NULL when inserting into blocks_history (on block delete).
2021-12-03 12:32:57 -05:00
..
initializations use milliseconds for all timestamps (server) (#1447) 2021-10-07 07:51:01 -04:00
migrations Don't insert nulls into blocks_history table. (#1890) 2021-12-03 12:32:57 -05:00
blocks.go Don't insert nulls into blocks_history table. (#1890) 2021-12-03 12:32:57 -05:00
data_migrations_test.go Adds data migrations and the unique IDs migration (#1776) 2021-11-11 17:01:43 +01:00
data_migrations.go Adds data migrations and the unique IDs migration (#1776) 2021-11-11 17:01:43 +01:00
helpers_test.go Adds data migrations and the unique IDs migration (#1776) 2021-11-11 17:01:43 +01: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
params.go Adds data migrations and the unique IDs migration (#1776) 2021-11-11 17:01:43 +01:00
public_methods.go Adds data migrations and the unique IDs migration (#1776) 2021-11-11 17:01:43 +01: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 Adds data migrations and the unique IDs migration (#1776) 2021-11-11 17:01:43 +01:00
sqlstore.go Adds data migrations and the unique IDs migration (#1776) 2021-11-11 17:01:43 +01: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 Replace mlog with server v6 mlog (#1088) 2021-08-25 16:08:01 -04: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