| 2012-03-20 |
mistachkin | Add WinRT comments to MSVC makefile. |
commit | commitdiff | tree | snapshot |
| 2012-03-20 |
mistachkin | Remove version information from the MSVC makefile as... |
commit | commitdiff | tree | snapshot |
| 2012-03-19 |
mistachkin | Merge updates from trunk. |
commit | commitdiff | tree | snapshot |
| 2012-03-19 |
mistachkin | Fix typo, use the syscall table for osOutputDebugStringA. |
commit | commitdiff | tree | snapshot |
| 2012-03-19 |
drh | Add additional test cases to e_insert.test. Update... |
commit | commitdiff | tree | snapshot |
| 2012-03-19 |
drh | Fix one more compiler warning missed by the previous... |
commit | commitdiff | tree | snapshot |
| 2012-03-19 |
drh | Suppress harmless compiler warnings on windows in FTS4... |
commit | commitdiff | tree | snapshot |
| 2012-03-19 |
drh | Avoid a compiler warning (an incorrect compiler warning... |
commit | commitdiff | tree | snapshot |
| 2012-03-19 |
dan | Ensure that compatible malloc and free functions are... |
commit | commitdiff | tree | snapshot |
| 2012-03-18 |
mistachkin | On Windows, when no temporary path is available, skip... |
commit | commitdiff | tree | snapshot |
| 2012-03-18 |
mistachkin | Add SQLITE_OMIT_SHUTDOWN_DIRECTORIES compile-time optio... |
commit | commitdiff | tree | snapshot |
| 2012-03-17 |
dan | In pager1.test, use "file attr test.db -readonly 0... |
commit | commitdiff | tree | snapshot |
| 2012-03-17 |
dan | Modify a test in ioerr2.test to account for the new... |
commit | commitdiff | tree | snapshot |
| 2012-03-16 |
drh | Update the trace2.test script for languageid. |
commit | commitdiff | tree | snapshot |
| 2012-03-16 |
drh | Cherrypick the [3475092cff] fix for 32-bit overflow... |
commit | commitdiff | tree | snapshot |
| 2012-03-16 |
mistachkin | Reset the sqlite3_data_directory and sqlite3_temp_direc... |
commit | commitdiff | tree | snapshot |
| 2012-03-16 |
drh | Fix harmless compiler warnings. |
commit | commitdiff | tree | snapshot |
| 2012-03-15 |
drh | Add the sqlite3_db_readonly() API to trunk. |
commit | commitdiff | tree | snapshot |
| 2012-03-15 |
drh | Add the sqlite3_db_readonly() interface. This is still... db-readonly-api |
commit | commitdiff | tree | snapshot |
| 2012-03-15 |
mistachkin | Add SQLITE_WIN32_HEAP_CREATE compiler define to control... |
commit | commitdiff | tree | snapshot |
| 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-09 |
drh | Candidate fix for the optimizer problem described in... |
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 |
| next |