Issue with DSO - PostgreSQL Unique ID Field

Hi Mark,

I did some more digging here and talked with the internal team. It turns out this is related to a Javascript limitation. You can try it by typing a 18+ digit number into your JS console:

113345345345345348 // results in 113345345345345340
  1. A ticket has already been created in our internal tracking system for this issue. There is not a target date for getting this issue addressed yet but our devs are aware of it. We will let you know when the fix is available.

    In the meantime, there are a couple of workarounds you can use:​

    Have a shorter unique id field, as you’re doing now

  2. Were you using Integer or Unique Id for the field type in the Skuid Data source schema settings? If you change the field type to text, it should allow you to get around the JS rounding thing. Unique Id may also be worth a shot if you haven't tried it yet.

Screen Shot 2020-12-30 at 10.28.44 AM.png

Thanks! Let me know if you have any questions or concerns.