dfc8aa28f4
The given `columnLists` may not contain all columns available in the given table. This patch prevents the code to fail. Before this patch the code was panicking whenever it was trying to set a value into a `nil` object, e.g. `columnList.GetColumn('non-existant').Type = SomeType`. For some reason the application was not completely failing but as a side-effect any column after the non-existant column would never get its Type properly set. |
||
---|---|---|
.. | ||
applier.go | ||
hooks.go | ||
inspect.go | ||
migrator.go | ||
server.go | ||
streamer.go | ||
throttler.go |