1. 16 10月, 2019 1 次提交
    • S
      Fixed time conversion bug · bd08e777
      StoneT2000 提交于
      - Fixed bug when the least significant bits of timestamp may cause time to be converted to 0
      - Fixed small display bug with time and sig figs.
      bd08e777
  2. 15 10月, 2019 1 次提交
  3. 26 7月, 2019 1 次提交
    • S
      Updated nodejs connector to 1.1.1 · e257c02a
      StoneT2000 提交于
      Implemented higher level API to make it more modular
      Using promises and callbacks
      Argument binding is now available e.g query(select ? from ?).bind("*", "table")
      e257c02a