[Python-modules-commits] [pyodbc] 02/05: Merge tag 'upstream/4.0.14'

Laurent Bigonville bigon at moszumanska.debian.org
Tue Mar 14 14:09:24 UTC 2017


This is an automated email from the git hooks/post-receive script.

bigon pushed a commit to branch master
in repository pyodbc.

commit 1358a24348bb397c3042e6cc13d9414be72ad227
Merge: dd90ba8 20ef3e7
Author: Laurent Bigonville <bigon at bigon.be>
Date:   Tue Mar 14 14:53:49 2017 +0100

    Merge tag 'upstream/4.0.14'
    
    Upstream version 4.0.14

 MANIFEST.in                 |    5 +-
 PKG-INFO                    |    5 +-
 README.md                   |   20 +
 pyodbc.egg-info/PKG-INFO    |    5 +-
 pyodbc.egg-info/SOURCES.txt |   50 +-
 setup.cfg                   |    6 +
 setup.py                    |   87 +--
 src/cnxninfo.cpp            |  108 ++-
 src/cnxninfo.h              |    2 +-
 src/connection.cpp          |  608 ++++++++++++++---
 src/connection.h            |   46 +-
 src/cursor.cpp              |  342 +++++-----
 src/cursor.h                |   15 +-
 src/dbspecific.h            |   27 +-
 src/getdata.cpp             |  845 ++++++++++++-----------
 src/getdata.h               |    2 +
 src/params.cpp              |  397 ++++++-----
 src/pyodbc.h                |   22 +-
 src/pyodbccompat.cpp        |   20 +-
 src/pyodbccompat.h          |   27 +-
 src/pyodbcdbg.cpp           |   80 +++
 src/pyodbcmodule.cpp        |  265 ++++++--
 src/pyodbcmodule.h          |    8 +
 src/row.cpp                 |   13 +-
 src/row.h                   |    2 +
 src/sqlwchar.cpp            |  220 ------
 src/sqlwchar.h              |  102 +--
 src/textenc.cpp             |  157 +++++
 src/textenc.h               |   69 ++
 src/wrapper.h               |   29 +-
 tests2/accesstests.py       |  657 ++++++++++++++++++
 tests2/dbapi20.py           |  850 +++++++++++++++++++++++
 tests2/dbapitests.py        |   43 ++
 tests2/empty.accdb          |  Bin 0 -> 311296 bytes
 tests2/empty.mdb            |  Bin 0 -> 188416 bytes
 tests2/exceltests.py        |  140 ++++
 tests2/freetdstests.py      | 1274 ++++++++++++++++++++++++++++++++++
 tests2/informixtests.py     | 1273 ++++++++++++++++++++++++++++++++++
 tests2/mysqltests.py        |  725 ++++++++++++++++++++
 tests2/pgtests.py           |  537 +++++++++++++++
 tests2/pgtests.pyc          |  Bin 0 -> 20699 bytes
 tests2/sqlite.db            |  Bin 0 -> 2048 bytes
 tests2/sqlitetests.py       |  757 +++++++++++++++++++++
 tests2/sqlservertests.py    | 1574 +++++++++++++++++++++++++++++++++++++++++++
 tests2/test.py              |   41 ++
 tests2/test.xls             |  Bin 0 -> 17920 bytes
 tests2/testbase.py          |   25 +
 tests2/testutils.py         |  113 ++++
 tests2/testutils.pyc        |  Bin 0 -> 4531 bytes
 tests3/accesstests.py       |  626 +++++++++++++++++
 tests3/dbapi20.py           |  850 +++++++++++++++++++++++
 tests3/dbapitests.py        |   43 ++
 tests3/exceltests.py        |  140 ++++
 tests3/informixtests.py     | 1262 ++++++++++++++++++++++++++++++++++
 tests3/mysqltests.py        |  732 ++++++++++++++++++++
 tests3/pgtests.py           |  529 +++++++++++++++
 tests3/sqlitetests.py       |  708 +++++++++++++++++++
 tests3/sqlservertests.py    | 1399 ++++++++++++++++++++++++++++++++++++++
 tests3/test.py              |   17 +
 tests3/testbase.py          |   25 +
 tests3/testutils.py         |  106 +++
 tests3/testutils.pyc        |  Bin 0 -> 3968 bytes
 62 files changed, 16662 insertions(+), 1368 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyodbc.git



More information about the Python-modules-commits mailing list