Commitin historia

Tekijä SHA1 Viesti Päivämäärä
  stephan 79d3714f24 Beginnings of rephrasing #if SQLITE_CORE to #ifdef/ifndef for consistency, as discussed in [forum:cea40371c5e34b09 | forum post cea40371c5e34b09]. 5 kuukautta sitten
  drh 0389d5f8d0 Fix a harmless compiler warning in the ICU extension due to [acddbc489d5231da]. 1 vuosi sitten
  drh 307f290b32 Add an optional 3rd argument to the icu_load_collation() function that 1 vuosi sitten
  drh 31474ce57e Fix misuse of the sqlite3_set_auxdata() interface in the ICU extension. 2 vuotta sitten
  drh 589c787620 Chagnes the ESCAPE clause on the LIKE operator to overwrite wildcard 5 vuotta sitten
  drh 79d5bc80c7 Enhance PRAGMA function_list so that it shows all instances of each FuncDef, 5 vuotta sitten
  dan 21540ae479 Add compile time switch SQLITE_ENABLE_ICU_COLLATIONS. For enabling ICU 7 vuotta sitten
  drh 8dfde89bc6 Fix harmless UB in the ICU extension. 7 vuotta sitten
  drh 9ec82ff2ba Alternative ICU fix (compare to check-in [50e60cb4]) that avoids casting 8 vuotta sitten
  drh 87f500ce43 Modify the ICU extension to use a static initializer, as VC++ complains about 8 vuotta sitten
  drh b1c9633493 Mark the ICU extension functions as deterministic. 8 vuotta sitten
  mistachkin 47d00872fc Escape non-ASCII character from an ICU extension comment. 8 vuotta sitten
  dan 5313f2e12e In the ICU extension toupper() and tolower() SQL functions, avoid calling u_strToUpper() or u_strToLower() a second time if the buffer passed to the first invocation turns out to be large enough. 9 vuotta sitten
  mistachkin 62ab810014 Fix typo in ICU error message. 9 vuotta sitten
  drh 88a1650859 Fix a potential buffer overflow in the ICU upper() function. 9 vuotta sitten
  dan 38c3d3d8a5 Fix the ICU extension LIKE function so that it does not read past the end of a buffer if it it passed malformed utf-8. 9 vuotta sitten
  drh f5ed7ad63e Fix harmless compiler warnings. 9 vuotta sitten
  mistachkin 049d487e2e Modify several extensions to use the new exported function naming. Fix some shared library compilation issues. 11 vuotta sitten
  drh f7b5496e8e Many small harmless comment changes. Removal of obsolete comments and 12 vuotta sitten
  drh fcd71b6010 Suppress many harmless compiler warnings, mostly signed/unsigned comparisons 14 vuotta sitten
  drh 6695f47e93 Change the REGEXP function in ICU to require exactly 2 arguments. 15 vuotta sitten
  drh 85b623f2f9 Change all instances of "it's" in comments to either "its" or "it is", 17 vuotta sitten
  danielk1977 832a58a68c Extend fts2 so that user defined tokenizers may be added. Add a tokenizer that uses the ICU library if available. Documentation and tests to come. (CVS 4108) 18 vuotta sitten
  danielk1977 b39fa65289 Add a README.txt file for the ICU extension. (CVS 4055) 18 vuotta sitten
  danielk1977 7de68a097e Add a version of the LIKE operator to the icu extension. Requires optimisation. (CVS 3939) 18 vuotta sitten
  danielk1977 2559136971 Add interface to configure SQLite to use ICU collation functions. (CVS 3936) 18 vuotta sitten
  danielk1977 a9808b31a8 Add the experimental create_collation_x() api. (CVS 3934) 18 vuotta sitten
  danielk1977 83852acc44 Add the start of the ICU extension. (CVS 3931) 18 vuotta sitten