aboutsummaryrefslogtreecommitdiff
path: root/ext/icu
Commit message (Expand)AuthorAge
* ext/icu/README.txt: clean up EOL whitespace and add a mention of the --with-i...stephan2024-11-28
* Beginnings of rephrasing #if SQLITE_CORE to #ifdef/ifndef for consistency, as...stephan2024-10-24
* Fix a harmless compiler warning in the ICU extension due to [acddbc489d5231da].drh2024-04-08
* Add an optional 3rd argument to the icu_load_collation() function thatdrh2024-04-02
* Fix misuse of the sqlite3_set_auxdata() interface in the ICU extension.drh2022-09-28
* Update obsolete text in the ICU README.txt file talking about SQLite'sdrh2022-03-05
* Extend the refactoring into extensions. Clean up stray newlines.drh2020-06-19
* User-suggested improvement to the README.txt for the ICU extension.drh2020-05-19
* Chagnes the ESCAPE clause on the LIKE operator to overwrite wildcarddrh2020-03-19
* Enhance PRAGMA function_list so that it shows all instances of each FuncDef,drh2020-01-04
* Fix a typo in the README file for ICU. No code changes.drh2018-03-27
* Add compile time switch SQLITE_ENABLE_ICU_COLLATIONS. For enabling ICUdan2017-12-08
* Fix harmless UB in the ICU extension.drh2017-09-21
* Alternative ICU fix (compare to check-in [50e60cb4]) that avoids castingdrh2017-01-27
* Modify the ICU extension to use a static initializer, as VC++ complains aboutdrh2017-01-26
* Mark the ICU extension functions as deterministic.drh2016-11-04
* Escape non-ASCII character from an ICU extension comment.mistachkin2016-10-17
* In the ICU extension toupper() and tolower() SQL functions, avoid calling u_s...dan2016-04-14
* Fix typo in ICU error message.mistachkin2016-02-27
* Fix a potential buffer overflow in the ICU upper() function.drh2016-02-26
* Fix the ICU extension LIKE function so that it does not read past the end of ...dan2016-02-26
* Fix harmless compiler warnings.drh2015-06-15
* Modify several extensions to use the new exported function naming. Fix some ...mistachkin2013-07-04
* Many small harmless comment changes. Removal of obsolete comments anddrh2013-05-28
* Many spelling fixes in comments. No changes to code.mistachkin2013-03-21
* Suppress many harmless compiler warnings, mostly signed/unsigned comparisons drh2011-04-05
* Updates to the README.txt file for ICU.drh2010-07-30
* Change the REGEXP function in ICU to require exactly 2 arguments.drh2009-12-17
* Add header file sqliteicu.h to the ICU extension. This is analogous to the rt...danielk19772008-09-08
* Change all instances of "it's" in comments to either "its" or "it is",drh2007-12-13
* Extend fts2 so that user defined tokenizers may be added. Add a tokenizer tha...danielk19772007-06-22
* Add a README.txt file for the ICU extension. (CVS 4055)danielk19772007-06-11
* Add a version of the LIKE operator to the icu extension. Requires optimisatio...danielk19772007-05-07
* Add interface to configure SQLite to use ICU collation functions. (CVS 3936)danielk19772007-05-07
* Add the experimental create_collation_x() api. (CVS 3934)danielk19772007-05-07
* Add the start of the ICU extension. (CVS 3931)danielk19772007-05-06