How can you get Server Info using Python Driver ?
I want to obtain using the Python Driver the details regarding the CUBRID server version. The MySQL driver offers get_server_info() function to perform this task.
What can be done in CUBRID to obtain the information ?
I saw here:
http://packages.python.org/CUBRID-Python/
That the server_version() function exists for _cubrid connection object alongside many other functions. Why are these functions only working for _cubrid and not for CUBRIDdb also ?
Hello!
We support server_version() function for _cubrid module and not for CUBRIDdb, because PEP_249 doesn't support it now. We need to do some research, then decide whether we need to support this function for CUBRIDdb.
Thank you!