- 7946c53 If SQLITE_DISABLE_FTS3_UNICODE is defined, do not build the "unicode61" tokenizer. by dan ยท 14 years ago fts4-unicode
- 501c74d Change the format of the tables used by sqlite3FtsUnicodeTolower() to make them a little smaller. by dan ยท 14 years ago
- 7a79673 Add coverage tests for fts3_unicode.c. by dan ยท 14 years ago
- cf9f6f1 Add fault-injection tests that use the unicode61 tokenizer. Fix a problem revealed by the same. by dan ยท 14 years ago
- ab322bd Change the name of the "unicode" tokenizer to "unicode61" to emphasize that the case folding and separator-character identification routines are based on unicode version 6.1. by dan ยท 14 years ago
- 1c7016c Add special fast paths to sqlite3FtsUnicodeTolower() and Isalnum() for codepoints in the ASCII range. by dan ยท 14 years ago
- 80ed5a5 Fix comments in generated file fts3_unicode2.c. by dan ยท 14 years ago
- 3d403c7 Add an experimental tokenizer to fts4 - "unicode". This tokenizer works in the same way except that it understands unicode "simple case folding" and recognizes all characters not classified as "Letters" or "Numbers" by unicode as token separators. by dan ยท 14 years ago
- 3773b29 Version 3.7.12.1 by drh ยท 14 years ago version-3.7.12.1
- b24c61a Increase the version number to 3.7.12.1. Minor changes to test scripts. by drh ยท 14 years ago
- 5677e10 Merge the nested aggregate query fix (ticket [c2ad16f997ee9c8ed]) unto trunk. by drh ยท 14 years ago
- bbabe19 Mark and always-true conditional as such. Add the fuzz-oss1.test test module. by drh ยท 14 years ago
- 3a8c4be Candidate fix for the nested aggregate query problem of ticket by drh ยท 14 years ago
- a51009b Convert the NameContext object from using u8 booleans to using individual by drh ยท 14 years ago
- 3608f17 Make sure lookaside memory allocations are unusable after they are freed. by drh ยท 14 years ago
- 94e858b Move some #defines earlier in the file for test_quota.c in order to avoid by drh ยท 14 years ago
- 84ee0af Allow the sqlite3ExplainBegin function to be compiled by MSVC. by mistachkin ยท 14 years ago
- ac43e98 Change the ".schema" command of the shell to output VIEWs in declared order, by drh ยท 14 years ago
- 4ced45c Fix a test case so that it works even with very long pathnames. by drh ยท 14 years ago
- 5a3eff7 Fix a test case in the shell1.test script so that it works even for very by drh ยท 14 years ago
- 29ddd3a Add assert()s to verify that Table objects in the schema never use by drh ยท 14 years ago
- 74ea19b Add an assert() that verifies that the statement pointer from by drh ยท 14 years ago
- 8aba220 Version 3.7.12 by drh ยท 14 years ago version-3.7.12
- 5b6c44a Fix a typo in a comment which is used to generate documentation. No changes by drh ยท 14 years ago
- ab35eae Parser bug fix: Make sure the table constraints allowed by prior releases by drh ยท 14 years ago
- 64b95bb Before running each test script, make sure the FTS enhanced query syntax is disabled. by dan ยท 14 years ago
- e4d3195 Use the regexp result option for a test case in shell1.test. by drh ยท 14 years ago
- 0971140 Adjust some of the pager tests to accommodate longer database pathnames. by drh ยท 14 years ago
- 957ed0b Fix the wal2.test script so that it works on big-endian machines. by drh ยท 14 years ago
- ed1d84e Fix a bug in the wal.test script so that it works on big-endian systems. by drh ยท 14 years ago
- 26d8b0f Fix a harmless compiler warning inside an assert() statement within test code. by drh ยท 14 years ago
- d187655 Fix an evidence-mark typo in the comments of sqlite3.h. No changes to code. by drh ยท 14 years ago
- dd9819c Fix a harmless compiler warning. by drh ยท 14 years ago
- 5cfed52 Have the FTS auxiliary functions correctly handle terms that appear in non-matching branches of the FTS expression. Fix for [bdc6bbbb38]. by dan ยท 14 years ago
- aeb281c Further changes to constraint parsing to support legacy syntax. by drh ยท 14 years ago
- 4dc330d Adjust the parser so that certain legacy schema constructs (that are not by drh ยท 14 years ago
- 727760f Merge Windows directory checking changes to trunk. by mistachkin ยท 14 years ago
- 48a55aa Simplify directory checking for winOpen and add checking to winDelete. by mistachkin ยท 14 years ago win-check-dir
- 1e039a2 Do not do the AV retry loop on open if the file that is attempting to be by drh ยท 14 years ago
- 7a9fc59 Update a test in io.test to account for [05f98d4eec]. by dan ยท 14 years ago
- a4c5860 Fix a minor deviation from the coding style guidelines. by drh ยท 14 years ago
- 70331cd Enhance the processing of ORDER BY clauses on compound queries to better by drh ยท 14 years ago
- 3f17aef Enhance the do_test proc in the test suite so that if the expected result by drh ยท 14 years ago
- 9250581 All virtual table constructors to be invoked recursively. A test case for by drh ยท 14 years ago
- 5128e85 New test cases for the ".dump" and ".mode insert" commands of the shell. by drh ยท 14 years ago
- 8df9185 Move the shell test scripts into the test/ subfolder so that they are by drh ยท 14 years ago
- b202d70 Fix a sign-extension problem for BLOB output in ".insert" mode of the by drh ยท 14 years ago
- 9878123 Update the ".table" command in the shell to show all tables in all by drh ยท 14 years ago
- 9b8d357 If terminating interactive input to the command-line shell with ^D, issue by drh ยท 14 years ago
- 6a36f43 Do not consider a DISTINCT clause redundant unless a subset of the result-set is collectively subject to a UNIQUE constraint and it can be guaranteed that all columns of the subset are NOT NULL (either due to NOT NULL constraints WHERE clause terms). Fix for [385a5b56b9]. by dan ยท 14 years ago
- 99f8fb6 Fix for 2a5629202f. When considering whether or not a UNIQUE index may be used to optimize an ORDER BY clause, do not assume that all index entries are distinct unless there is some reason to believe that the index contains no NULL values. by dan ยท 14 years ago
- 50f79f5 Remove obsolete art. by drh ยท 14 years ago
- 83cc139 Fix harmless compiler warnings on x64 MSVC, mostly in test code, but also in by drh ยท 14 years ago
- 7ed243b Fix a harmless compiler warning in tclsqlite.c for MSVC x64. Fix a test by drh ยท 14 years ago
- d5a336e Fix harmless compiler warnings (unused parameter warnings) in the aggregate by drh ยท 14 years ago
- 3a2d08e Fix a harmless compiler warning in the mkkeywordhash.c utility program. by drh ยท 14 years ago
- d25d692 Fix a typecast problem in lemon that could cause problems on 64-bit machines. by drh ยท 14 years ago
- 374fdce Improved handling of aggregate subqueries within an aggregate query. by drh ยท 14 years ago
- d8621b9 Add an undocumented and possibly ephemeral ".breakpoint" command to the by drh ยท 14 years ago
- 8c5058b Fix a bug in the command-line shell logic that attempts to continue with a by drh ยท 14 years ago
- 5adc60b In the unix VFS, always set every open file to close-on-exec using either by drh ยท 14 years ago
- 2b32b99 Fix a typo in a comment that is extracted for documentation. No changes to by drh ยท 14 years ago
- a2acb0d Add a testcase() macro to ensure that the sqlite3AuthCheck() call inside by drh ยท 14 years ago
- 85e7243 Fix harmless static-analysis warnings, mosting having to do with memory by drh ยท 14 years ago
- c00ce49 Add new interfaces to the test_quota.c module: sqlite3_quota_ftruncate(), by drh ยท 14 years ago
- 35c86a9 Fix a copy/paste error in a comment in the fuzzer. No changes to code. by drh ยท 14 years ago
- 89d5d6a Fix the application-defined function logic so that functions with a variable by drh ยท 14 years ago
- 3700262 Update sqlite3_analyzer to correctly find all database files when the by drh ยท 14 years ago
- b8af4b7 Ignore the value of SQLITE_FCNTL_CHUNK_SIZE if it is negative. by drh ยท 14 years ago
- 3343b43 Performance improvements for the RowSet object when it undergoes many by drh ยท 14 years ago
- 42f64e5 Add the ".trace" option to the command-line shell. by drh ยท 14 years ago
- 689453d Fix the multiplexor logging so that it works with SQLITE_ENABLE_8_3_NAMES. by drh ยท 14 years ago
- 1779efd In the multiplexor extension, improve the error logging when a chunk fails by drh ยท 14 years ago
- c8f8616 Do not run attempt to run test file fts4merge3.test unless the build includes FTS. by dan ยท 14 years ago
- 2bd2cfc Modify capi3.test and capi3c.test so that they work with SQLITE_OMIT_AUTORESET builds. by dan ยท 14 years ago
- 1235bb1 Modify the integrity-check code to reduce the size of the large allocation from 4 bytes to 1 bit for each page in the database file. by dan ยท 14 years ago
- 2aad3da Fix a typo in the rtree6.test script that prevented it from running. by drh ยท 14 years ago
- 67d9734 Rerun autoconf to update the configure script for version 3.7.12 by drh ยท 14 years ago
- 5d4e1e1 If the SELECT that finds all root pages in the showdb fails, then report by drh ยท 14 years ago
- 3aeea46 Enhance the "showdb" utility program with the "pgidx" option. Now requires by drh ยท 14 years ago
- f439fbd The SQLITE_RTREE_INT_ONLY compile-time option causes the RTree extension by drh ยท 14 years ago
- 3b06a2a Add #ifdefs to allow a test build to succeed even if SQLITE_ENABLE_FTS3 is by drh ยท 14 years ago
- a477a86 Fix a compiler warning by removing a redundant variable. by drh ยท 14 years ago
- e77593f Test cases for RELEASE and ROLLBACK TO of a nested savepoint while queries by drh ยท 14 years ago
- 31f1005 Do not abort pending queries on a RELEASE of a nested SAVEPOINT. by drh ยท 14 years ago
- 8c2e0f0 Modify selectColumnsFromExprList() to avoid ever incorrectly returning SQLITE_NOMEM. by dan ยท 14 years ago
- a25a42c Change the ICU tokenizer so that it does not attempt to call strlen(NULL). by dan ยท 14 years ago
- 2b9ee77 Fix a bug in the EXPLAIN code for listing trigger programs that was causing an out-of-bounds read. by dan ยท 14 years ago
- 5fb52ca Do more aggressive optimization of the AND operator where one side or the by drh ยท 14 years ago
- 00fa55d Avoid using the OVERLAPPED struct on WinCE. by mistachkin ยท 14 years ago
- f014640 Simplify the winRead and winWrite VFS functions to reduce the number by drh ยท 14 years ago
- f68686a When a named CHECK constraint fails, include the name of the constraint by drh ยท 14 years ago
- 7da5fcb Fix MSVC compiler warnings in test code. by drh ยท 14 years ago
- ccdf202 Fix an FTS4 test script problem for windows. by drh ยท 14 years ago
- f9df449 Change the name of a local variable from "not" to "bNot" to lessen the by drh ยท 14 years ago
- e1da8fa In the ".output" command-line shell, if the first character of the output by drh ยท 14 years ago
- 4e245a4 Fix compiler warnings on GCC and MSVC and fix a C89-ism that by drh ยท 14 years ago
- 06801f6 Merge fts4-incr-merge with trunk. by dan ยท 14 years ago
- c68939e Disable the LIKE optimization if the column on the left-hand-side of the LIKE operator belongs to a virtual table. by dan ยท 14 years ago
- 9ace112 Fix an out of date comment on sqlite3ArrayAllocate(). by dan ยท 14 years ago