index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
icu
Commit message (
Expand
)
Author
Age
*
ext/icu/README.txt: clean up EOL whitespace and add a mention of the --with-i...
stephan
2024-11-28
*
Beginnings of rephrasing #if SQLITE_CORE to #ifdef/ifndef for consistency, as...
stephan
2024-10-24
*
Fix a harmless compiler warning in the ICU extension due to [acddbc489d5231da].
drh
2024-04-08
*
Add an optional 3rd argument to the icu_load_collation() function that
drh
2024-04-02
*
Fix misuse of the sqlite3_set_auxdata() interface in the ICU extension.
drh
2022-09-28
*
Update obsolete text in the ICU README.txt file talking about SQLite's
drh
2022-03-05
*
Extend the refactoring into extensions. Clean up stray newlines.
drh
2020-06-19
*
User-suggested improvement to the README.txt for the ICU extension.
drh
2020-05-19
*
Chagnes the ESCAPE clause on the LIKE operator to overwrite wildcard
drh
2020-03-19
*
Enhance PRAGMA function_list so that it shows all instances of each FuncDef,
drh
2020-01-04
*
Fix a typo in the README file for ICU. No code changes.
drh
2018-03-27
*
Add compile time switch SQLITE_ENABLE_ICU_COLLATIONS. For enabling ICU
dan
2017-12-08
*
Fix harmless UB in the ICU extension.
drh
2017-09-21
*
Alternative ICU fix (compare to check-in [50e60cb4]) that avoids casting
drh
2017-01-27
*
Modify the ICU extension to use a static initializer, as VC++ complains about
drh
2017-01-26
*
Mark the ICU extension functions as deterministic.
drh
2016-11-04
*
Escape non-ASCII character from an ICU extension comment.
mistachkin
2016-10-17
*
In the ICU extension toupper() and tolower() SQL functions, avoid calling u_s...
dan
2016-04-14
*
Fix typo in ICU error message.
mistachkin
2016-02-27
*
Fix a potential buffer overflow in the ICU upper() function.
drh
2016-02-26
*
Fix the ICU extension LIKE function so that it does not read past the end of ...
dan
2016-02-26
*
Fix harmless compiler warnings.
drh
2015-06-15
*
Modify several extensions to use the new exported function naming. Fix some ...
mistachkin
2013-07-04
*
Many small harmless comment changes. Removal of obsolete comments and
drh
2013-05-28
*
Many spelling fixes in comments. No changes to code.
mistachkin
2013-03-21
*
Suppress many harmless compiler warnings, mostly signed/unsigned comparisons
drh
2011-04-05
*
Updates to the README.txt file for ICU.
drh
2010-07-30
*
Change the REGEXP function in ICU to require exactly 2 arguments.
drh
2009-12-17
*
Add header file sqliteicu.h to the ICU extension. This is analogous to the rt...
danielk1977
2008-09-08
*
Change all instances of "it's" in comments to either "its" or "it is",
drh
2007-12-13
*
Extend fts2 so that user defined tokenizers may be added. Add a tokenizer tha...
danielk1977
2007-06-22
*
Add a README.txt file for the ICU extension. (CVS 4055)
danielk1977
2007-06-11
*
Add a version of the LIKE operator to the icu extension. Requires optimisatio...
danielk1977
2007-05-07
*
Add interface to configure SQLite to use ICU collation functions. (CVS 3936)
danielk1977
2007-05-07
*
Add the experimental create_collation_x() api. (CVS 3934)
danielk1977
2007-05-07
*
Add the start of the ICU extension. (CVS 3931)
danielk1977
2007-05-06