mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-15 19:31:54 +08:00
@ -139,5 +139,5 @@ Other Resources
|
|||||||
|
|
||||||
* Read `PEP-249`_
|
* Read `PEP-249`_
|
||||||
|
|
||||||
.. _`PEP-249`: http://www.python.org/peps/pep-0249.html
|
.. _`PEP-249`: https://www.python.org/dev/peps/pep-0249/
|
||||||
|
|
||||||
|
@ -167,7 +167,7 @@ exceptions are defined in a separate module, ``_mysql_exceptions``,
|
|||||||
but ``_mysql`` exports them. Read DB API specification PEP-249_ to
|
but ``_mysql`` exports them. Read DB API specification PEP-249_ to
|
||||||
find out what they are, or you can use the catch-all ``MySQLError``.
|
find out what they are, or you can use the catch-all ``MySQLError``.
|
||||||
|
|
||||||
.. _PEP-249: http://www.python.org/peps/pep-0249.html
|
.. _PEP-249: https://www.python.org/dev/peps/pep-0249/
|
||||||
|
|
||||||
At this point your query has been executed and you need to get the
|
At this point your query has been executed and you need to get the
|
||||||
results. You have two options::
|
results. You have two options::
|
||||||
|
@ -24,7 +24,7 @@ long_description:
|
|||||||
\n
|
\n
|
||||||
.. _MySQL: http://www.mysql.com/
|
.. _MySQL: http://www.mysql.com/
|
||||||
.. _`Free Software`: http://www.gnu.org/
|
.. _`Free Software`: http://www.gnu.org/
|
||||||
.. [PEP-0249] http://www.python.org/peps/pep-0249.html
|
.. [PEP-0249] https://www.python.org/dev/peps/pep-0249/
|
||||||
author: Andy Dustman
|
author: Andy Dustman
|
||||||
author_email: farcepest@gmail.com
|
author_email: farcepest@gmail.com
|
||||||
maintainer: INADA Naoki
|
maintainer: INADA Naoki
|
||||||
|
Reference in New Issue
Block a user