freemine
freemine
say: select * from t where name in (?,?,?) does this kind of parameterized-statement could be used via taos_stmt_xxxx APIs?
**Bug Description** as titled as above **To Reproduce** Steps to reproduce the behavior: ``` Welcome to the TDengine Command Line Interface, Client Version:3.0.1.5 Copyright (c) 2022 by TDengine, all rights...
**Is your feature request related to a problem? Please describe.** `taos_data_type` is declared in `taos.h`, but not exported in `taos.dll` in TDengine windows port **Describe your desired behavior** **Describe your...
**Is your feature request related to a problem? Please describe.** `taos_fetch_raw_block` returns whole column-payload no matter whether `limit` sub-clause exists or not. NOTE: **nr_rows field of raw-block is correct** **eg.:**...
``` C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(248,5): warning MSB8065: 项“C:\Users\xxh\Documents\taos\mytaos\.externals\build\libwebsockets\src\e x_libwebsockets-build\lws_config.h”的自定义生成成功,但尚未创建指定的输出“c:\users\xxh\documents\taos\mytaos\.externals\build\libwebsockets\src\ex_libwebsockets-build\genhdr.done”。这可能会导致增量生成无法正常工作。 [C:\Users\xxh\Documents\taos\ mytaos\.externals\build\libwebsockets\src\ex_libwebsockets-build\GENHDR.vcxproj] [C:\Users\xxh\Documents\taos\mytaos\build\ex_libwebsockets.vcxproj] ``` this was recorded under: **windows 11 - chinese version** **cmake: 3.28.0-rc2** **Visual Studio: 2022** FYI, for warning...
as such, it does not compile under windows for codepage (936, 1252,...). for instance, lib/core-net/client/connect3.c ``` /* * If the connection failed, the OS-level errno may be * something like...
1. taos_stmt_prepare2 is a nearly fully function to parse the sql and get the meta info as much as possible 2. taos_stmt_get_params2 is to fill param meta info into user...
# Description cache INSTALL_xxx_DIR forcibly. # Checklist Please check the items in the checklist if applicable. - [ ] Is the user manual updated? - [ ] Are the test...