Commit af0efed
fix: read scan_consistency via instance_variable_get in has_many query_fn
Couchbase::Options::Query exposes only a writer (scan_consistency=), not
a reader. Reading options.scan_consistency raises NoMethodError at runtime.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 446fa07 commit af0efed
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
0 commit comments