openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
SQLite
Settings
|
Report Duplicate
1,477
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 16 of 1,737
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fix cosmetic flaw in SQLITE_TXN_* doc. (no code change)
Larry Brasfield
More...
about 1 year ago
Export sqlite3_get_autocommit() to WASM and add tests for it.
Stephan Beal
More...
about 1 year ago
Disable two rtree test cases for Linux-i686. We do not have that platform available for testing. The test cases work on all other 64-bit and 32-bit platforms that we have at hand. So there is no way for us to debug this problem. Better to disable the test. [forum:/forumpost/ffcbf789b5386573|forum post ffcbf789b5386573].
D. Richard Hipp
More...
about 1 year ago
Add makefile targets for fuzzcheck-asan and fuzzcheck-ubsan.
D. Richard Hipp
More...
about 1 year ago
Fix to Makefile.in so that the "tool-zip" target can be run from outside the source tree.
Dan Kennedy
More...
about 1 year ago
Cleanup shell.c comments. Hide -utf8 option, as it is undocumented and accepted only for backward compatibility. No functional changes except for -help content.
Larry Brasfield
More...
about 1 year ago
Back out [2904fcbeebba9189], mostly. The page bitmap is needed even for a partial integrity_check in order to avoid an infinite loops while walking the database.
D. Richard Hipp
More...
about 1 year ago
In CLI for Windows builds, do MBCS/UTF-8 translation independently for input and output. (And cure an MSVC warning.)
Larry Brasfield
More...
about 1 year ago
Handle utf8 mode restore better for redirected input or output. Move utf8 mode setup to before any invocation command processing. Sync w/trunk.
Larry Brasfield
More...
about 1 year ago
Enhance the "tool-zip" makefile target on Windows so that it uses more universally available commands to build the ZIP archive. Fix other minor issues with that makefile target at the same time.
D. Richard Hipp
More...
about 1 year ago
Further enhancements to make sure the correct returnning trigger is run when there are nested INSERT RETURNING statements.
D. Richard Hipp
More...
about 1 year ago
Handle the case where a virtual table xBestIndex method called while coding a trigger fired by a top-level statement with a RETURNING clause prepares a statement that also contains a RETURNING clause.
Dan Kennedy
More...
about 1 year ago
Ready for merge, but could use testing on some dusty old Windows machines.
Larry Brasfield
More...
about 1 year ago
Deal with the case of a reentrant INSERT on a virtual table where the outer INSERT has a RETURNING clause but the inner does not. dbsqlfuzz 3ac9a1e33f676254e02c0f297263b0a7aeb0c1a5. Fault injected by [a2449bcc2c71d0f4], first appearing in release 3.40.1.
D. Richard Hipp
More...
about 1 year ago
Cure a harmless MSVC warning. (no other changes)
Larry Brasfield
More...
about 1 year ago
In CLI for Windows builds, do MBCS/UTF-8 translation independently for input and output. (WIP)
Larry Brasfield
More...
about 1 year ago
Updates to the mktoolzip.tcl to work on win32.
Dan Kennedy
More...
about 1 year ago
Fix harmless compiler warnings.
D. Richard Hipp
More...
about 1 year ago
Provide dummy parameter names in the prototype for the new xIntegrity method of the sqlite3_module object.
D. Richard Hipp
More...
about 1 year ago
Fix minor problems with the "showwal" utility program. Add a missing header to the zipfile.c extension.
D. Richard Hipp
More...
about 1 year ago
Test module altermalloc3.test requires DQS_DDL to be turned on.
D. Richard Hipp
More...
about 1 year ago
Add an ALWAYS on branch that was made always-true by the DISTINCT ORDER BY fix.
D. Richard Hipp
More...
about 1 year ago
When doing a DISTINCT aggregate that contains an ORDER BY, only the arguments to the aggregate need to be distinct, not the ORDER BY terms.
D. Richard Hipp
More...
about 1 year ago
Fix the amalgamation generator so that when it is reporting the Fossil version number in the header comment of the amalgamation, it does not elide the first hex digit of the version hash.
D. Richard Hipp
More...
about 1 year ago
Enhance the new xIntegrity method of the sqlite3_module object with new parameters that provide the name of the table being checked and a flag to indicate a "quick_check". Based on feedback in [forum:/forumpost/965c0d02ea|forum post 965c0d02ea].
D. Richard Hipp
More...
about 1 year ago
Implement check-in [477577120b897bf1] differently, so as not to disrupt non-standard build configuration. See [forum:/forumpost/c11523ca2df50293|forum post c11523ca2df50293].
D. Richard Hipp
More...
about 1 year ago
Test cases for COLLATE and NULLS FIRST/LAST in the ORDER BY for an aggregate function.
D. Richard Hipp
More...
about 1 year ago
New #ifdefs to fix certain compile-time options.
D. Richard Hipp
More...
about 1 year ago
Fix a problem with the fts5 highlight() and snippet() functions when used with tokenizers like "trigram" that output overlapping tokens. Forum post [forum:/forumpost/63735293ec|63735293ec].
Dan Kennedy
More...
about 1 year ago
Fix a problem with the fts5 highlight() and snippet() functions when used with tokenizers like "trigram" that output overlapping tokens. Forum post [forum:/forumpost/63735293ec|63735293ec].
Dan Kennedy
More...
about 1 year ago
←
1
2
…
12
13
14
15
16
17
18
19
20
…
1736
1737
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree