Re: [Pharo-users] [ANN] Pharo-SQLite even more multilingual

2019-03-02 Thread Hilaire
Thanks! Hilaire Le 02/03/2019 à 14:16, Pierce Ng a écrit : > I've enhanced the Pharo SQLite library to be even more multilingual. It has -- Dr. Geo http://drgeo.eu

Re: [Pharo-users] [ANN] Pharo-SQLite even more multilingual

2019-03-02 Thread Esteban Maringolo
Wow! I wasn't aware SQLite supported that. Thank you from bringing such powerful, yet small, database to Pharo. Esteban A. Maringolo El sáb., 2 mar. 2019 a las 10:17, Pierce Ng () escribió: > > Hi all, > > I've enhanced the Pharo SQLite library to be even more multilingual. It has > always suppo

[Pharo-users] [ANN] Pharo-SQLite even more multilingual

2019-03-02 Thread Pierce Ng
Hi all, I've enhanced the Pharo SQLite library to be even more multilingual. It has always supported data elements that are Pharo WideString instances, these being converted to/from UTF8 transparently by the library. Now the library also handles multilingual table names, column names and default c