Forum Post: RE: json and rowids

  • Thread starter Thread starter jmls
  • Start date Start date
Status
Not open for further replies.
J

jmls

Guest
yeah, old habits die hard ;) however, you can string(rowid) and to-rowid(string), so why isn't the default mapping of a rowid the stringified version ? add("rowid",string(rowid(customer)) gives you rowid: "0x0000000000008101" which can be converted back into a rowid using to-rowid() the problem that I've got is that once converted to json, I can't seem to convert it back

Continue reading...
 
Status
Not open for further replies.
Back
Top