|
From: Nenad B. <nba...@wi...> - 2015-02-05 02:54:30
|
Hello! INDEX command have a bug: USE Table NEW INDEX ON Upper(t_name) TO (cIndex) TAG Test This commands open table _without_ index, and then creates new index file. But, if exist old index file, LetoDB for some reason open this old file before creates new. For example, if old file contains bad function - "Wrong(t_name)", Leto reports error "Undefined function". I use NTX index files. Best regards, NB |