V4RB 2.0 b16 uploaded

jda jda at his.com
Wed Sep 15 19:13:17 CDT 2004




>
>
>* I still see that in utf8 format not work methods.
>
>* it seems no work searches in your main Window, Jon.


The good news is that I can create databases in 
utf-8 or -16, open, close, save data, and 
retrieve fields for display.

Searching doesn't work so well (see below).



>
>
>Jon, please try to run this build in UTF16 format also!
>Let me know results.
>
>

UTF-16 database. Note that allFields IS a method:

This search fails:

select id,hit from thereferences where 
((left(allFields, 1) = 'TEST')) order by id



This search works:

select id,hit from thereferences where (allFields REGEX 'TEST') order by id


But this search fails (after I change test to tést)

select id,hit from thereferences where (allFields REGEX 'TÉST') order by id

-------------

UTF-8 database:

Finds fail. Now even this search fails:

select id,hit from thereferences where (allFields REGEX 'TEST') order by id

-----------------


On a more minor note, new db icons are not set 
(this seems to come and go with each beta -- 
right now it's gone).


Jon



More information about the Valentina-beta mailing list