Greetings.

please observe the following:
 9:45:49.39>sqlite3
SQLite version 3.30.0 2019-10-04 15:03:17
Enter ".help" for usage hints.
Connected to a transient in-memory database.
Use ".open FILENAME" to reopen on a persistent database.
sqlite> .load c:\\PMOProjects\\libsqlite3decimal sqlite3_decimal_init
sqlite> select decStr('1.7654');
1.7654
sqlite> .expert
sqlite> select decStr('1.7654');
Error: no such function: decStr
sqlite>

This is kind of a drag because I use expert a lot for setting indexes when 
searches are slow.  Any thoughts?  Thanks.

josé
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to