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 70 of 74
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Allow vector-IN expressions like "(a, b) IN ( (?,?), (?,?) )" to use an index.
Dan Kennedy
More...
almost 2 years ago
In the LIKE optimization, do not analyze the new virtual WHERE clause terms until both have been added, since they are expected to be consecutive and the analysis might add complementary terms. This fixes a problem caused by [44200596aa943963] and discovered by dbsqlfuzz and recorded as case 7e3b5983727d843b910b2d9ab556e4afcd777cfb.
D. Richard Hipp
More...
almost 2 years ago
Change a variable from 32 to 64-bits to avoid a harmless compiler warning in Xcode. [forum:/forumpost/402d733c22|Forum post 402d733c22].
D. Richard Hipp
More...
almost 2 years ago
Do a better job of detecting when a WHERE clause term might be useful to an expression index. Fix for performance regression reported by [forum:/forumpost/e65800d8cb|forum thread e65800d8cb].
D. Richard Hipp
More...
almost 2 years ago
Fix a problem with the fts5 trigram tokenizer and LIKE or GLOB patterns for which contain runs of 2 or fewer non-wildcard characters that are 3 or more bytes when encoded as utf-8.
Dan Kennedy
More...
almost 2 years ago
Ensure that the valueFromFunction() routine does not clear a prior parser error. dbsqlfuzz 6fa816f20cf5b62260d635d110b88f38e29d8fe1.
D. Richard Hipp
More...
almost 2 years ago
Minor text-only updates to wasm demo/test HTML and license header.
Stephan Beal
More...
almost 2 years ago
Fix ext/wasm/fiddle build, which was silently broken by recent build refactoring.
Stephan Beal
More...
almost 2 years ago
Disable the double-quoted string misfeature by default in CLI builds. DQS can be reenabled at run-time using the ".dbconfig dqs_dml" and ".dbconfig dqs_ddl" dot-commands.
D. Richard Hipp
More...
almost 2 years ago
Squelch two harmless signedness comparison warnings in shell.c.in.
Stephan Beal
More...
almost 2 years ago
New test cases added to fuzzdata8.db.
D. Richard Hipp
More...
almost 2 years ago
The "flexnum" affinity that was added by [44135d6ea84f7ba6] needs to also be added to the output of the affinity() built-in function. dbsqlfuzz d309eaa5fe492c9606a8be876c2bc7dedb29d3d8
D. Richard Hipp
More...
almost 2 years ago
Back out the 'txn' enhancement to date/time functions. The duration of a "transaction" is confused and needs to be straightened out prior to moving forward with this change.
D. Richard Hipp
More...
almost 2 years ago
Always use 64-bit integers for stats associated with STAT1 and STAT4.
D. Richard Hipp
More...
almost 2 years ago
Better fix the problem where optimizing an fts5 table too often causes it to become unreadable (first attempt was [35bed981]).
Dan Kennedy
More...
almost 2 years ago
Cause gcc warning suppression in shell.c to be nice in other project(s).
Larry Brasfield
More...
almost 2 years ago
Update an assert() in the stat4 code that is only true for a well-formed database.
Dan Kennedy
More...
almost 2 years ago
Fix an incorrect assert() in STAT4 logic added just a few days ago on [/info/55a26c67ed4a3a93|2023-02-01].
D. Richard Hipp
More...
almost 2 years ago
Add the 'txn' date/time format. Change CURRENT_TIMESTAMP and similar to use 'tnx'-style semantics instead of 'now'-style.
D. Richard Hipp
More...
almost 2 years ago
Test cases to show that CURRENT_TIMESTAMP and similar hold the same value across a transaction.
D. Richard Hipp
More...
almost 2 years ago
Revert the behavior of date/time functions with no arguments so that they once again work like 'now', even while CURRENT_TIMESTAMP and similar work like 'txn'.
D. Richard Hipp
More...
almost 2 years ago
Change the behavior of date-time functions without any arguments (and thus the CURRENT_TIME, CURRENT_DATE, and CURRENT_TIMESTAMP variables) so that they work like 'txn' instead of like 'now'. This is an incompatibility with legacy, but brings SQLite into conformance with all other SQL systems.
D. Richard Hipp
More...
almost 2 years ago
Merge wasi-patches branch into trunk.
Stephan Beal
More...
almost 2 years ago
Simplify the code and add test cases.
D. Richard Hipp
More...
almost 2 years ago
Add support for the 'txn' argument to date/time functions that works like 'now' but keeps the same time for the entire transaction.
D. Richard Hipp
More...
almost 2 years ago
Fix a test script problem causing "make test" to fail for non-RBU builds.
Dan Kennedy
More...
almost 2 years ago
Fix a typo in example documentation code for sqlite3_vtab_in_next().
D. Richard Hipp
More...
almost 2 years ago
Merge trunk into wasi-patches branch.
Stephan Beal
More...
almost 2 years ago
Roll back part of [c54f29d8] which attempted to use symbols which that worker does not have access to.
Stephan Beal
More...
almost 2 years ago
Fix RBU test scripts to avoid attempting to copy or delete a locked file.
Dan Kennedy
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