0

Why some of TDengine database's errors couldn't be found in taoserror.h?

for example :

static int32_t handlePassword(SSqlCmd* pCmd, SStrToken* pPwd) {
  const char* msg1 = "password can not be empty";
  const char* msg2 = "name or password too long";
  const char* msg3 = "password needs single quote marks enclosed";

why don't we put them in taoserror.h?

Yu Chen
  • 70
  • 1
  • 5

1 Answers1

0

I guess this is the code of 2.0 version of TDengine database

In TDengine 3.0 we have rebuilt the system of error message

you can check it in terror.c

Thanks for your feedback .

Yu Chen
  • 70
  • 1
  • 5