But there already is a step by step instruction document right here 
http://sqlite.org/loadext.html that tells you exactly how to build a loadable 
extension, which can contain user defined functions, complete with references 
to examples. I suggest you use compress.c as a template, as this has only about 
60 lines of code (excluding comments) and implements two functions.

-----Ursprüngliche Nachricht-----
Von: sqlite-users [mailto:sqlite-users-boun...@mailinglists.sqlite.org] Im 
Auftrag von Dr. Mucibirahman ILBUGA
Gesendet: Dienstag, 10. April 2018 09:49
An: sqlite-users@mailinglists.sqlite.org
Betreff: [EXTERNAL] Re: [sqlite] UPPER function depends on Locale?

10.04.2018 10:30 tarihinde sandu yazdı:
> As Simon Slavin wrote, maybe in your case would be much easier to have
> dedicated lower/upper functions instead of recompiling with ICU
> option, if this is two complex for you.

Hi,

Yes. You and Simon are right. But in this case there is not any step by step 
document how to create function. If I can success to create one simple function 
in SQLite then I will prepare step by step how-to document. I swear... :)

--
Regards,
Mucip:)

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


___________________________________________
 Gunter Hick | Software Engineer | Scientific Games International GmbH | 
Klitschgasse 2-4, A-1130 Vienna | FN 157284 a, HG Wien, DVR: 0430013 | (O) +43 
1 80100 - 0

May be privileged. May be confidential. Please delete if not the addressee.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to