Hi.
There are several misprints in ZAbstractRODataset module: WIT_ASLARGEINT instead of WITH_ASLARGEINT, WIT_WIDEMEMO instead of WITH_WIDEMEMO.
In Zeos {$C-} is used for the release method. Assert procedures are ignored for this option. For example, in ZDbcODBCUtils module this line will be ignored: "Assert(ODBC3BaseDriver.SQLAllocHandle(SQL_HANDLE_ENV, Pointer(SQL_NULL_HANDLE), HENV) = SQL_SUCCESS, 'Couldn''t allocate an Environment handle');". A similar problem exists in many modules.
Several bugs in Zeos source code (r7115-trunk)
- EgonHugeist
- Zeos Project Manager
- Posts: 1936
- Joined: 31.03.2011, 22:38
Re: Several bugs in Zeos source code (r7115-trunk)
Krill,
Both wrong defines fixed. See: https://sourceforge.net/p/zeoslib/code-0/7116/
According the Assert(s):
in most cases it's exacly what i want: Do not compile the Asserts in release mode. But some of them need to be revisited, propably! -> happen on Developement.. I'll check then Assert() lines again.
Both wrong defines fixed. See: https://sourceforge.net/p/zeoslib/code-0/7116/
According the Assert(s):
in most cases it's exacly what i want: Do not compile the Asserts in release mode. But some of them need to be revisited, propably! -> happen on Developement.. I'll check then Assert() lines again.
Best regards, Michael
You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/
You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/
Re: Several bugs in Zeos source code (r7115-trunk)
Hi, Michael! Thanks for fixing wrong defines. Revisiting asserts would also be great.