📄 changelog.svn-base
字号:
2005-09-27 Kerry W. Lothrop <kerry@lothrop.de>
* src/datahandler.cpp: Use different defines if ODBCXX_HAVE_SQLUCODE_H
is not defined
* src/datastream.cpp: Use different defines if ODBCXX_HAVE_SQLUCODE_H
is not defined
* src/resultset.cpp: Use different defines if ODBCXX_HAVE_SQLUCODE_H
is not defined
2005-09-26 Kerry W. Lothrop <kerry@lothrop.de>
* src/datahandler.cpp: Fixed a typo resulting in a compilation error
* include/odbc++/setup.h: Included std namespace for cout/cerr
2005-09-23 Kerry W. Lothrop <kerry@lothrop.de>
* src/dtconv.h: Fixed the 64bit version of strtol for Unicode build
* src/thread.cpp: Fixed Unicode build
2005-09-07 Kerry W. Lothrop <kerry@lothrop.de>
* tests/streams.cpp: Made test work with wide strings
* tests/dbmetadata.cpp: Made test work with wide strings
* tests/scroll.cpp: Made test work with wide strings
* tests/oracle.cpp: Made test work with wide strings
* tests/dmtest.cpp: Made test work with wide strings
* tests/mysql.cpp: Made test work with wide strings
2005-09-05 Kerry W. Lothrop <kerry@lothrop.de>
* src/resultset.cpp: Added string length to ResultSet::updateString
2005-08-29 Kerry W. Lothrop <kerry@lothrop.de>
* src/datahandler.cpp: Applied patch 1091957
2005-08-26 Kerry W. Lothrop <kerry@lothrop.de>
* include/odbc++/drivermanager.h: Fixed bug 895033
* include/odbc++/types.h: Fixed bug 1273540
* src/datetime.cpp: Fixed bug 1108240
* src/datetime.cpp: Fixed call to swprintf
* src/dtconv.h: Fixed call to swprintf
2005-08-24 Kerry W. Lothrop <kerry@lothrop.de>
* NEWS: update for 0.2.4pre1 release
* Added Unicode functionality through compiler switch
2003-12-16 Alex Hornby <alex@anvil.com>
* src/datastream.h: correct return type of showmanyc
2003-12-16 Alex Hornby <alex@anvil.com>
* src/drivermanager.cpp: don't rely on static
constructor/destructor for mutex.
2003-12-05 Alex Hornby <alex@anvil.com>
* acinclude.m4: update pthread test to work on hpux 11.11
2003-12-02 Alex Hornby <alex@anvil.com>
* m4/ac_check_odbc.m4: allow user to deselect unixODBC even when
it has been installed on the system (e.g. as an RPM).
2003-06-17 Alex Hornby <alex@anvil.com>
* NEWS: update for 0.2.3 release
* configure.ac: update for 0.2.3 release
2003-06-17 Alex Hornby <alex@anvil.com>
* src/resultset.cpp: Add tests for stricmp defines. Should fix
build with BCB.
2003-06-11 Alex Hornby <alex@anvil.com>
* NEWS: update for 0.2.3pre4 release
* configure.ac: update for 0.2.3pre4 release
2003-05-16 Manush Dodunekov <manush@stendahls.net>
* include/odbc++/types.h: Use ::time_t in std if
ODBCXX_NO_STD_TIME_T is defined.
* include/odbc++/config-win32.h: #define ODBCXX_NO_STD_TIME_T
for MSVC versions below 7.0
2003-05-08 Alex Hornby <alex@anvil.com>
* NEWS: update for 0.2.3pre3 release
* include/odbc++/preparedstatement.h: fix doxygen warning.
* src/datahandler.cpp: do not include config.h on windows.
* include/odbc++/types.h: Use ODBCXX_HAVE_SQLUCODE_H instead of
HAVE_SQLUCODE_H. Thanks to Alexander J. Oss <alex.oss@films.com>
for suggesting the change.
* tests/dbmetadata.cpp: Fix for Qt build. Thanks to Markku Kolkka
<markku.kolkka@koti.soon.fi> for the patch.
* tests/mysql.cpp: ditto
* THANKS: add Markku Kolkka
2003-04-30 Alex Hornby <alex@anvil.com>
* libodbc++.pc.in: Add initial support for pkg-config
* configure.ac: ditto
* Makefile.am: ditto
2003-05-01 Manush Dodunekov <manush@stendahls.net>
* src/errorhandler.cpp: Attempt to fetch all warnings
instead of only the first one.
* include/odbc++/types.h: Added DriverMessage::fetchMessage()
2003-04-30 Alex Hornby <alex@anvil.com>
* configure.ac: honor --with-isqlxx
2003-04-28 Manush Dodunekov <manush@stendahls.net>
* libodbc++.spec.in: Ditch explicit Requires: for
qt and unixODBC; let rpm take care of that
2003-04-24 Manush Dodunekov <manush@stendahls.net>
* configure.ac: Remove commented old checks, fix
conditional builds of isql++, qtsql++ and tests
* tests/Makefile.am: Minor build fix
* isql++/Makefile.am: Minor build fix
* qtsql++/Makefile.am: Fix typo, minor build fix
* qtsql++/mainwindow.cpp: GCC 3 compilation fix
2003-04-23 Alex Hornby <alex@anvil.com>
* NEWS: Announce 0.2.3pre2
* configure.ac: Update version number
* doc/progref/Makefile.am: distribute footer
2003-04-20 Manush Dodunekov <manush@stendahls.net>
* include/odbc/setup.h: Add a macro wrapper for string
streams
* src/datahandler.cpp: Don't include strstream
* src/dtconv.h: Fix sstream vs strstream compilation
warnings
* src/datastream.cpp: Fix for compilation with qt>=3.0
* src/datastream.h: Fix for compilation with qt>=3.0
2003-04-17 Alex Hornby <alex@anvil.com>
* tests/dbmetadata.cpp: include memory header
2003-04-17 Alex Hornby <alex@anvil.com>
* NEWS: Update for release of 0.2.3pre1
* doc/progref/Makefile.am: Test for doc file presence before
install. Was breaking on *.png target.
* src/databasemetadata.cpp: fix spelling of driver
2003-04-10 Alex Hornby <alex@anvil.com>
* configure.ac: remind users of --with-odbc option if ODBC is
not found.
* include/odbc++/setup.h: Check for __WIN32__ define from
borland. Thanks to Alexander J. Oss <alex.oss@films.com> for the
patch.
* include/odbc++/types.h: reference time_t as std::time_t to fix
builds on windows with BCB.
2003-04-08 Alex Hornby <alex@hornby.org.uk>
* configure.ac: check for sqlucode.h for unicode types
* src/datahandler.cpp: add simple support for wide character types
based on patch from Peter Feltham <pfeltham@idgp.org.au>
* include/odbc++/types.h: add wide character types to type enum
* tests/dbmetadata.cpp: add test of getTables() function
2003-04-06 Alex Hornby <alex@hornby.org.uk>
* configure.ac: Use automake conditionals to control optional
elements instead of modifying SUBDIRS. This should allow the use
of the make dist targets.
* Makefile.am: ditto
2003-04-06 Alex Hornby <alex@hornby.org.uk>
* m4/ac_check_odbc.m4: Separate out unixODBC check and
automatically find system installs of unixODBC
* configure.ac: Set tarname for make dist and turn off maintainer
mode by default.
2003-03-28 Alex Hornby <alex@anvil.com>
* autogen.sh: Make this a bit more informative
* configure.ac: Added for autoconf 2.53+. Let configure work out
the default CXXFLAGS. People will be getting optimization for the
first time.
* configure.in: Remove as part of update to autoconf 2.53+
* m4/ac_c_long_long.m4: Work around unixODBC long long
problem
* src/datahandler.cpp: Work around unixODBC long long
problem by including config.h
* isql++/isql++.h: Get it building with GCC 3.2
* isql++/isql++.cpp: Get it building with GCC 3.2
2003-03-28 Alex Hornby <alex@anvil.com>
* src/connection.cpp: Fix memory error in string handling
2003-03-28 Alex Hornby <alex@anvil.com>
* autogen.sh: Add script for bootstrapping from CVS
2003-03-28 Alex Hornby <alex@anvil.com>
* include/odbc++/callablestatement.h: Add registerInParamter()
method to callable statment
* src/callablestatement.cpp: Add registerInParamter() method to
callable statment
2003-03-20 Alex Hornby <alex@anvil.com>
* include/odbc++/statement.h: Add close() method
* src/statement.cpp: Add close() method
2002-10-22 Alexander J. Oss <alex.oss@films.com>
* src/connection.cpp (nativeSQL): check for error after second
call to SQLNativeSql().
2002-06-10 Alex Hornby <alex@anvil.co.uk>
* include/odbc++/types.h: Use delete[] in Bytes::Rep
2001-12-11 Manush Dodunekov <manush@stendahls.net>
* libodbc++.spec.in: Minor doc typo fixed
2001-11-06 Manush Dodunekov <manush@stendahls.net>
* libodbc++.spec.in: Minor fix to the filelist
2001-11-02 Manush Dodunekov <manush@stendahls.net>
* src/statement.cpp: getUpdateCount(): Return -1 if the last execute
returns SQL_NO_DATA. getMoreResults(): store return value in lastExecute_.
2001-10-31 Manush Dodunekov <manush@stendahls.net>
* libodbc++.spec.in: Hack even more. Now it works as I want it to.
* include/odbc++/setup.h: Check for gcc 3.x.
* configure.in: Commented out checks for c++ EH, STL and namespaces.
Made AM_PROG_LIBTOOL run in C-mode (don't ask).
2001-07-27 Manush Dodunekov <manush@stendahls.net>
* src/errorhandler.cpp: Fix _checkErrorODBCx methods to actually
use the driver supplied SQLSTATE and vendor code in thrown exceptions.
2001-07-27 Alex Hornby <alex@anvil.co.uk>
* src/datahandler.h: Default TIMESTAMP precision to 19.
2000-11-28 Manush Dodunekov <manush@stendahls.net>
* include/odbc++/errorhandler.h: Move the mutex to
the privata data.
* include/odbc++/connection.h: Move the mutex to
the private data.
* doc/INSTALL.sgml: Add docs for new configure switches
* configure.in: Add switches to enable and disable building of
tests and qtsql++.
2000-11-27 Manush Dodunekov <manush@stendahls.net>
* all: All resulting libraries will have '-mt' appended to their
names if --enable-threads is used.
* libodbc++.spec.in: Added to main distro
2000-11-09 Manush Dodunekov <manush@stendahls.net>
* src/dtconv.h (streamToString): Fix bug when reading from a
QIODevice.
2000-10-03 Manush Dodunekov <manush@stendahls.net>
* win32/Makefile.w32: Fix linking with multithreaded
runtime (patch from Craig L. Ching).
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -