Bug #401

loadで、_idを指定できるが無視される。

Added by Tasuku SUENAGA almost 2 years ago. Updated over 1 year ago.

Status:やらない Start date:07/22/2010
Priority:Normal Due date:
Assignee:- % Done:

0%

Category:-
Target version:1.1

Description

以下のように再現できる。

table_create Users TABLE_NO_KEY
column_create Users name COLUMN_SCALAR ShortText
load --table Users
[
 ["_id", "name"],
 [1, "morita"],
 [2, "gunyara-kun"]
]
load --table Users
[
 ["_id", "name"],
 [1, "morita"],
 [2, "gunyara-kun"]
]


Related issues

duplicates Feature #200: loadにて、_idを使って更新を行いたい。 新規 04/02/2010

History

Updated by daijiro MORI over 1 year ago

  • Target version changed from 1.0 to 1.1

Updated by daijiro MORI over 1 year ago

  • Status changed from 新規 to やらない

Also available in: Atom PDF