Patch level : 2.1 nopatch

Files correlati     : ba8.exe
Ricompilazione Demo : [ ]
Commento            :

Corretta generazione clausola WHERE


git-svn-id: svn://10.65.10.50/trunk@11953 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 2004-04-09 09:46:46 +00:00
parent 2d8bf04579
commit 763796dce1

View File

@ -585,7 +585,7 @@ static bool sql_tree_handler(TTree& tree, void* jolly, word flags)
TString_array& join = rn->join();
TString str;
if (from.find(rn->id()) < 0)
if (from.get_pos(rn->id()) < 0)
{
from.add(rn->id());