How can you get CUBRID system parameters using SQL ?
In CSQL you can use the following function:
;Get system_parameter - get the value of a system parameter.
I need the same output as ";Get ansi_quotes" and ";Get no_backslash_escapes" in either SQL or using the Python Driver.
Basically, I need to know if ansi_quotes and no_backslash_escapes options are active within cubrid.conf. For other scenarios it would be good to be possible to obtain using SQL the values specified in the manual page:
http://www.cubrid.org/manual/841/en/cubrid.conf%20Configuration%20File%20and%20Default%20Parameters
There is no SQL syntax which would allow to retrieve system parameter values yet. I've created a feature request at http://bts4.nhncorp.com/nhnbts/browse/CUBRIDSUS-9327. We may support this feature in the future.
Update: the issue has been accepted and planned for Banana.