[freetds] 0.82 status
Frediano Ziglio
freddy77 at gmail.com
Fri Feb 8 12:43:49 EST 2008
Il giorno ven, 08/02/2008 alle 09.45 -0600, Craig A. Berry ha scritto:
> At 9:56 AM -0500 2/8/08, James K. Lowden wrote:
> >There's been very little feedback here on 0.82RC1, and not very many
> >issues with CVS HEAD, either.
>
> How different is RC1 from head at this point?
Do you mean from 0.82rc1 to last 0.82 commit
$ filterdiff -i '*.[ch]' -x '*/unittests/*' < freetds82/vedi.diff | diffstat
include/tdsodbc.h | 3
src/apps/tsql.c | 4 -
src/odbc/convert_tds2sql.c | 8 +-
src/odbc/odbc.c | 56 ++++++++++++++++-
src/odbc/odbc_util.c | 4 -
src/tds/convert.c | 3
src/tds/net.c | 145
+++++++++++++++++++++++++++++++--------------
src/tds/token.c | 4 -
win32/tds_sysdep_public.h | 13 +++-
win32/winlogin.c | 12 +++
win32/winsetup.c | 11 ++-
11 files changed, 200 insertions(+), 63 deletions(-)
(mainly poll instead of select, odbc cancel fix and win64 fixes)
Or from 0.82 to CVS HEAD ??
$ diff -ru freetds82 freetds83 | filterdiff -i '*.[ch]' -x
'*/unittests/*' | diffstat
include/config.h | 6
include/tds.h | 3
include/tds_sysdep_private.h | 42 ++++-
include/tds_sysdep_public.h | 2
include/tdsodbc.h | 2
include/tdsver.h | 2
src/apps/tsql.c | 2
src/dblib/dblib.c | 8 -
src/odbc/connectparams.c | 330
++++++++++++++++++++++++-------------------
src/odbc/convert_tds2sql.c | 2
src/odbc/odbc.c | 30 ++-
src/odbc/odbc_util.c | 4
src/replacements/iconv.c | 6
src/tds/config.c | 28 ++-
src/tds/convert.c | 2
src/tds/encodings.h | 2
src/tds/net.c | 41 ++---
src/tds/query.c | 4
src/tds/token.c | 2
src/tds/vstrbuild.c | 3
win32/tds_sysdep_public.h | 2
21 files changed, 308 insertions(+), 215 deletions(-)
(above plus more odbc connect parameters and others)
freddy77
More information about the FreeTDS
mailing list