1. 30 Sep, 2022 1 commit
  2. 29 Sep, 2022 1 commit
  3. 28 Sep, 2022 6 commits
  4. 27 Sep, 2022 4 commits
  5. 26 Sep, 2022 14 commits
  6. 24 Sep, 2022 1 commit
  7. 23 Sep, 2022 4 commits
  8. 22 Sep, 2022 3 commits
  9. 21 Sep, 2022 5 commits
  10. 20 Sep, 2022 1 commit
    • Jérome Perrin's avatar
      sql_browser: improve display of results with big numbers · 489b50e3
      Jérome Perrin authored
      Javascript does not support big integers, so the backend have to be
      careful not to return too large numbers in the json. Nowadays there
      is bigint, but not equivalent for decimal numbers, so the backend
      tries to detect if numbers are too big and returns them as string
      in that case - which is better than returning a different number
      because it displays correctly in the result table. The pivot table
      will still wrong, but at least the table of results is OK.
      489b50e3