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
iar
Fresh Boarder
Posts: 4 Joined: 13.10.2006, 17:14
Location: SPb
Contact:
Post
by iar » 14.10.2006, 10:54
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.
mdaems
Zeos Project Manager
Posts: 2766 Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:
Post
by mdaems » 15.10.2006, 12:54
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
Posts: 4 Joined: 13.10.2006, 17:14
Location: SPb
Contact:
Post
by iar » 17.10.2006, 15:46
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.
mdaems
Zeos Project Manager
Posts: 2766 Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:
Post
by mdaems » 18.10.2006, 08:46
Committed... If you find more problems, feel free to send them.
Mark
iar
Fresh Boarder
Posts: 4 Joined: 13.10.2006, 17:14
Location: SPb
Contact:
Post
by iar » 19.10.2006, 08:22
It is good. As that I shall find during work, at once I shall write.