mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
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(). |
||
|---|---|---|
| .. | ||
| check.go | ||
| check_test.go | ||
| common.go | ||
| config.go | ||
| config_test.go | ||
| doc.go | ||
| export.go | ||
| export_test.go | ||
| generate_config.go | ||
| generate_config_test.go | ||
| import.go | ||
| import_test.go | ||
| inspect.go | ||
| inspect_test.go | ||
| server.go | ||
| server_test.go | ||