| 2012-03-14 |
mistachkin | Fix macro issues for osGetProcessHeap and sqlite3_win32... |
commit | commitdiff | tree | snapshot |
| 2012-03-14 |
mistachkin | Fix typos, use #if instead of #ifdef when checking... |
commit | commitdiff | tree | snapshot |
| 2012-03-14 |
mistachkin | Avoid redefining macros. Enable use of the Win32 nativ... |
commit | commitdiff | tree | snapshot |
| 2012-03-14 |
mistachkin | Remove SQLITE_OS_WINRT setting from MSVC makefile. |
commit | commitdiff | tree | snapshot |
| 2012-03-14 |
mistachkin | Add warning to the docs about changing the data directo... |
commit | commitdiff | tree | snapshot |
| 2012-03-14 |
mistachkin | Add experimental support for resolving relative databas... |
commit | commitdiff | tree | snapshot |
| 2012-03-13 |
mistachkin | Add assert to verify the number of characters to write... |
commit | commitdiff | tree | snapshot |
| 2012-03-13 |
mistachkin | Defer creation of the sleep event object until it is... |
commit | commitdiff | tree | snapshot |
| 2012-03-13 |
mistachkin | Cleanup the Windows syscall table, removing the unused... |
commit | commitdiff | tree | snapshot |
| 2012-03-13 |
mistachkin | More changes required to compile for WinRT using VS... |
commit | commitdiff | tree | snapshot |
| 2012-03-08 |
mistachkin | Merge test current directory value fix from trunk and... |
commit | commitdiff | tree | snapshot |
| 2012-03-08 |
mistachkin | On Windows, make sure the returned test current directo... |
commit | commitdiff | tree | snapshot |
| 2012-03-08 |
mistachkin | Merge and manually resolve testing updates from trunk. |
commit | commitdiff | tree | snapshot |
| 2012-03-08 |
mistachkin | On Windows, make sure the current directory value used... |
commit | commitdiff | tree | snapshot |
| 2012-03-07 |
mistachkin | When compiled for WinRT, use the CreateFile2 and LoadPa... |
commit | commitdiff | tree | snapshot |
| 2012-03-07 |
drh | Merge in the latest trunk changes. |
commit | commitdiff | tree | snapshot |
| 2012-03-06 |
mistachkin | Fix for test issues when there is no current directory... |
commit | commitdiff | tree | snapshot |
| 2012-03-05 |
mistachkin | Add compile-time define to indicate if the VFS supports... |
commit | commitdiff | tree | snapshot |
| 2012-03-05 |
dan | Fix a problem compiling the test code in fts3_test... |
commit | commitdiff | tree | snapshot |
| 2012-03-05 |
dan | Merge the fts4-languageid branch with the trunk. |
commit | commitdiff | tree | snapshot |
| 2012-03-04 |
mistachkin | When creating the event used to sleep on WinRT, request... |
commit | commitdiff | tree | snapshot |
| 2012-03-03 |
dan | Add the xLanguageid method to sqlite3_fts3_tokenizer... fts4-languageid |
commit | commitdiff | tree | snapshot |
| 2012-03-03 |
mistachkin | When compiled for WinRT, avoid using MapViewOfFile... |
commit | commitdiff | tree | snapshot |
| 2012-03-03 |
drh | Add a test case for ticket [3557ad65a076c]. |
commit | commitdiff | tree | snapshot |
| 2012-03-03 |
drh | Fix a bug [3557ad65a07] that causes incorrect DISTINCT... |
commit | commitdiff | tree | snapshot |
| 2012-03-02 |
mistachkin | When compiled for WinRT, avoid using the FORMAT_MESSAGE... |
commit | commitdiff | tree | snapshot |
| 2012-03-02 |
mistachkin | Fix test pragma-19.5 so that it works on file names... |
commit | commitdiff | tree | snapshot |
| 2012-03-02 |
mistachkin | When running on Windows with an NT-based kernel, always... |
commit | commitdiff | tree | snapshot |
| 2012-03-02 |
drh | Remove an obsolete comment from FTS3. No code changes. |
commit | commitdiff | tree | snapshot |
| 2012-03-02 |
dan | Fix problems with combining content= and languageid... |
commit | commitdiff | tree | snapshot |
| 2012-03-02 |
dan | Add test for FTS 'rebuild' command. |
commit | commitdiff | tree | snapshot |
| 2012-03-02 |
mistachkin | Add new Win32 APIs used to the system call table. ... |
commit | commitdiff | tree | snapshot |
| 2012-03-02 |
dan | Fix the FTS 'optimize' command on multi-lingual databases. |
commit | commitdiff | tree | snapshot |
| 2012-03-02 |
dan | Fix a bug in merging FTS language tables for languages... |
commit | commitdiff | tree | snapshot |
| 2012-03-02 |
drh | Omit all ANSI APIs for winRT. |
commit | commitdiff | tree | snapshot |
| 2012-03-01 |
drh | Use GetInformationByHandleEx() instead of GetFileSize... |
commit | commitdiff | tree | snapshot |
| 2012-03-01 |
drh | Do not run the large file tests if a file named "skip... |
commit | commitdiff | tree | snapshot |
| 2012-03-01 |
drh | Use SetFilePointerEx() instead of SetFilePointer()... |
commit | commitdiff | tree | snapshot |
| 2012-03-01 |
drh | Fix a typo in the header comment of sqlite3_commit_hook(). |
commit | commitdiff | tree | snapshot |
| 2012-03-01 |
drh | Use WaitForSingleObjectEx() as a substitute for Sleep... |
commit | commitdiff | tree | snapshot |
| 2012-03-01 |
drh | Add recognition of the SQLITE_OS_WINRT compile-time... |
commit | commitdiff | tree | snapshot |
| 2012-03-01 |
dan | Add the "languageid=" option to fts4. This code is... |
commit | commitdiff | tree | snapshot |
| 2012-03-01 |
drh | Add back in some #includes that were removed incorrectl... |
commit | commitdiff | tree | snapshot |
| 2012-03-01 |
drh | Remove unused #defines from os.h. |
commit | commitdiff | tree | snapshot |
| 2012-02-28 |
dan | Fix spurious errors that may occur if an empty database... |
commit | commitdiff | tree | snapshot |
| 2012-02-28 |
dan | Fix a case where an error code was being overwritten... |
commit | commitdiff | tree | snapshot |
| 2012-02-27 |
drh | Fix the xDelete implementation of the multiplexor VFS... |
commit | commitdiff | tree | snapshot |
| 2012-02-24 |
drh | Separate multiplexor overflow pages for -wal and -journ... |
commit | commitdiff | tree | snapshot |
| 2012-02-24 |
drh | Fix the multiplexor so that it works with WAL mode... |
commit | commitdiff | tree | snapshot |
| 2012-02-24 |
drh | Add #ifdef SQLITE_ENABLE_ZIPVFS around those bits of... |
commit | commitdiff | tree | snapshot |
| 2012-02-24 |
drh | If the SQLITE_FCNTL_PRAGMA file control returns somethi... |
commit | commitdiff | tree | snapshot |
| 2012-02-24 |
drh | A simple change that allows the SQLITE_32BIT_ROWID... |
commit | commitdiff | tree | snapshot |
| 2012-02-23 |
drh | Fix an obscure bug that causes a crash when parsing... |
commit | commitdiff | tree | snapshot |
| 2012-02-23 |
dan | Fix a typo made inside an assert() statement in the... |
commit | commitdiff | tree | snapshot |
| 2012-02-23 |
dan | Add the sqlite3PagerWalFramesize() function to pager... |
commit | commitdiff | tree | snapshot |
| 2012-02-23 |
drh | Expose the sqlite3_stricmp() interface. Add the SQLITE... |
commit | commitdiff | tree | snapshot |
| 2012-02-22 |
drh | Move test logic for SQLITE_FCNTL_PRAGMA out of os_unix... file-control-pragma |
commit | commitdiff | tree | snapshot |
| 2012-02-22 |
drh | If the SQLITE_FCNTL_PRAGMA file-control returns anythin... |
commit | commitdiff | tree | snapshot |
| 2012-02-22 |
drh | Disable the "filename" pragma implemented by os_unix... |
commit | commitdiff | tree | snapshot |
| 2012-02-22 |
drh | Make benign any malloc failures inside the sqlite3_file... |
commit | commitdiff | tree | snapshot |
| 2012-02-22 |
drh | Change the SQLITE_FCNTL_PRAGMA file-control so that... |
commit | commitdiff | tree | snapshot |
| 2012-02-22 |
drh | Begin adding support for SQLITE_FCNTL_PRAGMA. |
commit | commitdiff | tree | snapshot |
| 2012-02-21 |
drh | Avoid redefining NDEBUG if the fuzzer is included in... |
commit | commitdiff | tree | snapshot |
| 2012-02-21 |
dan | Prevent the fuzzer from ever returning a string longer... |
commit | commitdiff | tree | snapshot |
| 2012-02-21 |
dan | Further fuzzer test cases. Fix a case in the fuzzer... |
commit | commitdiff | tree | snapshot |
| 2012-02-21 |
dan | Add further test cases and minor fixes for the fuzzer. |
commit | commitdiff | tree | snapshot |
| 2012-02-20 |
drh | Updates to the instructions in the header comment of... |
commit | commitdiff | tree | snapshot |
| 2012-02-20 |
dan | Change the way the fuzzer (test_fuzzer.c) works so... |
commit | commitdiff | tree | snapshot |
| 2012-02-20 |
dan | Fix a case in test_fuzzer.c causing transformations... |
commit | commitdiff | tree | snapshot |
| 2012-02-14 |
drh | Increase the maximum ruleset id in the fuzzer from... |
commit | commitdiff | tree | snapshot |
| 2012-02-14 |
drh | Enhance the fuzzer virtual table to support multiple... |
commit | commitdiff | tree | snapshot |
| 2012-02-13 |
drh | Merge the non-blocking ROLLBACK changes into trunk. |
commit | commitdiff | tree | snapshot |
| 2012-02-13 |
drh | Fix a harmless compiler warning introduced by the previ... |
commit | commitdiff | tree | snapshot |
| 2012-02-13 |
drh | On unix, ignore the umask when creating journal files... |
commit | commitdiff | tree | snapshot |
| 2012-02-13 |
drh | Add the new SQLITE_ABORT_ROLLBACK extended error code... nonblocking-rollback |
commit | commitdiff | tree | snapshot |
| 2012-02-13 |
drh | Change the ROLLBACK command so that pending statements... |
commit | commitdiff | tree | snapshot |
| 2012-02-13 |
dan | Changes to various test scripts so that veryquick.test... |
commit | commitdiff | tree | snapshot |
| 2012-02-13 |
dan | Fix a typo in the type of the fchown() function in... |
commit | commitdiff | tree | snapshot |
| 2012-02-11 |
drh | Make fchown() an overrideable system call in os_unix.c. |
commit | commitdiff | tree | snapshot |
| 2012-02-11 |
mistachkin | Cleanup some directories and files left by the MinGW... |
commit | commitdiff | tree | snapshot |
| 2012-02-11 |
mistachkin | Revise the preprocessor directives used to handle mallo... |
commit | commitdiff | tree | snapshot |
| 2012-02-11 |
drh | Silence GCC compiler warnings about unused return value... |
commit | commitdiff | tree | snapshot |
| 2012-02-11 |
drh | Another attempt to fix warnings in the randomFunc(... |
commit | commitdiff | tree | snapshot |
| 2012-02-11 |
drh | When creating journal files (including -wal and -shm... |
commit | commitdiff | tree | snapshot |
| 2012-02-11 |
drh | Remove a redundant test from the shared-memory logic... |
commit | commitdiff | tree | snapshot |
| 2012-02-10 |
drh | Fix a warning coming from the Solaris Studio compiler. |
commit | commitdiff | tree | snapshot |
| 2012-02-10 |
drh | Disable the ability to have multiple values in the... |
commit | commitdiff | tree | snapshot |
| 2012-02-10 |
drh | Fix an important bug in the handling of EINTR in unixRe... |
commit | commitdiff | tree | snapshot |
| 2012-02-10 |
drh | Fix a boundary case for the integer affinity routine... |
commit | commitdiff | tree | snapshot |
| 2012-02-08 |
drh | Add an autoconf test for malloc.h and use the results... |
commit | commitdiff | tree | snapshot |
| 2012-02-07 |
drh | Command-line shell enhancements: Reorganize the "usage... |
commit | commitdiff | tree | snapshot |
| 2012-02-02 |
drh | More structure packing for smaller objects and less... |
commit | commitdiff | tree | snapshot |
| 2012-02-02 |
drh | Reduce the size of the MemPage object by about 32 bytes... |
commit | commitdiff | tree | snapshot |
| 2012-02-02 |
drh | When non-aggregate columns occur in an aggregate query... |
commit | commitdiff | tree | snapshot |
| 2012-02-02 |
drh | Fix a problem with NULL handling in aggregate min/max... output-minmax-row |
commit | commitdiff | tree | snapshot |
| 2012-02-02 |
drh | For queries of the form "SELECT p, max(q) FROM t1"... |
commit | commitdiff | tree | snapshot |
| 2012-02-02 |
drh | Data structure cleanup. Remove unused fields. Rearran... |
commit | commitdiff | tree | snapshot |
| 2012-02-02 |
drh | Simplified array allocation in the IdList and AggInfo... |
commit | commitdiff | tree | snapshot |
| 2012-02-02 |
drh | Fix a possible segfault after an OOM fault. This has... |
commit | commitdiff | tree | snapshot |
| 2012-02-02 |
drh | Remove the nAlloc field from the ExprList object. |
commit | commitdiff | tree | snapshot |
| next |