-
Notifications
You must be signed in to change notification settings - Fork 376
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
Property name and database column name mapping support request. #273
Labels
Comments
kapouer
added a commit
to kapouer/node-orm2
that referenced
this issue
Nov 6, 2013
This is a generic way to address dresende#273 Important: property.select can be a function, whose return value won't be escaped.
kapouer
added a commit
to kapouer/node-orm2
that referenced
this issue
Dec 28, 2013
This is a generic way to address dresende#273 Important: property.select can be a function, whose return value won't be escaped.
dxg
pushed a commit
that referenced
this issue
Apr 7, 2014
This is a generic way to address #273 Important: property.select can be a function, whose return value won't be escaped.
dxg
pushed a commit
that referenced
this issue
May 7, 2014
This is a generic way to address #273 Important: property.select can be a function, whose return value won't be escaped.
This should now be possible in master. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Request to support model property name to database column name mapping. Like this:
The
userAccessToken
map to database columntoken
,lastLogin
auto(or options enable this) map to database columnlast_login
.The text was updated successfully, but these errors were encountered: