1. 26 7月, 2019 3 次提交
    • weixin_48148422's avatar
      Minor improvement to 'setErrMsg' · b2e06d1c
      weixin_48148422 提交于
      1. code like `char msg[] = "xxxxxx"` unnecessarily copied the string to stack, changed to `const char* msg = "xxxxxx"`.
      2. the 2rd argument of `setErrMsg` is changed from `char*` to `const char*`.
      3. the 3rd argument of `setErrMsg` is removed as `strncpy` stops copying at the end of source string.
      b2e06d1c
    • H
      Merge pull request #192 from StoneT2000/master · 4dcf8d7f
      hzcheng 提交于
      Updated nodejs connector to 1.1.1
      4dcf8d7f
    • 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
  2. 25 7月, 2019 10 次提交
  3. 24 7月, 2019 4 次提交
  4. 23 7月, 2019 4 次提交
  5. 22 7月, 2019 7 次提交
  6. 20 7月, 2019 4 次提交
  7. 19 7月, 2019 8 次提交