You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<aclass="reference external" href="https://pypi.python.org/pypi/mysqlclient">mysqlclient</a> for Python 3) or <aclass="reference external" href="https://pypi.python.org/pypi/mysql-connector">MySQL Connector</a> or <aclass="reference external" href="https://github.com/python-oursql/oursql">oursql</a> or <aclass="reference external" href="https://github.com/PyMySQL/PyMySQL/">PyMySQL</a>, <aclass="reference external" href="https://postgresql.org">PostgreSQL</a>
316
-
via <aclass="reference external" href="http://initd.org/psycopg/">psycopg2</a> or psycopg1, <aclass="reference external" href="https://sqlite.org/">SQLite</a> via <aclass="reference external" href="https://github.com/ghaering/pysqlite">PySQLite</a>, <aclass="reference external" href="http://www.firebirdsql.org/en/python-driver/">Firebird</a> via <aclass="reference external" href="http://www.firebirdsql.org/en/devel-python-driver/">fdb</a> or
317
-
<aclass="reference external" href="http://kinterbasdb.sourceforge.net/">kinterbasdb</a>, <aclass="reference external" href="http://maxdb.sap.com/">MAX DB</a> (also known as SAP DB) via <aclass="reference external" href="http://maxdb.sap.com/doc/7_8/50/01923f25b842438a408805774f6989/frameset.htm">sapdb</a>, Sybase via
318
-
<aclass="reference external" href="http://www.object-craft.com.au/projects/sybase/">Sybase</a>, and <aclass="reference external" href="http://www.microsoft.com/sql/">MSSQL Server</a> via <aclass="reference external" href="http://www.pymssql.org/en/latest/index.html">pymssql</a> (+ <aclass="reference external" href="http://www.freetds.org/">FreeTDS</a>) or <aclass="reference external" href="http://adodbapi.sourceforge.net/">adodbapi</a>
319
-
(Win32).</p>
315
+
<aclass="reference external" href="https://pypi.python.org/pypi/mysqlclient">mysqlclient</a> for Python 3); <aclass="reference external" href="https://pypi.python.org/pypi/mysql-connector">MySQL Connector</a>, <aclass="reference external" href="https://github.com/python-oursql/oursql">oursql</a> and <aclass="reference external" href="https://github.com/PyMySQL/PyMySQL/">PyMySQL</a> are
316
+
supported but have problems (not all tests passed). For <aclass="reference external" href="https://postgresql.org">PostgreSQL</a>
317
+
<aclass="reference external" href="http://initd.org/psycopg/">psycopg2</a> or psycopg1 are recommended; <aclass="reference external" href="http://www.pygresql.org/">PyGreSQL</a>, <aclass="reference external" href="https://pypi.python.org/pypi/py-postgresql">py-postgresql</a> and
318
+
<aclass="reference external" href="https://pypi.python.org/pypi/pg8000">pg8000</a> are supported but have problems (not all tests passed). <aclass="reference external" href="https://sqlite.org/">SQLite</a> has
319
+
a built-in driver or <aclass="reference external" href="https://github.com/ghaering/pysqlite">PySQLite</a>. <aclass="reference external" href="http://www.firebirdsql.org/en/python-driver/">Firebird</a> is supported via <aclass="reference external" href="http://www.firebirdsql.org/en/devel-python-driver/">fdb</a> or
320
+
<aclass="reference external" href="http://kinterbasdb.sourceforge.net/">kinterbasdb</a>; <aclass="reference external" href="https://pypi.python.org/pypi/firebirdsql">pyfirebirdsql</a> is supported but untested. <aclass="reference external" href="http://maxdb.sap.com/">MAX DB</a> (also
321
+
known as SAP DB) is supported via <aclass="reference external" href="http://maxdb.sap.com/doc/7_8/50/01923f25b842438a408805774f6989/frameset.htm">sapdb</a>. Sybase via <aclass="reference external" href="http://www.object-craft.com.au/projects/sybase/">Sybase</a>. <aclass="reference external" href="http://www.microsoft.com/sql/">MSSQL
322
+
Server</a> via <aclass="reference external" href="http://www.pymssql.org/en/latest/index.html">pymssql</a> (+ <aclass="reference external" href="http://www.freetds.org/">FreeTDS</a>) or <aclass="reference external" href="http://adodbapi.sourceforge.net/">adodbapi</a> (Win32).</p>
<spanclass="k">return</span><spanclass="n">value</span><spanclass="o">.</span><spanclass="n">encode</span><spanclass="p">(</span><spanclass="n">dbEncoding</span><spanclass="p">)</span><spanclass="c1"># convrt to bytes</span>
0 commit comments