Commit Graph

60 Commits

Author SHA1 Message Date
Ping Xiao 6e43d74677 update coverage data 2024-01-29 15:24:28 +08:00
Ping Xiao 0331c1f9ad add taosdump into rpm and deb 2023-11-29 16:41:08 +08:00
Shuduo Sang 1594005148
docs: update readme for build contrib on (#22299)
* docs: update readme with libgflags

* docs: update readme with geos

* docs: remove geometry docs

* docs: update readme

* docs: update readme for 3.0

* docs: update readme for build contrib on
2023-08-03 11:44:06 +08:00
Shuduo Sang ca346501de docs: update readme to claim does not support cross-compile 2023-07-21 13:39:15 +08:00
Shuduo Sang f2ee992208
docs: update readme-cn.md (#22086) 2023-07-17 09:43:12 +08:00
Shuduo Sang 04acc9dc51
docs: update readme main (#21751)
* docs: update readme with libgflags

* docs: update README-CN.md

* docs: update readme for gflags on centos
2023-06-16 09:40:39 +08:00
Shuduo Sang b885bef139
docs: update readme main (#21654)
* docs: update readme with libgflags

* docs: update README-CN.md
2023-06-08 13:11:09 +08:00
Haojun Liao 5301c5756a other: merge main into 3.0. 2023-06-01 09:29:18 +08:00
Shuduo Sang cd2fdf49f3
docs: update readme (#21473)
* docs: update readme with libgflags

* docs: update readme with geos

* docs: remove geometry docs

* docs: update readme
2023-05-25 16:48:47 +08:00
Shuduo Sang 81af19af85
docs: update readme with geos (#21453)
* docs: update readme with libgflags

* docs: update readme with geos
2023-05-24 16:03:55 +08:00
Dingle Zhang 984211f3b4
Feature/3.0 geometry (#21037)
* Add GEOMETRY data type and make sql.c able to parse it. The GEMETRY works like BINARY so far.

* add GEOMETRY type into gConvertTypes to fix some issues like DELETE calling

* change some test cases to make sure no same timestamp is inserted, and add my smoketest.sh

* Add a function MakePoint() and introduce a lib geometry

* implement sql functions GeomFromText() and AsText()

* Use GEOS *_r funcions instead for thread safety

* Handle with TSDB_DATA_TYPE_GEOMETRY when INSERT geometry data by converting WKT.
Add geosWrapper to wrap the basic GEOS functions for TDEngine.

* refactor AsText and MakePoint functions to be like GeomFromText

* Show WKT when print geometry data in screen
Dump hex data when dump geometry data in a file

* define TYPE_BYTES item for TSDB_DATA_TYPE_GEOMETRY, which casued some strange issues.

* set number of decimals of WKT to 6

* Implement SQL function Intersects()

* refactor geometry sql functions

* Add geosErrMsgeHandler() to get the GEOS error detail

* use threadlocal to instantiate SGeosContext
call destroyGeosContext() only if the thread exists

* remove SGeosContext *context param for all geometry functions since we use thread local one,
so that all caller do not need to know the context.

* Modify Intersects() to call PreparedIntersects() when one of param is a constant, which has higher performance.

* rename prepareFn() to initCtxFn() to avoid confusion with PreparedFn

* Add prefix "ST_" for all geometry functions

* move getThreadLocalGeosCtx() and destroyThreadLocalGeosCtx() into util,
so that all unit test tools can compile

* Add unit test for geometry lib, only test MakePoint so far

* refactor and enhance existing cases in geomFuncTest

* implement NULL type and NULL value test for geomFuncTest

* add test on geomFromText()

* add unit test on AsText() in geomFuncTest

* combine some makePointFunction test items

* add intersectsFunctionTwoColumns test
refactor on callGeomFromTextWrapper functions

* enhance intersectsFunction test to add cases like input constant , NULL type, NULL value, or wrong content

* add more cases into intersectsFunction test

* Add basic test on geometry in system test

* Add ST_GeomFromText and ST_AsText function test in system test on geometry

* add ST_Intersects function test in system test on geometry

* support to check expectedErrno in system test on geometry

* adjust geomTest unit test and geometry system test

* add geometry data type and functions in doc english version

* implement touchesFunction() in geometry lib
refactor geometry relation functions model

* separate gemFuncTest into several src files

* add unit test on touchesFunction

* support sql function ST_Touches()
add system test on ST_Touches

* add docs for ST_Touches()

* Add ST_Contains()

* Add ST_Covers()

* Add ST_Equals()

* add swapAllowed param for geomRelationFunction()
read geom2 earlier intead of at doGeosRelation()

* Add ST_ContainsProperly()

* build on windows

* Merge from 3.0 to 3.0_geometry

* change macro definition TSDB_DATA_TYPE_GEOMETRY as the last one for compatibility

* change '\\NULL' to 'NULL' back in shellDumpFieldToFile()

* add /usr/local/include into include directory

* add /usr/local/inlcude and /usr/local/lib in cmake.platform for DARWIN
2023-05-24 15:36:46 +08:00
Shuduo Sang c9add94420
docs: update readme main (#21401)
* docs: update readme with libgflags

* docs: update README-CN.md
2023-05-22 09:58:52 +08:00
Shuduo Sang 51d70ca274
docs: update readme with libgflags (#21294) 2023-05-14 21:55:30 +08:00
Shuduo Sang 9e8cc7d18c
docs: update readme with libgflags (#21293) 2023-05-14 21:52:51 +08:00
Shuduo Sang ba4d5e0b75
docs: update readme with tdengin1 wechat (#21268) 2023-05-12 10:48:55 +08:00
xinsheng Ren 290dc2f190
fix: TD-22352 sudo required to start service on mac (#19963)
Co-authored-by: facetosea <25808407@qq.com>
2023-02-14 18:58:43 +08:00
Shuduo Sang 6a12cd9c8c
docs: add toolset build dependency (#19956) 2023-02-13 17:24:08 +08:00
Shuduo Sang 4e8ddc7733
fix: taosdump atomic static link (#18763)
* fix: taosdump static link atomic

* fix: update taos-tools f19765c

* fix: update taos-tools 44eb21e

* fix: update taos-tools 41c0399

* fix: taos-tools 829fa4d

* fix: update taos-tools 09dcf38

* docs: update readme to add few static lib

* fix: update taos-tools cac24d3
2022-12-07 16:50:33 +08:00
afwerar e453e96d6b os: Mac change service name 2022-10-13 18:34:11 +08:00
Zhiqiang Wang 1e6ac774aa
docs: change doc about Mac (#17227) 2022-10-08 23:57:40 +08:00
Zhiqiang Wang d3c4b33893
doc: change doc about Mac (#17207)
* doc: change doc about Mac

* docs: fixed few typos

Co-authored-by: Shuduo Sang <sangshuduo@gmail.com>
2022-10-08 13:40:41 +08:00
Zhiqiang Wang d05b134a48
os: Mac package (#17201)
* os: Mac package

* os: Mac package

* os: Mac package

* os: Mac package

* os: Mac package

* os: Mac package

* os: Mac package

* os: Mac package

* os: Mac package

* os: Mac package

* os: Mac package

* os: Mac package
2022-10-08 10:12:17 +08:00
wade zhang 14f1bf314d
Update README-CN.md 2022-08-25 08:38:10 +08:00
wade zhang 46c3edbfd9
Update README-CN.md 2022-08-25 08:37:11 +08:00
afwerar 40b355239b doc: update 3.0 mac doc 2022-08-23 13:23:49 +08:00
Jeff Tao 5c411ff23f
Update README-CN.md 2022-08-14 22:53:25 +08:00
wenzhouwww@live.cn 458402f68e update 2022-08-12 19:54:31 +08:00
wenzhouwww 915588d0a3
Merge branch '3.0' into docs/readme_english 2022-08-12 18:38:05 +08:00
wenzhouwww@live.cn 994f5d71dc update 2022-08-12 18:35:50 +08:00
Zhiqiang Wang b09f43b3a9
Merge branch '3.0' into fix/ZhiqiangWang/TD-17903-remove-win32-from-doc 2022-08-12 18:32:08 +08:00
wenzhouwww@live.cn 5e56829315 docs : update readme about 3.0 branch about englist version 2022-08-12 18:16:44 +08:00
Jeff Tao 1a217470ca
Update README-CN.md 2022-08-12 14:13:37 +08:00
Jeff Tao 4cd681520e
Update README-CN.md 2022-08-12 14:10:12 +08:00
Jeff Tao 229d8986b9
Update README-CN.md 2022-08-12 14:08:11 +08:00
afwerar ac01ffae35 doc: remove win32 from doc 2022-08-12 11:43:55 +08:00
afwerar f1dedd450c doc: remove win32 from doc 2022-08-12 11:01:46 +08:00
afwerar 025466d703 Merge branch 'fix/ZhiqiangWang/TD-17903-change-readme-doc' of https://github.com/taosdata/TDengine into fix/ZhiqiangWang/TD-17903-change-readme-doc 2022-08-11 21:20:57 +08:00
afwerar d48205bc82 doc: change readme doc 2022-08-11 21:20:43 +08:00
Zhiqiang Wang 6a66f6d94d
Merge branch '3.0' into fix/ZhiqiangWang/TD-17903-change-readme-doc 2022-08-11 21:09:35 +08:00
afwerar 76e4b18c3d doc: change readme doc 2022-08-11 21:05:42 +08:00
afwerar 103776b4d0 doc: change readme doc 2022-08-11 20:40:43 +08:00
afwerar e8d63b170c doc: change readme doc 2022-08-11 20:03:46 +08:00
Shuduo Sang 8cc16d5601
docs: update connector for3.0 (#16000)
* docs: update connector for 3.0

* docs: remove continous query from connector doc

* docs: update readme connector part
2022-08-11 18:16:24 +08:00
gccgdb1234 910a413f49 docs: refine product description in README.md and README-CN.md 2022-08-11 16:37:33 +08:00
afwerar 2e9068806e doc: change readme doc 2022-08-11 16:31:26 +08:00
afwerar 80a01235f2 doc: change 3.0 doc 2022-08-11 14:37:43 +08:00
afwerar 8fb2948136 build: add taosBenchmark to deb 2022-08-09 17:06:49 +08:00
afwerar d45ba3f05d build: review readme 2022-08-08 20:04:12 +08:00
afwerar 9692f6f85d build: review readme 2022-08-08 16:43:07 +08:00
Shuduo Sang 9a42c301e6
chore: add libtaos-ws for 3.0 (#14580)
* chore: add libtaos-ws for 3.0

* chore: update taosws-rs

* chore: add libtaosws to install/remove script

* chore: update taosws-rs
2022-07-08 19:23:03 +08:00