featurebase/ctl
Travis 881d3bef06 Adjust the FieldOption logic to be in place prior to field.Open().
This commit changes the order of FieldOption application so that
it's always set before field.Open() is called.

This was required because field.Open() now uses some of the values
from FieldOptions to determine if/when to use a particular
translateStore. For example, when FieldOptions.ForeignIndex is set,
the translateStore from the foreign index is retrieved during
field.Open().
2020-01-10 12:28:28 -06:00
..
check.go v2.0.0 2019-10-08 14:56:17 -06:00
check_test.go generalize test strings and break out old UnmarshalBinary code 2019-08-05 17:39:47 -05:00
common.go v2.0.0 2019-10-08 14:56:17 -06:00
config.go v2.0.0 2019-10-08 14:56:17 -06:00
config_test.go v2.0.0 2019-10-08 14:56:17 -06:00
doc.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
export.go v2.0.0 2019-10-08 14:56:17 -06:00
export_test.go v2.0.0 2019-10-08 14:56:17 -06:00
generate_config.go v2.0.0 2019-10-08 14:56:17 -06:00
generate_config_test.go so much lint 2019-04-16 12:07:18 -05:00
import.go Adjust the FieldOption logic to be in place prior to field.Open(). 2020-01-10 12:28:28 -06:00
import_test.go v2.0.0 2019-10-08 14:56:17 -06:00
inspect.go v2.0.0 2019-10-08 14:56:17 -06:00
inspect_test.go generalize test strings and break out old UnmarshalBinary code 2019-08-05 17:39:47 -05:00
server.go initial gRPC server implementation 2019-10-29 14:27:07 -05:00
server_test.go v2.0.0 2019-10-08 14:56:17 -06:00