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 17 of 1,737
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Spelling improvements, in comments only
Larry Brasfield
More...
about 1 year ago
Spelling improvements, in comments only
Larry Brasfield
More...
about 1 year ago
Fix various harmless scan-build warnings.
D. Richard Hipp
More...
about 1 year ago
Fix a harmless compiler warning in the expert extension.
D. Richard Hipp
More...
about 1 year ago
Fix a minor typo in the previous.
D. Richard Hipp
More...
about 1 year ago
Add notes on how to build a statically linked version of sqlite3_analyzer.exe.
D. Richard Hipp
More...
about 1 year ago
Add the sqlite3res file to the Windows build of sqldiff.exe so that the resulting binary shows the SQLite icon.
D. Richard Hipp
More...
about 1 year ago
Avoid attempting to delete a file while it is open in test script sessionalter.test.
Dan Kennedy
More...
over 1 year ago
Revert an earlier change that considered passing a NULL callback to sqlite3_preupdate_hook() to be a misuse. This is required to clear the preupdate hook altogether.
Dan Kennedy
More...
over 1 year ago
New test cases for PRAGMA integrity_check against FTS4 and FTS5 tables.
D. Richard Hipp
More...
over 1 year ago
Fix mutex1.test to take into account that the prng mutex is not (as of [c84e4483cb4]) taken when writing a header to an in-memory journal.
Dan Kennedy
More...
over 1 year ago
Improved error messages for the xIntegrity method in FTS3/4 and FTS5.
D. Richard Hipp
More...
over 1 year ago
Fix sqlite3ExprDup() alignment assertions so that they work on 32-bit platforms.
D. Richard Hipp
More...
over 1 year ago
Temporarily disable the ext/expert/expert1-6.0 test, which does not work on my configurations.
D. Richard Hipp
More...
over 1 year ago
Add an SQLITE_OMIT_VIRTUALTABLE block around the new vtab code in "PRAGMA integrity_check".
Dan Kennedy
More...
over 1 year ago
Add missing test file fts3fault3.test. Should have been part of [7f41d700].
Dan Kennedy
More...
over 1 year ago
Merge fixes for expert handling of UDFs and other UD-whatevers.
Larry Brasfield
More...
over 1 year ago
Add missing JNI sqlite3_result_subtype() binding.
Stephan Beal
More...
over 1 year ago
Fix the shell1.test test so to align with the new behavior imposed by [bce807cd48763273] - that backslash escapes only work without quoted arguments in dot-commands of the CLI.
D. Richard Hipp
More...
over 1 year ago
Clear some picky warnings, sync w/trunk.
Larry Brasfield
More...
over 1 year ago
Add many more high-level wrappers to the JNI wrapper1 API. Correct the JNI bindings of sqlite3_strglob/strlike() to compare as the core lib does if their glob argument is NULL and the other is not.
Stephan Beal
More...
over 1 year ago
Fix [f5c01676fd281e93] so that it always preserves 8-byte alignment for Expr objects. Add new assert() statement to verify this.
D. Richard Hipp
More...
over 1 year ago
Add high-level window function wrapper to the JNI wrapper1 interface.
Stephan Beal
More...
over 1 year ago
Do not do backslash escape processing on any unquoted strings in dot-commands in the CLI - on Windows or on posix-like systems either one. This brings the processing into alignment with the documentation, allows backslash-delimited filenames on Windows (as long as they are unquoted), and causes the CLI to work the same with regard to backslash escapes on both Windows and posix.
D. Richard Hipp
More...
over 1 year ago
JNI: flesh out and simplify the APIs for binding and fetching arbitrary Java objects.
Stephan Beal
More...
over 1 year ago
JNI: add column-get bindings to the wrapper1 Stmt class and extend the AggregateFunction tests to ensure that the aggregate context is honored.
Stephan Beal
More...
over 1 year ago
Add API_ARMOR to sqlite3_clear_bindings().
Stephan Beal
More...
over 1 year ago
Add JNI wrapper1.SqliteStmt.bindXyz() APIs.
Stephan Beal
More...
over 1 year ago
JNI: improve UB protections in sqlite3_bind_blob/text/text16().
Stephan Beal
More...
over 1 year ago
Add missing ScalarFunction.java to JNI build.
Stephan Beal
More...
over 1 year ago
←
1
2
…
13
14
15
16
17
18
19
20
21
…
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