Hi, I have a database which is built on a Linux System with PHP and pdo_sqlite and used (read-only) on a Windows platform.
When I use the ICU module and I create a collation, where is the collation "stored"? Do I have to call icu_create_collation everytime I start up the database? Or just one time? Or only when inserting data? What happens if I omit the call? This leads to the second question: If I only insert data on the Linux side and I have an index on the column using the ICU collation, do I need to have ICU support on client side? Thank you, Luke _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users