writefreely/db
Matt Baer 471ef4d403 Fix "NOT NULL column with NULL" error in v5 SQLite migration
Previously, this migration would cause the error: "Cannot add a NOT NULL
column with default value NULL". This fixes that by setting the default
value for new columns to '' (empty string). It updates the query builder
to support this, too.
2020-03-03 11:43:46 -06:00
..
alter.go Code cleanup in prep for PR. T710 2019-12-30 13:32:06 -05:00
alter_test.go Feature complete on MVP slack auth integration. T710 2019-12-28 15:15:47 -05:00
create.go Fix "NOT NULL column with NULL" error in v5 SQLite migration 2020-03-03 11:43:46 -06:00
create_test.go Unit tests, integration testing, and code cleanup for oauth support. Part of T705. 2019-12-23 14:30:32 -05:00
dialect.go Code cleanup in prep for PR. T710 2019-12-30 13:32:06 -05:00
index.go Code cleanup in prep for PR. T710 2019-12-30 13:32:06 -05:00
raw.go Code cleanup in prep for PR. T710 2019-12-30 13:32:06 -05:00
tx.go Unit tests, integration testing, and code cleanup for oauth support. Part of T705. 2019-12-23 14:30:32 -05:00