xy720 opened a new pull request #2082: Support sql mode
URL: https://github.com/apache/incubator-doris/pull/2082
 
 
   issue #2028 
   At present, we do not support SQL MODE which is similar to MySQL. In MySQL, 
SQL MODE is stored in global session and session with a 64 bit address,and 
every bit 0 or 1 on this address represents a mode state. Besides, MySQL 
supports combine mode which is composed of several modes.
   
   We should support SQL MODE to deal with sql dialect problems. We can 
heuristically use the MySQL way to store SQL MODE in session and parse it into 
string when we need to return it back to client.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to