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 73 of 74
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Cherrypick [3773934e91c20ca243] into trunk.
Stephan Beal
More...
almost 2 years ago
Extract emcc version in JS build and use it to conditionally set build flags. Initially a workaround for [https://github.com/emscripten-core/emscripten/issues/18610|Emscripten ticket #18610] but may have other uses.
Stephan Beal
More...
almost 2 years ago
Work around a JS null pointer deref which could be triggered from the dev console, but not (it seems) from client-side code.
Stephan Beal
More...
almost 2 years ago
Merge trunk into wasi-patches branch.
Stephan Beal
More...
almost 2 years ago
Cherrypick [fa784101775b7|emscripten ticket #18609 workaround] into trunk.
Stephan Beal
More...
almost 2 years ago
Work around [https://github.com/emscripten-core/emscripten/issues/18609|upstream emscripten 3.1.31 ticket #18609].
Stephan Beal
More...
almost 2 years ago
More work on creating a separate sqlite3.js build which is hopefully friendly to JS bundlers.
Stephan Beal
More...
almost 2 years ago
Resolve a nested if-block bug in ext/wasm/c-pp.c which caused output after a nested block to be unduly elided. Remove a kludge, added in the previous check-in, which worked around that bug.
Stephan Beal
More...
almost 2 years ago
Beginnings of a bundler-friendly build of sqlite3.mjs. Not yet ready for downstream testing.
Stephan Beal
More...
almost 2 years ago
End-of-line whitespace cleanups and doc typo fixes. No code changes.
Stephan Beal
More...
almost 2 years ago
Have some RBU tests run as part of veryquick.test/testrunner.tcl.
Dan Kennedy
More...
almost 2 years ago
Improved fix to allow sqlite3_vtab_in_first() to reliably return SQLITE_ERROR.
D. Richard Hipp
More...
almost 2 years ago
Fix a harmless compiler warning in FTS3.
D. Richard Hipp
More...
almost 2 years ago
Defer calling the destructor for the user data on a module until after the module has disconnected. [forum:/forumpost/b68391eb71fdff73|Forum post b68391eb71fdff73].
D. Richard Hipp
More...
almost 2 years ago
Enhance the sqlite3_vtab_in_first() and sqlite3_vtab_in_next() interfaces so that they reliably return SQLITE_ERROR (and not SQLITE_MISUSE) if they are invoked on a parameter that did not have multi-value IN processing enabled via a prior call to sqlite3_vtab_in(). See [forum:/forumpost/a823d4a3d5f73def|forum thread a823d4a3d5f73def].
D. Richard Hipp
More...
almost 2 years ago
Fix a problem with fts3 auxiliary functions and one or more NEAR expressions ORed together.
Dan Kennedy
More...
almost 2 years ago
Fix another problem with fts3/4 auxiliary functions and NEAR expressions that consist entirely of deferred tokens.
Dan Kennedy
More...
almost 2 years ago
Add scalar SQL function unhex().
Dan Kennedy
More...
almost 2 years ago
Update unhex() to allow a second argument, specifying a set of characters that are permitted to appear between pairs of hexadecimal digits.
Dan Kennedy
More...
almost 2 years ago
Fix a problem with using fts3 auxiliary functions with expressions like "E AND ...", where E is a NEAR expression that consists entirely of deferred tokens.
Dan Kennedy
More...
almost 2 years ago
Suppress a harmless compiler warning. [forum:forumpost/e3f72e9291189925|Forum post e3f72e9291189925]. The code was legal and correct. The revised code is actually less clear in its intent. But at least now there will (hopefully) be no warning.
D. Richard Hipp
More...
almost 2 years ago
Due to a coding error, check-in [8efd61e8518594e3] did not actually use just read transactions if the operation is read-only and the SQLITE_MAX_ATTACHED macro is set to 31 or more. This was due to a misuse of the writeMask field of Parse, pointed out by [forum:/forumpost/aa173c18d5|forum post aa173c18d5].
D. Richard Hipp
More...
almost 2 years ago
Add the missing CARRAY_BLOB macro to the carray.h extension header.
D. Richard Hipp
More...
almost 2 years ago
Add experimental user function unhex().
Dan Kennedy
More...
almost 2 years ago
Give CLI .version a place in .help output.
Larry Brasfield
More...
almost 2 years ago
Minor API doc cleanups and JS code simplification.
Stephan Beal
More...
almost 2 years ago
Merge trunk into wasi-patches branch.
Stephan Beal
More...
almost 2 years ago
Fix a memory leak in the TCL test harness associated with carray.
D. Richard Hipp
More...
almost 2 years ago
Fix harmless compiler warnings.
D. Richard Hipp
More...
almost 2 years ago
Extend the carray extension to allow the use of BLOB values to be bound as an array of "struct iovec" objects.
D. Richard Hipp
More...
almost 2 years ago
←
1
2
…
66
67
68
69
70
71
72
73
74
→
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