mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-17 04:50:55 +08:00
Documentation and package data updates
This commit is contained in:
@ -11,7 +11,6 @@ include test_capabilities.py
|
|||||||
include test_MySQLdb_capabilities.py
|
include test_MySQLdb_capabilities.py
|
||||||
include metadata.cfg
|
include metadata.cfg
|
||||||
include site.cfg
|
include site.cfg
|
||||||
include ez_setup.py
|
|
||||||
include setup_common.py
|
include setup_common.py
|
||||||
include setup_posix.py
|
include setup_posix.py
|
||||||
include setup_windows.py
|
include setup_windows.py
|
||||||
|
@ -21,6 +21,10 @@ Prerequisites
|
|||||||
- Make sure you have the Python development headers and libraries
|
- Make sure you have the Python development headers and libraries
|
||||||
(python-devel).
|
(python-devel).
|
||||||
|
|
||||||
|
+ setuptools
|
||||||
|
|
||||||
|
* http://pypi.python.org/pypi/setuptools
|
||||||
|
|
||||||
+ MySQL 3.23.32 or higher
|
+ MySQL 3.23.32 or higher
|
||||||
|
|
||||||
* http://www.mysql.com/downloads/
|
* http://www.mysql.com/downloads/
|
||||||
@ -35,11 +39,14 @@ Prerequisites
|
|||||||
|
|
||||||
* MySQL-4.0 is supported, but not tested and slightly discouraged.
|
* MySQL-4.0 is supported, but not tested and slightly discouraged.
|
||||||
|
|
||||||
* MySQL-4.1 is supported and tested. The prepared statements API is not
|
* MySQL-4.1 is supported. The prepared statements API is not
|
||||||
supported, and won't be until MySQLdb-1.3 or 2.0.
|
supported, and won't be until MySQLdb-1.3 or 2.0, if ever.
|
||||||
|
|
||||||
* MySQL-5.0 is supported and tested, including stored procedures.
|
* MySQL-5.0 is supported and tested, including stored procedures.
|
||||||
|
|
||||||
|
* MySQL-5.1 is supported (currently a release candidate) but untested.
|
||||||
|
It should work.
|
||||||
|
|
||||||
* MaxDB, formerly known as SAP DB (and maybe Adabas D?), is a
|
* MaxDB, formerly known as SAP DB (and maybe Adabas D?), is a
|
||||||
completely different animal. Use the sapdb.sql module that comes
|
completely different animal. Use the sapdb.sql module that comes
|
||||||
with MaxDB.
|
with MaxDB.
|
||||||
@ -94,7 +101,6 @@ Prerequisites
|
|||||||
.. _Cygwin: http://www.cygwin.com/
|
.. _Cygwin: http://www.cygwin.com/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Building and installing
|
Building and installing
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
@ -213,8 +219,7 @@ Same as with Debian.
|
|||||||
Gentoo Linux
|
Gentoo Linux
|
||||||
............
|
............
|
||||||
|
|
||||||
Packaged as `mysql-python`_. Gentoo is also my preferred development platform,
|
Packaged as `mysql-python`_. ::
|
||||||
though I have also done some with Ubuntu lately. ::
|
|
||||||
|
|
||||||
# emerge sync
|
# emerge sync
|
||||||
# emerge mysql-python
|
# emerge mysql-python
|
||||||
|
Reference in New Issue
Block a user