- 15 8月, 2023 1 次提交
-
-
由 wmmhello 提交于
-
- 04 8月, 2023 1 次提交
-
-
由 sangshuduo 提交于
* fix: use latest version of jdbc connector * fix: remove locale and timezone to avoid confusing user * fix: update readme.md
-
- 23 7月, 2023 1 次提交
-
-
由 sangshuduo 提交于
-
- 10 7月, 2023 2 次提交
-
-
由 sangshuduo 提交于
-
由 sangshuduo 提交于
-
- 15 6月, 2023 1 次提交
-
-
由 dependabot[bot] 提交于
Bumps [guava](https://github.com/google/guava) from 30.1.1-jre to 32.0.0-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:production ... Signed-off-by: Ndependabot[bot] <support@github.com> Co-authored-by: Ndependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 09 6月, 2023 1 次提交
-
-
由 sangshuduo 提交于
-
- 08 6月, 2023 3 次提交
- 07 6月, 2023 2 次提交
-
-
由 dengyihao 提交于
-
由 sangshuduo 提交于
-
- 06 6月, 2023 3 次提交
- 01 6月, 2023 1 次提交
-
-
由 huolibo 提交于
-
- 24 5月, 2023 1 次提交
-
-
由 Dingle Zhang 提交于
* 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
-
- 22 5月, 2023 1 次提交
-
-
由 t_max 提交于
-
- 24 4月, 2023 1 次提交
-
-
由 Haojun Liao 提交于
-
- 18 4月, 2023 1 次提交
-
-
由 dependabot[bot] 提交于
Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.3.26 to 5.3.27. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.26...v5.3.27) --- updated-dependencies: - dependency-name: org.springframework:spring-core dependency-type: direct:production ... Signed-off-by: Ndependabot[bot] <support@github.com> Co-authored-by: Ndependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 01 4月, 2023 1 次提交
-
-
由 robotspace 提交于
* Do not retrieve err msg when connection is established successfully to avoid exception. * Restore check script for lua installation. * Infactor connection pool implementation.
-
- 24 3月, 2023 1 次提交
-
-
由 dependabot[bot] 提交于
Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.3.20 to 5.3.26. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.20...v5.3.26) --- updated-dependencies: - dependency-name: org.springframework:spring-core dependency-type: direct:production ... Signed-off-by: Ndependabot[bot] <support@github.com> Co-authored-by: Ndependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 22 3月, 2023 1 次提交
-
-
由 dapan1121 提交于
-
- 18 3月, 2023 1 次提交
-
-
由 sangshuduo 提交于
-
- 16 3月, 2023 1 次提交
-
-
由 wmmhello 提交于
-
- 15 3月, 2023 1 次提交
-
-
由 robotspace 提交于
* Do not retrieve err msg when connection is established successfully to avoid exception. * Restore check script for lua installation.
-
- 25 2月, 2023 1 次提交
-
-
由 huolibo 提交于
* enh(driver): add spring + mybatis type:byte[] example * doc: add init description * docs: add byte[] description
-
- 24 2月, 2023 1 次提交
-
-
由 Haojun Liao 提交于
-
- 22 2月, 2023 2 次提交
-
-
由 Haojun Liao 提交于
-
由 dapan1121 提交于
-
- 21 2月, 2023 1 次提交
-
-
由 wmmhello 提交于
-
- 10 2月, 2023 1 次提交
-
-
由 sangshuduo 提交于
-
- 08 2月, 2023 1 次提交
-
-
由 sangshuduo 提交于
-
- 03 2月, 2023 1 次提交
-
-
由 sangshuduo 提交于
-
- 19 12月, 2022 2 次提交
-
-
由 sangshuduo 提交于
* fix: update taos-tools 45eef77 * fix: update taos-tools 8376384 * fix: taosbenchmark disorder sample * test: remove deprecated param * fix: update taos-tools 83515dc * fix: examples/c/asyncdemo.c compile error
-
由 Haojun Liao 提交于
-
- 18 12月, 2022 1 次提交
-
-
由 dengyihao 提交于
-
- 14 12月, 2022 1 次提交
-
-
由 dapan1121 提交于
-
- 13 12月, 2022 2 次提交