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
12 months
ago. based on code collected
12 months
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 15 of 1,737
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Update the windows build documentation to provide the exact command used to build the DLLs that appear on the download page.
D. Richard Hipp
More...
about 1 year ago
Fix testrunner.tcl so that it accepts a relative path as an argument to the --zipvfs switch.
Dan Kennedy
More...
about 1 year ago
Bring the jsonb branch up-to-date with version 3.44.0 changes.
D. Richard Hipp
More...
about 1 year ago
Version 3.44.0
D. Richard Hipp
More...
about 1 year ago
Fix harmless compiler warnings in test code.
D. Richard Hipp
More...
about 1 year ago
Fix a problem with SQLITE_ENABLE_FTS5 builds of the non-amalgamation testfixture.exe in Makefile.msc.
Dan Kennedy
More...
about 1 year ago
Remedy CLI non-UTF8 handling detection flaw [forum:/forumpost/fa0e00d36db5fe0a|noted in a forum post].
Larry Brasfield
More...
about 1 year ago
Remedy CLI non-UTF8 handling detection flaw [forum:/forumpost/fa0e00d36db5fe0a|noted in a forum post].
Larry Brasfield
More...
about 1 year ago
Update the autoconf/Makefile.msc so that it aligns with Makefile.msc.
D. Richard Hipp
More...
about 1 year ago
Dodge a nuisance warning from MSVC in CLI use of Prepared Statement Scan Status. (Yes, C rules are fine.)
Larry Brasfield
More...
about 1 year ago
Add a cast to i64 for an integer in an sqlite3OsWrite() offset calculation. The cast is not strictly necessary, but it helps human readers see that the code is correct.
D. Richard Hipp
More...
about 1 year ago
Fix another comment typo. No code changes.
D. Richard Hipp
More...
about 1 year ago
Add FTS5 to default Makefile.msc builds. And UNKNOWN_SQL_FUNCTION and STMT_SCANSTATUS to default Makefile.msc shell builds.
Dan Kennedy
More...
about 1 year ago
Make the new sqlite3_get_clientdata() and sqlite3_set_clientdata() interfaces available to run-time loaded extensions.
D. Richard Hipp
More...
about 1 year ago
Fix problems with previous commit on Makefile.msc. Also some win32-specific test failures in fts5misc.test.
Dan Kennedy
More...
about 1 year ago
Fix typo in a comment. No code changes.
D. Richard Hipp
More...
about 1 year ago
Add FTS5 to default Makefile.msc builds. And UNKNOWN_SQL_FUNCTION and STMT_SCANSTATUS to default Makefile.msc shell builds.
Dan Kennedy
More...
about 1 year ago
Predicate Windows CLI UTF-8 console I/O on a runtime capability check rather than an OS version check.
Larry Brasfield
More...
about 1 year ago
Predicate Windows CLI UTF-8 console I/O on a runtime capability check rather than an OS version check.
Larry Brasfield
More...
about 1 year ago
With SQLITE_ENABLE_BLOCK_ATOMIC_WRITE enabled, if a transaction is committing and there is a new freelist page at the end of the database file which would cause the database file size to grow, ensure that page is written and the file size grows before the block-atomic-write commits. Fix for the problem identified by [forum:/forumpost/3bd8d497b2|forum post 3bd8d497b2]
D. Richard Hipp
More...
about 1 year ago
For Windows CLI, institute a version check to determine default MBCS or UTF-8 translation on console I/O. (Default to UTF-8 where known possible.)
Larry Brasfield
More...
about 1 year ago
Simplify code slightly. Improve comments on added code and its use.
Larry Brasfield
More...
about 1 year ago
Properly close a handle. Use a putatively effective runtime test for UTF-8 console I/O capability. (This makes the version test useful mainly for avoiding a warning that UTF-8 console I/O could not be setup.)
Larry Brasfield
More...
about 1 year ago
Condition default UTF-8 console I/O for Windows builds on OS version 10 or more. This is to accomodate an IsValidCodePage() API which may happily report CP_UTF8 as a valid code page when the stock console cannot, in fact, do UTF-8 I/O.
Larry Brasfield
More...
about 1 year ago
Limit the range of integer unix timestamps in date4.test, since some systems (RaspberryPI) cannot deal with timestamp values that exceed pow(2,31).
D. Richard Hipp
More...
about 1 year ago
Update documentation for sqlite3_errmsg() to try to make it clear that if the schema of a database contains table names or similar with invalid UTF, then the error message generated by SQLite might also contain invalid UTF. No changes to code.
D. Richard Hipp
More...
about 1 year ago
Since SQLite considers NaN to be like NULL and NULL sorts before any integer, make sure the sqlite3IntFloatCompare() routine reports that the integer argument is larger if the floating-point argument is NaN.
D. Richard Hipp
More...
about 1 year ago
Merge trunk into jni-post-3.44 branch.
Stephan Beal
More...
about 1 year ago
Remove the SQLITE_MAX_ALLOCATION_SIZE flag (set to 536mb) from the WASM build because it can unduly limit db exports via sqlite3_serialize(), as reported in [forum:75524f7342c1ba45|forum post 75524f7342c1ba45]. It now defaults to whatever sqlite3.c uses, which is currently just shy of 2gb.
Stephan Beal
More...
about 1 year ago
Add missing docs for the JS Worker1 export method, as pointed out in [forum:75524f7342|forum post 75524f7342].
Stephan Beal
More...
about 1 year ago
←
1
2
…
11
12
13
14
15
16
17
18
19
…
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