[patch done] handle 3 parts table name

The alpha/beta tester's forum for ZeosLib 7.0.x series

Report problems concerning our Delphi 2009+ version and new Zeoslib 7.0 features here.

This is a forum that will be removed once the 7.X version goes into stable!!

Moderators: gto, EgonHugeist, olehs

Locked
rautgigi
Fresh Boarder
Fresh Boarder
Posts: 16
Joined: 08.10.2006, 19:54

[patch done] handle 3 parts table name

Post by rautgigi »

I make a little modification in order to handle 3 parts name into from clause.
Right now it dosen't work on dbname.schamename.tablename.

I test with :
dbname.schamename.tablename
dbname..tablename
.schamename.tablename
schamename.tablename
tablename
..tablename
You do not have the required permissions to view the files attached to this post.
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Post by EgonHugeist »

Commit your patch to branch testing-egonhugeist. It's tested and don't break any rules..
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/

Image
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

In Testing branch now. SVN rev 1040.
Image
Locked