Closed kolkov closed 7 years ago
There are two Id
columns being returned. This is a bit special. The current implementation will take the second Id
column. I suggest you avoid this situation by explicitly selecting one Id
column that you really want.
Yes, I did the same, but it seems to me that this is not quite right ... Thanks!
What is not quite right?
Hi, Qiang! Happy New Year 2017! I use this code to populate
FeedPersonName
struct from MySQL tables. But Feed.Id, Feed.CreatedAt etc. populates with Id, CreatedAt etc. from Person table not from Feed. Is it correct?Feed
PersonName
FeedDAO