Attribute named `attributes` bug
See original GitHub issueIf I pass a field named attributes I see these stack trace:
TypeError: Cannot read property 'attributes' of undefined
at [object Object].Instance.set (node_modules/sequelize/lib/instance.js:305:38)
at [object Object].funcs.(anonymous function) (node_modules/sequelize/lib/model.js:769:23)
at [object Object].Model.refreshAttributes (node_modules/sequelize/lib/model.js:935:38)
at [object Object].Model.init (node_modules/sequelize/lib/model.js:720:8)
at [object Object].Sequelize.define (node_modules/sequelize/lib/sequelize.js:578:17)
at defineModel (model/index.js:37:35)
Expected: Work as usual. Or (at least) friendly error.
Sorry if this is a dup. Didn’t find it 😭
Issue Analytics
- State:
- Created 8 years ago
- Reactions:4
- Comments:11 (4 by maintainers)
Top Results From Across the Web
Woocommerce Product Import Bug | Attribute Name ...
The Variation keeps the “wrong” attribute names after importing a correct setup csv and still shows : Attribute 1 Name = Color |...
Read more >Error: Unsupported attribute , each.value is object with 2 ...
i'm trying to create multiple Network interfaces by using for_each and locals, here is my code locals { network_interfaces = { a ...
Read more >Error: Unsupported attribute. This object does not have an ...
The module that you are using module.nsg_app1 does not have nsg_name attribute. This means that it does not output such a variable in...
Read more >NetCDF: Attributes - Unidata Software Documentation
Global attributes are related to the netCDF dataset as a whole and may be used for purposes such as providing a title or...
Read more >Attribute syntax - Manual - PHP
The attribute name is an unqualified, qualified or fully-qualified name as described in Using Namespaces Basics. Arguments to the attribute are optional, ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

This is still an issue
This is still an issue.