From: Mazen Hajri Date: November 28 2012 1:51pm Subject: NDB API: PK Autoincrement List-Archive: http://lists.mysql.com/cluster/8447 Message-Id: <000701cdcd6f$85aca300$9105e900$@fbd.net> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0008_01CDCD88.AAF9DB00" ------=_NextPart_000_0008_01CDCD88.AAF9DB00 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hello there, I'm currently implementing some application on top of NDB API, but I'm facing a problem of incrementing the PK with an auto_increment attribute. Do I have to read the last value then do the auto increment explicitly in the code, or is there an easier way? A simple example would be of great help. Kind regards, Mazen ------=_NextPart_000_0008_01CDCD88.AAF9DB00--