bug in lookup. CVS-Version as of 26-09-2005
Moderators: gto, cipto_kh, EgonHugeist
bug in lookup. CVS-Version as of 26-09-2005
If keyfield type is SMALLINT, lookup do not work
Delphi 6 SP2 RTL1.
ZeosLib 6.5.1-alpha CVS-Version as of 26(23)-09-2005
MySQL 5.0.10 (for test you may use version MySQL 4.1.x or 5.0.x)
Bug introduce in version ZeosLib 6.5.1-alpha CVS-Version as of 23-09-2005
Delphi-source and sql-script in attathment.
ZeosLib 6.5.1-alpha CVS-Version as of 26(23)-09-2005
MySQL 5.0.10 (for test you may use version MySQL 4.1.x or 5.0.x)
Bug introduce in version ZeosLib 6.5.1-alpha CVS-Version as of 23-09-2005
Delphi-source and sql-script in attathment.
You do not have the required permissions to view the files attached to this post.
+ DBGridEh 3.6 (http://www.ehlib.com/) for visualize resultset, for test you use DbGrid
Michael why not talk to Marko Binic: http://mxs.bergsoft.net/Michael wrote:Hi visor,
I would appreciate that, too! As long as there is no tool in our forum to manage bugs, we have to use the bug tracker on SF.
he had developed an excellet Issue Tracker based on PhpBB, check the website. I remember he asked for a small fee, i think 19 or 29 dlls for the tracker, i can make the donation if needed. but i find a good addon to the Ctracker. check ti out
Well the correct way, for all of us, should be:Michael wrote: Maybe annotate a link to your thread when you register this bug.
Regards!
1) Post the bug report in SF.net
2) Post the patch in 'patches' section' refering in the title the BUG ID number (generated previously by posting the bug.
3) optionall, post a reply in the bgu section the the bug has a fix in patches section, and plz add the link to it (url to display the patch post).
BTW Michael maybe this can be also a little FAQ of' What to to to report a bug and/or a patch' also when a feature request is needed. it can be sticky post to let know users what to do in this cases when a bug (not a doubt or a simple problem) is found.
Regards
PS: i have read your PM, i'll talk to you later
-
- Fresh Boarder
- Posts: 20
- Joined: 24.08.2005, 08:50
Hi Visor,
Why not putting the stShort type in the Case Statement ?
replace
with
It is much "cleane"
Why not putting the stShort type in the Case Statement ?
replace
Code: Select all
Case CurrentType of
...
stInteger:
...
Code: Select all
Case CurrentType of
...
stInteger,stShort :
...