[bug_fixed] ZEOS_TESTING_REV_113 bug

In this forum all bug reports concerning the 6.x branch will be gahtered. You have the possibility to track the bug fix process.

Moderators: EgonHugeist, mdaems

Post Reply
iar
Fresh Boarder
Fresh Boarder
Posts: 4
Joined: 13.10.2006, 17:14
Location: SPb
Contact:

[bug_fixed] ZEOS_TESTING_REV_113 bug

Post by iar »

Hello. I download ZEOS_TESTING_REV_113.7z and found bug. It version not worked with Sybase. I fix it. In unit ZDbcDbLibSybaseMetadata.pas in operator on 1638 line in constant string %s must be quoted. I.e. ''%s''

Added on 17 oct 2006:
This bug causes a error:

Code: Select all

General SQL Server error: Check messages from the SQL Server.
Invalid column name 'Some_Table_Name'.
Last edited by iar on 17.10.2006, 15:53, edited 1 time in total.
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

Change looks OK. I don't use Sybase though, so did not test it. Can you please check if this is the only place where it should be changed? So I can apply it all at once.
If you give a GO, I'll commit.

Mark
iar
Fresh Boarder
Fresh Boarder
Posts: 4
Joined: 13.10.2006, 17:14
Location: SPb
Contact:

Post by iar »

While has had time to work with simple inquiries about reading/updating of tables through TZQuery and TZTable. Here all is OK.

With stored procedures (TZStoredProc) i shall work hardly later. Probably next month.

So I think stands commit GO.
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

Committed... If you find more problems, feel free to send them.

Mark
iar
Fresh Boarder
Fresh Boarder
Posts: 4
Joined: 13.10.2006, 17:14
Location: SPb
Contact:

Post by iar »

It is good. As that I shall find during work, at once I shall write.
Post Reply