-
greybird committed revision 153 to the libodbc++ SVN repository, changing 3 files.
2010-01-01 08:24:41 UTC by greybird
-
greybird committed revision 152 to the libodbc++ SVN repository, changing 3 files.
2009-12-24 22:01:41 UTC by greybird
-
When the Timestamp::getTime() is called during the day when the DST changes (eg: Oct, 25 2009 07:00:00) it returns an incorrect time (in the example one hour less). This is due to the fact that the actual implementation set stm.tm_hour, min and sec to zero. In this way the mktime suppose to be at the begin of the day (00:00:00) when the DST is not changed and not at 07:00:00.
We suggest to...
2009-11-06 11:05:31 UTC by isolanet
-
I've tried to compile libodbc++-0.2.5 using the instructions in the online install documents, feeding in the command line "nmake /f win32/makefile.w32 CFG=prod-dll". This fires up nmake, and reports
C:\Projects\mailler_20091014\libodbc++-0.2.5\libodbc++-0.2.5>nmake /f win32/makefile.w32 CFG=prod-dll
Microsoft (R) Program Maintenance Utility Version 8.00.50727.42
Copyright (C) Microsoft...
2009-10-23 16:43:47 UTC by mhauer
-
There are no files within libodbc++-0.2.5.7z, while the /INSTALL file directs users to refer to them.
2009-10-22 22:53:23 UTC by nobody
-
Currently the maximal length for the "OutConnectionString" parameter of SQLDriverConnect() is 256. This is too little and can be easily overflowed, for example when using embedded Firebird database when the path to the database file is long enough (notice that it doesn't need to be nearly 256 chars long, there is a lot of other information in the DSN, e.g. ~64 characters of the encrypted...
2009-10-17 20:40:52 UTC by vadz
-
I think this patch was applied to 0.2.5 already, at least I threw away these changes from my local copy and it still builds fine under Linux/amd64. So AFAICS this could be closed.
2009-10-17 20:23:12 UTC by vadz
-
This simple patch adds a static enableConnectionPooling() method which can be used to, well, enable connection pooling if ODBC layer and the driver support it.
It also adds a new output "connectStringFull" argument to getConnction() which is useful if an incomplete DSN is provided (e.g. without username or password). This is related to pooling as the complete DSN needs to be used to determine...
2009-10-17 20:19:53 UTC by vadz
-
Updated patch for 0.2.5. Also included (albeit untested) Unicode support.
TIA for any comments.
2009-10-17 20:15:44 UTC by vadz
-
petehug committed revision 151 to the libodbc++ SVN repository, changing 6 files.
2009-10-09 10:03:37 UTC by petehug