Closed ftKnox closed 4 years ago
Fixed with #102 Thanks again for continuing to submit these Anon/Embedded struct issues. They can be tricky.
This doesn't appear to be working. Using the test above, the panic is gone. However, no results are returned. I think it should return the first inserted record, correct? Am I missing something?
Yeah that doesn't look right, sorry
I just updated the Test to better reflect your example above, and it all seems to work fine in the test:
https://github.com/timshannon/bolthold/blob/master/nested_structs_test.go#L621
Ok, thanks for looking. I will go remove and update my bolthold repos to make sure it's not something stupid I did.
@ftKnox Feel free to reopen this if you are still seeing issues.
Thanks,
so I finally had a chance to get back to this project, and I am still seeing issues when querying
here is a test that demonstrates issue