- 30 7月, 2019 4 次提交
- 29 7月, 2019 7 次提交
-
-
由 StoneT2000 提交于
Docs - Docs updated - include third party connectors links - local docs updated to web versions and fixed for compatability Node - Async added - Deleted uncessary code - Docs updated
-
由 huili 提交于
-
由 huili 提交于
-
由 slguan 提交于
-
由 slguan 提交于
Add initial driver connector for rust
-
由 slguan 提交于
-
由 slguan 提交于
-
- 28 7月, 2019 5 次提交
-
-
由 tidyjiang 提交于
-
由 slguan 提交于
Grammar and typo fixes. Updated some docs
-
由 slguan 提交于
minor improvements to 'setErrMsg'
-
由 Hongze Cheng 提交于
-
由 Hongze Cheng 提交于
-
- 27 7月, 2019 2 次提交
-
-
由 StoneT2000 提交于
-
由 StoneT2000 提交于
-
- 26 7月, 2019 10 次提交
-
-
由 slguan 提交于
remove duplicate include in trpc.c
-
由 slguan 提交于
-
由 slguan 提交于
-
由 slguan 提交于
-
由 Li Cao 提交于
-
由 hzcheng 提交于
Documentation Update
-
由 StoneT2000 提交于
-
由 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.
-
由 hzcheng 提交于
Updated nodejs connector to 1.1.1
-
由 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")
-
- 25 7月, 2019 10 次提交
-
-
由 slguan 提交于
-
由 huili 提交于
-
由 hzcheng 提交于
Added local documentation and updated README
-
由 StoneT2000 提交于
-
由 StoneT2000 提交于
-
由 slguan 提交于
fix #174
-
由 huili 提交于
-
由 slguan 提交于
Update docs within files, better naming, and added some async functionality
-
由 StoneT2000 提交于
-
由 StoneT2000 提交于
- Using _ to indicate variable/function is private and shouldn't be accessed - Added JSDocs syntax to generate documentation -
-
- 24 7月, 2019 2 次提交