Не работает дополнение объектов с iskey

Bug #1631493 reported by sergey
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
jsdata
In Progress
Critical
sergey

Bug Description

Если у обекта есть 2 и более полей iskey и дописывать этот объект больше нельзя
пример
new Model( 'TestModel019' ,{
      id : {
        type : 'int',
 iskey : true
      },
      uid : {
 type : 'int',
 iskey : true
      }
    })

    new TestModel019({id:20})
    new TestModel019({id:20 , uid : 150})

Это будет 2 разных объекта

sergey (vip-karamba)
Changed in jsdata:
importance: Undecided → Critical
assignee: nobody → sergey (vip-karamba)
status: New → In Progress
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.