-
Notifications
You must be signed in to change notification settings - Fork 74
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
Custom getter not being called properly. #129
Comments
Hi, any input on this? Sorry for being impatient. |
Setting |
@zusamann - I can confirm. By default, we set |
Heard a fix is in the works. When it will be released? unknown, but sounds like within the next 6 months or so. |
I'm using the sequelize migrations.I've gone through the feathersjs link provided still I've no idea where to pass the option raw:false. |
In the |
I'm using the project structure created by sequelize-cli. ( https://sequelize.org/v5/manual/migrations.html) |
I have the following model set up in sequelize:
Now every thing works fine when I create a record.
But when I look at the response on a
get
orfind
method the custom getter doesn't get called and I see this instead:System configuration
Module versions:
Database Setup:
PostGreSQL 9.6
with postGIS 2.3 Bundle
NodeJS version:
v8.0.0
Operating System:
Windows 10 Pro
Browser Version:
Chrome Version 60.0.3112.40 (Official Build) beta (64-bit)
The text was updated successfully, but these errors were encountered: