| 2 hours ago |
drh | Check super-journal names for validity earlier, as... master |
commit | commitdiff | tree | snapshot |
| 5 hours ago |
dan | Have API functions sqlite3_serialize, sqlite3_limit... |
commit | commitdiff | tree | snapshot |
| 6 hours ago |
dan | Also have functions sqlite3_db_name(), sqlite3_get_auto... db-mutex-fixes |
commit | commitdiff | tree | snapshot |
| 6 hours ago |
dan | Have API functions sqlite3_serialize(), sqlite3_limit... |
commit | commitdiff | tree | snapshot |
| 7 hours ago |
drh | Change the undocumented and unsupported sqlite_log... |
commit | commitdiff | tree | snapshot |
| 7 hours ago |
drh | Improve the sqlite3_str_vappendf() routine for addition... |
commit | commitdiff | tree | snapshot |
| 8 hours ago |
dan | Have sqlite3_drop_modules() take the database mutex... |
commit | commitdiff | tree | snapshot |
| 12 hours ago |
dan | Add test case to backup5.test to verify that detaching... |
commit | commitdiff | tree | snapshot |
| 22 hours ago |
drh | Fix a harmless false-positive compiler warning on Windows. |
commit | commitdiff | tree | snapshot |
| 22 hours ago |
drh | Alternative to [15a6482300bb2804] that is testable. |
commit | commitdiff | tree | snapshot |
| 26 hours ago |
drh | Check for cells extending too far past the end of a... |
commit | commitdiff | tree | snapshot |
| 26 hours ago |
drh | Remove ALWAYS() and NEVER() macros used for developmemt... index-cell-overflow |
commit | commitdiff | tree | snapshot |
| 27 hours ago |
dan | When rolling back a journal that contains a super-journ... |
commit | commitdiff | tree | snapshot |
| 27 hours ago |
dan | Update mjournal.test so that it works on windows. del-super-filter |
commit | commitdiff | tree | snapshot |
| 27 hours ago |
dan | Only delete a super-journal if it contains a pointer... |
commit | commitdiff | tree | snapshot |
| 27 hours ago |
drh | Check for cells that extend of the end of a page when... |
commit | commitdiff | tree | snapshot |
| 28 hours ago |
dan | Do not delete super-journal files named "xyz.9hh" unles... |
commit | commitdiff | tree | snapshot |
| 29 hours ago |
dan | When rolling back a journal that contains a super-journ... |
commit | commitdiff | tree | snapshot |
| 32 hours ago |
dan | Avoid trying to delete a database file while it is... |
commit | commitdiff | tree | snapshot |
| 32 hours ago |
drh | Fix a comment in os_kv.c so that it does not match... |
commit | commitdiff | tree | snapshot |
| 32 hours ago |
drh | Fix the sqlite3ParseUri() for improved defenses against... |
commit | commitdiff | tree | snapshot |
| 32 hours ago |
dan | Revert the fixes to backup in [1f940357f7] and [e5db803... |
commit | commitdiff | tree | snapshot |
| 33 hours ago |
dan | Remove a stray C++ style comment left in build.c by... attach-backup-fix |
commit | commitdiff | tree | snapshot |
| 34 hours ago |
drh | Defend against integer overflow on oversized string... |
commit | commitdiff | tree | snapshot |
| 34 hours ago |
stephan | Back out [23936786e6] because [9725b513c0] obviates it. |
commit | commitdiff | tree | snapshot |
| 34 hours ago |
drh | Update documentation to explain that a odd nByte parame... |
commit | commitdiff | tree | snapshot |
| 34 hours ago |
drh | Fixes for SQLITE_OMIT_FLOATING_POINT. |
commit | commitdiff | tree | snapshot |
| 34 hours ago |
dan | Revert the fixes to backup in [1f940357f7] and [e5db803... |
commit | commitdiff | tree | snapshot |
| 36 hours ago |
stephan | Swap two lines to get the amalgamation building again... |
commit | commitdiff | tree | snapshot |
| 2 days ago |
dan | Merge the fixes for the use-after-free problem caused... |
commit | commitdiff | tree | snapshot |
| 2 days ago |
dan | Fix sqlite3_backup_init() to correctly handle the case... |
commit | commitdiff | tree | snapshot |
| 2 days ago |
drh | Fix an OOB read on the unused spellfix1 extension.... |
commit | commitdiff | tree | snapshot |
| 2 days ago |
dan | Avoid a use-after-free problem that could occur if... |
commit | commitdiff | tree | snapshot |
| 2 days ago |
drh | Do not allow internal-use-only functions to be coded... |
commit | commitdiff | tree | snapshot |
| 2 days ago |
drh | Fix a typo in a comment. No code changes. |
commit | commitdiff | tree | snapshot |
| 2 days ago |
stephan | Makefile doc tweaks. No functional changes. |
commit | commitdiff | tree | snapshot |
| 2 days ago |
stephan | Improve robustness against corrupt kvvfs journal files... |
commit | commitdiff | tree | snapshot |
| 2 days ago |
dan | Fix a NULL pointer dereference that could occur in... |
commit | commitdiff | tree | snapshot |
| 2 days ago |
drh | Fix a NULL pointer dereference that can occur when... |
commit | commitdiff | tree | snapshot |
| 2 days ago |
drh | Fix an OOB read in the next_char() function of the |
commit | commitdiff | tree | snapshot |
| 2 days ago |
drh | Fix dequoting error on the instantiation parameters... |
commit | commitdiff | tree | snapshot |
| 2 days ago |
drh | Fix rounding behavior for all-9s decimals in the decima... |
commit | commitdiff | tree | snapshot |
| 3 days ago |
dan | Add the BTREE_HINT_TABLECURSOR cursor-hint. This is... |
commit | commitdiff | tree | snapshot |
| 4 days ago |
stephan | Correct test from [96a48a15760a] - that journal was... |
commit | commitdiff | tree | snapshot |
| 4 days ago |
stephan | Extend the test from the previous check-in a bit. |
commit | commitdiff | tree | snapshot |
| 4 days ago |
stephan | Add a JS test demonstrating that [7c4db1cd2d06] recover... |
commit | commitdiff | tree | snapshot |
| 4 days ago |
stephan | Fix a result value semantics bug which broke applicatio... |
commit | commitdiff | tree | snapshot |
| 4 days ago |
stephan | Fix a potential integer overflow when decoding a corrup... |
commit | commitdiff | tree | snapshot |
| 5 days ago |
drh | Fix an incorrect assert() in check-in [984c9b181801c1de] |
commit | commitdiff | tree | snapshot |
| 5 days ago |
stephan | Correct misuse of a loop control variable in writing... |
commit | commitdiff | tree | snapshot |
| 5 days ago |
drh | Add the sqlite3_result_str() interface and use it to... |
commit | commitdiff | tree | snapshot |
| 5 days ago |
drh | Use SQLITE_FINISH in a few places in the core, to help... sqlite3-result-str |
commit | commitdiff | tree | snapshot |
| 6 days ago |
drh | Put the sqlite3OomStr singleton in "const" space to... |
commit | commitdiff | tree | snapshot |
| 6 days ago |
drh | Additional changes based on Claude analysis. |
commit | commitdiff | tree | snapshot |
| 6 days ago |
drh | Further refinements and uses for sqlite3_result_str(). |
commit | commitdiff | tree | snapshot |
| 6 days ago |
drh | Prototype implementation for a new sqlite3_result_str... |
commit | commitdiff | tree | snapshot |
| 6 days ago |
drh | Fix the format() SQL function so that it returns an... |
commit | commitdiff | tree | snapshot |
| 6 days ago |
dan | Fix a cast in fts3_write so that it is applied as inten... |
commit | commitdiff | tree | snapshot |
| 6 days ago |
dan | Fix an fts5 problem causing attempts to create locale... |
commit | commitdiff | tree | snapshot |
| 7 days ago |
drh | Fix a memory size computation error on 32-bit platforms... |
commit | commitdiff | tree | snapshot |
| 8 days ago |
drh | Small parsing performance improvement by reducing the... |
commit | commitdiff | tree | snapshot |
| 8 days ago |
drh | Remove the unnecessary Parse.szOpAlloc field, for small... |
commit | commitdiff | tree | snapshot |
| 8 days ago |
drh | Small performance boost in the sqlite3VdbeResolveLabel... |
commit | commitdiff | tree | snapshot |
| 8 days ago |
drh | Safer conversion from double to 64-bit integer in two... |
commit | commitdiff | tree | snapshot |
| 8 days ago |
drh | Additional refinements to the large floating-point... |
commit | commitdiff | tree | snapshot |
| 8 days ago |
drh | Fix CLI CSV test cases so that they suppress the CR... |
commit | commitdiff | tree | snapshot |
| 8 days ago |
drh | Fix the OR-to-IN optimization so that it works in cases... |
commit | commitdiff | tree | snapshot |
| 8 days ago |
drh | Typo fix in a comment used to generate documentation... |
commit | commitdiff | tree | snapshot |
| 9 days ago |
dan | After opening a non-covering index cursor, pass the... cursor-hint-tblcsr |
commit | commitdiff | tree | snapshot |
| 9 days ago |
drh | Limit VIEW recursion depth to SQLITE_LIMIT_EXPR_DEPTH... |
commit | commitdiff | tree | snapshot |
| 9 days ago |
dan | Fix instances of potential buffer overflow caused by... |
commit | commitdiff | tree | snapshot |
| 9 days ago |
drh | Fix a possible call to memcpy() with a NULL source... |
commit | commitdiff | tree | snapshot |
| 10 days ago |
drh | Consistent error messages for excess trigger nesting. |
commit | commitdiff | tree | snapshot |
| 10 days ago |
dan | Speed up SQL aggregate functions percentile() and media... |
commit | commitdiff | tree | snapshot |
| 10 days ago |
drh | New Windows makefile targets for common EXEs that omit... |
commit | commitdiff | tree | snapshot |
| 10 days ago |
dan | Improve comments in percentSort(). pecentile-partial-sort |
commit | commitdiff | tree | snapshot |
| 10 days ago |
drh | Enhance SQLITE_LIMIT_TRIGGER_DEPTH so that it also... |
commit | commitdiff | tree | snapshot |
| 10 days ago |
stephan | Change the PACKAGE_BUGREPORT config option point to... |
commit | commitdiff | tree | snapshot |
| 10 days ago |
dan | Fix a problem sometimes causing an UPSERT to incorrectl... |
commit | commitdiff | tree | snapshot |
| 10 days ago |
drh | Improvements to handling of inequality constraints... |
commit | commitdiff | tree | snapshot |
| 10 days ago |
drh | Additional tweaks and test cases for generate_series... series-boundry-cases |
commit | commitdiff | tree | snapshot |
| 10 days ago |
drh | Better behavior for generate_series() in cases where... |
commit | commitdiff | tree | snapshot |
| 10 days ago |
dan | Avoid a possible buffer overrun in 32-bit builds of... |
commit | commitdiff | tree | snapshot |
| 10 days ago |
stephan | Revert the native impl of kvvfs's xOpen() (as distinct... |
commit | commitdiff | tree | snapshot |
| 10 days ago |
dan | Fix a problem that could cause fts5 to return incorrect... |
commit | commitdiff | tree | snapshot |
| 10 days ago |
dan | Regardless of whether the platform is 32 or 64-bits... |
commit | commitdiff | tree | snapshot |
| 10 days ago |
drh | Fix rounding behavior in the decimal extension when... |
commit | commitdiff | tree | snapshot |
| 10 days ago |
drh | Prevent array overflow when decoding a corrupted value... |
commit | commitdiff | tree | snapshot |
| 11 days ago |
drh | Remove the unused, untested, experiemental "blobio... |
commit | commitdiff | tree | snapshot |
| 11 days ago |
drh | Do not allow ridiculous "columns=N" values in the ... |
commit | commitdiff | tree | snapshot |
| 12 days ago |
dan | Speed up SQL aggregate functions percentile() and media... |
commit | commitdiff | tree | snapshot |
| 12 days ago |
drh | Make the --header option to the CLI sticky, so that... |
commit | commitdiff | tree | snapshot |
| 13 days ago |
dan | When reading a super-journal name from a journal file... |
commit | commitdiff | tree | snapshot |
| 13 days ago |
dan | Fix errors in comments on this branch. Also prefer... super-journal-malloc |
commit | commitdiff | tree | snapshot |
| 13 days ago |
dan | Fix a memory leak that could follow an OOM error in... |
commit | commitdiff | tree | snapshot |
| 13 days ago |
drh | Improved documentation for sqlite3_deserialize(). |
commit | commitdiff | tree | snapshot |
| 13 days ago |
drh | Do not use shared locks on SHM files when the filename... |
commit | commitdiff | tree | snapshot |
| 13 days ago |
dan | Fix a buffer overwrite in fts3 that could occur while... |
commit | commitdiff | tree | snapshot |
| 13 days ago |
drh | When using a read-only WAL/SHM, handle a corrupt page... |
commit | commitdiff | tree | snapshot |
| 13 days ago |
drh | Add the --raw option to the dbtotxt command-line tool... |
commit | commitdiff | tree | snapshot |
| next |