-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
populate not working in moleculer-db-adapter-sequelize #296
Comments
Please create an exact repro code on repl.it. |
hi @icebob this is th repl.it: |
I mean a working example that works on repl.it without transporter and MySQL (use sqlite) |
Work with the _id field. |
@aheadrox What do you mean here exactly?
when calling it I have this piece of code
|
@icebob I confirm this issue as stated in my previous comment With query
Without query
And this only works for Any idea? |
I need a repro example (without any external tools and schemas) what I can debug to investigate the problem. |
I think you can use the replit you setup, just need to define 2 different service which are related |
@icebob here is a full reproduction https://replit.com/@irzhywau/issue-296 Im still wondering what Im doing wrong, either the library is buggy |
@irzhywau tested your repro and, after setting the It seems that |
HI, i try use populate to connect my detail to my master, but our populate not display. maybe can you help me
this is my code:
user_detail.js
user.js
index.js
The text was updated successfully, but these errors were encountered: