goupviet / joose-js

Automatically exported from code.google.com/p/joose-js
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Initializers don't work with ORM #15

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a new Entity object using initializers. e.g. new 
MyEntities.Person({name:"malte", 
city:"Hamburg"})
2. Now save this Entity object

What is the expected output? What do you see instead?
Expected: INSERT INTO person VALUES (?, ?, ?) -> malte, Hamburg,
Actual: INSERT INTO person VALUES (?, ?, ?) -> ,,

What version of the product are you using? On what operating system?
simple_orm?ORM.js 2.0

Please provide any additional information below.

Original issue reported on code.google.com by nrmeht...@gmail.com on 11 Mar 2009 at 3:22

GoogleCodeExporter commented 8 years ago
This problem does not occur with ORM_async version 2.0. 

Original comment by nrmeht...@gmail.com on 12 Mar 2009 at 5:23