This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SQLObject development repository".
The branch, master has been updated
via a82a2dcdddafe36dda157ae1b3cb6c1b4025001a (commit)
via 5256642653078bf62e49a3d82b35f42ba1cad274 (commit)
from ab58650bcc3b525795a392520b30cbd8fc21ac7b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://sourceforge.net/p/sqlobject/sqlobject/ci/a82a2dcdddafe36dda157ae1b3cb6c1b4025001a
commit a82a2dcdddafe36dda157ae1b3cb6c1b4025001a
Author: Oleg Broytman <ph...@ph...>
Date: Sun Mar 15 05:50:04 2015 +0300
Remove duplicate link directives
diff --git a/docs/SQLObject.txt b/docs/SQLObject.txt
index bde1676..af62b92 100644
--- a/docs/SQLObject.txt
+++ b/docs/SQLObject.txt
@@ -47,7 +47,7 @@ Currently SQLObject supports MySQL_ via MySQLdb_ aka MySQL-python,
PostgreSQL_ via psycopg1_ or psycopg2_, SQLite_ via PySQLite_, Firebird_
via fdb_ or kinterbasdb_, `MAX DB`_ (also known as SAP DB) via sapdb_,
Sybase via Sybase_, and `MSSQL Server`_ via pymssql_ (+ FreeTDS_) or
-ADODBAPI_ (Win32).
+adodbapi_ (Win32).
.. _MySQL: http://mysql.com
.. _MySQLdb: http://sourceforge.net/projects/mysql-python/
@@ -65,7 +65,7 @@ ADODBAPI_ (Win32).
.. _`MSSQL Server`: http://www.microsoft.com/sql/
.. _pymssql: http://pymssql.sourceforge.net/
.. _FreeTDS: http://www.freetds.org/
-.. _ADODBAPI: http://adodbapi.sourceforge.net/
+.. _adodbapi: http://adodbapi.sourceforge.net/
Python 2.6, 2.7 or 3.4+ is required.
@@ -1839,8 +1839,6 @@ pre-fetch all the results of a select).
Firebird support uses fdb_ or kinterbasdb_ Python library.
-.. _kinterbasdb: http://kinterbasdb.sourceforge.net/
-
There could be a problem if one tries to connect to a server running on w32
from a program running on Unix; the problem is how to specify the database
so that SQLObject correctly parses it. Vertical bar is replaces by
@@ -1881,8 +1879,6 @@ for a slight performance boost.
It uses the Sybase_ module.
-.. _Sybase: http://www.object-craft.com.au/projects/sybase/
-
MAX DB
------
@@ -1894,8 +1890,6 @@ when creating the connection to the database.
It uses the sapdb_ module.
-.. _sapdb: http://www.sapdb.org/sapdbPython.html
-
MS SQL Server
-------------
@@ -1910,9 +1904,6 @@ URI.
The two drivers currently supported are adodbapi_ and pymssql_.
-.. _adodbapi: http://adodbapi.sourceforge.net/
-.. _pymssql: http://pymssql.sourceforge.net/
-
The user can choose a DB API driver for MSSQL by using a ``driver``
parameter in DB URI or MSSQLConnection that can be a comma-separated list
of driver names. Possible drivers are: ``adodb`` (alias ``adodbapi``) and
http://sourceforge.net/p/sqlobject/sqlobject/ci/5256642653078bf62e49a3d82b35f42ba1cad274
commit 5256642653078bf62e49a3d82b35f42ba1cad274
Author: Oleg Broytman <ph...@ph...>
Date: Sun Mar 15 05:49:25 2015 +0300
Document fdb
diff --git a/docs/SQLObject.txt b/docs/SQLObject.txt
index c528146..bde1676 100644
--- a/docs/SQLObject.txt
+++ b/docs/SQLObject.txt
@@ -44,8 +44,8 @@ Requirements
============
Currently SQLObject supports MySQL_ via MySQLdb_ aka MySQL-python,
-PostgreSQL_ via psycopg1_ or psycopg2_, SQLite_ via PySQLite_,
-Firebird_ via kinterbasdb_, `MAX DB`_ (also known as SAP DB) via sapdb_,
+PostgreSQL_ via psycopg1_ or psycopg2_, SQLite_ via PySQLite_, Firebird_
+via fdb_ or kinterbasdb_, `MAX DB`_ (also known as SAP DB) via sapdb_,
Sybase via Sybase_, and `MSSQL Server`_ via pymssql_ (+ FreeTDS_) or
ADODBAPI_ (Win32).
-----------------------------------------------------------------------
Summary of changes:
docs/SQLObject.txt | 17 ++++-------------
1 files changed, 4 insertions(+), 13 deletions(-)
hooks/post-receive
--
SQLObject development repository
|