[ic] Possible bug with [query]

interch interchange-users@lists.akopia.com
Mon Jul 16 15:25:00 2001


Hmmm this might possibly be a bug, since I can't see how it should do this
regardless of whether I have the query right or not.  Ic version 4.7.6
from cvs on 7/14.

Here is the code:

[tag flag write]country[/tag]


[query sql="update country set shipmodes = 'TEST' where code =
'US'" table=country]
[/query]
[export country]

Here is the line in the database (default dbm) for code US.  I have the
type set to PIPE in country.dbm.

US|0||US|GNDRES FEG 1DA|United States|USA|840 


After running the query the line above is not changed, but at the end of
country.txt this line has been inserted:

||||GNDRES FEG 1DA

Chris