<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
    <channel>
        <title>CUBRID Q&amp;A</title>
        <link>http://www.cubrid.org/?mid=questions</link>
        <description>CUBRID Q&amp;A</description>
        <language>en</language>
        <pubDate>Fri, 21 Oct 2011 02:37:10 -0800</pubDate>
        <lastBuildDate>Thu, 23 May 2013 18:14:26 -0800</lastBuildDate>
        <generator>XpressEngine 1.4.4.1</generator>
                        										        <item>
            <title>How can you get CUBRID system parameters using SQL ?</title>
            <dc:creator>ovidiuv</dc:creator>
            <link>http://www.cubrid.org/questions/432659</link>
            <guid isPermaLink="true">http://www.cubrid.org/questions/432659</guid>
                                    <description><![CDATA[<p>In CSQL you can use the following function:</p><p>;Get system_parameter - get the value of a system parameter.</p><p>I need the same output as ";Get ansi_quotes" and ";Get no_backslash_escapes" in either SQL or using the Python Driver.</p><p>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:</p><p><a href="/manual/841/en/cubrid.conf%20Configuration%20File%20and%20Default%20Parameters">http://www.cubrid.org/manual/841/en/cubrid.conf%20Configuration%20File%20and%20Default%20Parameters</a>&nbsp;</p>]]></description>
                        <pubDate>Thu, 20 Sep 2012 04:01:22 -0800</pubDate>
                        <category>python</category>
                                    <slash:comments>1</slash:comments>
                    </item>
        										        <item>
            <title>How can you get the transaction isolation level in CUBRID ?</title>
            <dc:creator>ovidiuv</dc:creator>
            <link>http://www.cubrid.org/questions/432359</link>
            <guid isPermaLink="true">http://www.cubrid.org/questions/432359</guid>
                                    <description><![CDATA[<p>Hello,</p><p>I tried running the command "GET TRANSACTION ISOLATION LEVEL;" in CUBRID Manager and Python Driver. I followed the example below:</p><p><a href="/manual/841/en/GET%20TRANSACTION%20ISOLATION%20LEVEL">http://www.cubrid.org/manual/841/en/GET%20TRANSACTION%20ISOLATION%20LEVEL</a>
</p><p>Instead of getting the result, in Python Driver I obtained a "None" object, while in CUBRID Manager, the output was simply:</p><p></p><div editor_component="code_highlighter" code_type="Sql" title="" first_line="1" collapse="false" highlight="" nogutter="false" style="border:#666 1px dotted;border-left:#2AE 5px solid;padding:5px;background:#FAFAFA url('./modules/editor/components/code_highlighter/code.png') no-repeat top right;">1'th&nbsp;SQL&nbsp;successfully&nbsp;executed.[0.446&nbsp;second]<br />
GET&nbsp;TRANSACTION&nbsp;ISOLATION&nbsp;LEVEL;</div><p></p><p></p><p>How can this command be ran correctly to obtain the isolation level ?</p><p>I checked now and in CSQL it works like this:</p><p></p><p></p><div editor_component="code_highlighter" code_type="Bash" title="" first_line="1" collapse="false" highlight="" nogutter="false" style="border:#666 1px dotted;border-left:#2AE 5px solid;padding:5px;background:#FAFAFA url('./modules/editor/components/code_highlighter/code.png') no-repeat top right;">csql&gt;&nbsp;GET&nbsp;TRANSACTION&nbsp;ISOLATION&nbsp;LEVEL;<br />
===&nbsp;&lt;Result&nbsp;of&nbsp;GET&nbsp;ISOLATION&nbsp;LEVEL&nbsp;Command&nbsp;in&nbsp;Line&nbsp;1&gt;&nbsp;===<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Result<br />
=============<br />
&nbsp;&nbsp;REPEATABLE&nbsp;READ&nbsp;SCHEMA,&nbsp;READ&nbsp;UNCOMMITTED&nbsp;INSTANCES<br />
Current&nbsp;transaction&nbsp;has&nbsp;been&nbsp;committed.<br />
1&nbsp;command(s)&nbsp;successfully&nbsp;processed.</div><p></p><p></p><p>However, I need it to work in Python Driver and CUBRID Manager also.</p><p></p><p>Best regards,</p><p>Ovidiu</p>]]></description>
                        <pubDate>Wed, 19 Sep 2012 22:08:04 -0800</pubDate>
                        <category>python</category>
                        <category>isolation level</category>
                        <category>CM</category>
                                    <slash:comments>1</slash:comments>
                    </item>
        										        <item>
            <title>How can you get Server Info using Python Driver ?</title>
            <dc:creator>ovidiuv</dc:creator>
            <link>http://www.cubrid.org/questions/431841</link>
            <guid isPermaLink="true">http://www.cubrid.org/questions/431841</guid>
                                    <description><![CDATA[<p>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. </p><p>What can be done in CUBRID to obtain the information ?</p><p><p>I saw here:</p><p><a href="http://packages.python.org/CUBRID-Python/">http://packages.python.org/CUBRID-Python/</a></p><p>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 ?</p></p>]]></description>
                        <pubDate>Wed, 19 Sep 2012 05:38:04 -0800</pubDate>
                        <category>driver</category>
                        <category>server</category>
                        <category>python</category>
                        <category>meta info</category>
                                    <slash:comments>1</slash:comments>
                    </item>
            </channel>
</rss>
