* Version 3.6.3; Released July 12, 2004 * ***Bugfixes*** * Renamed MIN to DTL_MIN to avoid possible macro conflicts. * Fixed sql_iterator to point to end() if...
Hello! I'm writing a multi-threaded application and recently tried to use new SQL logging functionality (introduced in 3.6.2). And discovered that it is almost...
I agree, I think the variables DBStmt::RawStmtLog DBStmt::stmt_log; DBStmt::SortedStmtLog DBStmt::sorted_stmt_log; bool DBStmt::bStmtLogEnabled = false; should...
Hello! I have strange problem with multithreaded application. Can you, please, help me to figure this out. I have a function, that is called almost ...
Hello! I've figured this out. 1st thread enters GenericBindArrayString and calls GetSQL_types_to_C. eti_map is not constructed so it enters its constructor and...
Hello, I have just noticed that DTL excessively makes a compiler to look for names in a template parameter dependent base classes. For example, in "reference...
Hello, I believe I have found another reason for DTL to have user-defined callback error handling mechanism. Here is the only one example but there might be...
Artem, Thanks for pointing this out - Mike and I will fix the library to address this. Also - Mike has made a fix to the logging which associates each log with...
I'm not quite sure what you are talking about here - and which part of the standard you are referring to. In terms of compilers we try to follow the standard...
Hello, Corwin CJ> One question I have for CJ> you that will help me think about how to design the fix - when you use CJ> DTL do you use a seperate connection...
... I have meant 14.6.2/3. ... erratically ... release a ... You are to qualify the depandent names explicitely, make use of using directive or use this->...
... Strange, let me know if you isolate this. If you are moving to using one connection per thread (which is what most multi-threaded apps using DTL seem to...
In fact, I think this might be something nice to add - and it might not even be all that hard to change all the throws from e.g. throw DBException(...) to ...
... not ... Well, I see that it is not that hard indeed, but I do not have time even just to move to the new 3.6.3 now. The QA phase is too deep now for such ...
... Well, the concern is that the curErrorHandler object would be a single global object, so in a multi-threaded app it would need to be set before the threads...
* Version 3.6.4; Released July 27, 2004 * ***Bugfixes*** * Upgraded sql logging functionality so that sql logs are associated with a DBConnection. This should...
Hello Corwin, Here is chm file I use when working with DLT. The archive also contains HTML workshop project files to build this chm from your html files....
Hello. Here is error description found by me when using single DBConnection from 2 separate threads with MS SQL Server: Exception type: DBException Method:...
... NAME, TYPE FROM ... [ODBC SQL Server ... underwater ... moving ... Hello, Artem, I am afraid you are wrong when you try to perform several operations on...
Hello Artem, Thanks for the HTML workshop files, that will be a big help. I tried setting up a simple project along these lines but the resulting .chm file was...
... it ... Just for clarification. MS SQL Server ODBC (or server itself) does not support concurrent operations on the same connection whether you use multiple...
Hi ... It's unlikely to work without synchronising anyway as I don't think the DTL is thread safe (in fact it would be very difficult to make it thread safe as...
We found a potential issue here. The code appears to be correct, but asserts when we use the _STLP_DEBUG flag in STLPort 4.6.2. The problem is here: DataObj...
Actually, if you take a look at the latest DTL release we have already fixed this! We ran into the same issue with MSVC 2005 where it threw an error because...
Hi! 1. Recently I needed to write DBMS specific SQL statement and wanted to determine type of DBMS I use at runtime. I found out that DBConnection has 2...
... Yes, we should doc these - I will add it to my todo list for the next version. ... I'm afraid so. For the mySQL driver you will just have to use a regular...