Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
sqlite
/
sqlite
/
refs/heads/compile_options
14e250a
Incorporate ..._DESERIALIZE revision.
by larrybr
· 4 years, 4 months ago
compile_options
4f878f3
merge from trunk
by larrybr
· 4 years, 4 months ago
1f4f7c7
Add a comment with useful information about SHM locking. No changes to
by drh
· 4 years, 4 months ago
04f4b68
Fix a formatting error on the comment.
by drh
· 4 years, 4 months ago
better-comment
187e2e4
Add a table of shared-memory lock offsets in a comment in the os_unix.c code.
by drh
· 4 years, 4 months ago
3d691fd
Allow aggregate sub-selects within ORDER BY and PARTITION BY clauses of window frame definitions.
by dan
· 4 years, 4 months ago
9088186
Improved column name and column type determination for the RETURNING clause.
by drh
· 4 years, 4 months ago
99bd552
Cure some TCL test failures and narrow an object scope.
by larrybr
· 4 years, 4 months ago
93ffb50
In the MULTI-INDEX OR query plan, code for sub-expressions can sometimes be
by drh
· 4 years, 4 months ago
e74ca51
Improved comments on the generated opcodes.h file.
by drh
· 4 years, 4 months ago
8ed1da1
Add a CORRUPT_DB term to an assert() added earlier today.
by drh
· 4 years, 5 months ago
904e48e
Fix harmless compiler warnings.
by drh
· 4 years, 5 months ago
8546497
Enhance the integer-comparison optimization on the OP_Eq and similar
by drh
· 4 years, 5 months ago
be12083
Fix problems with refering to CTEs from within sub-selects in PARTITION BY or ORDER BY clauses of window frame definitions. Also a problem with renaming a column when the schema contains a trigger containing a correlated sub-select within a window frames PARTITION BY or ORDER BY clause.
by dan
· 4 years, 5 months ago
ba39ca4
When deleting an SQL function that does not exist, return without doing
by drh
· 4 years, 5 months ago
9430506
Performance improvement in sqlite3TableLock().
by drh
· 4 years, 5 months ago
2454e4a
Performance optimization in the memory allocation of allocateCursor.
by drh
· 4 years, 5 months ago
86c779f
Performance optimization to the clearCell() routine inside of btree.
by drh
· 4 years, 5 months ago
49bb56e
Small performance improvement for sqlite3BtreeInsert().
by drh
· 4 years, 5 months ago
6a9595a
Avoid adding superfluous virtual WHERE clause terms that might arise due
by drh
· 4 years, 5 months ago
b775c97
Attempt the [/info/f4229707ac08d66c|constant propagation optimization] on any
by drh
· 4 years, 5 months ago
11c8789
Fix an over-length source code comment in whereexpr.c. No logic changes.
by drh
· 4 years, 5 months ago
31da7be
Modify the sqlite3_stmt_readonly() interface so that it returns false for
by drh
· 4 years, 5 months ago
756748e
The content columns of the index-btree that implements a WITHOUT ROWID
by drh
· 4 years, 5 months ago
7ffb16b
Further simplification of the reverse-order scan logic of the previous check-in.
by drh
· 4 years, 5 months ago
0564cc2
Fix the query plan for an indexed lookup on a WITHOUT ROWID table with
by drh
· 4 years, 5 months ago
52d1407
Fix a race condition that can lead to deadlock in the memdb VFS if one
by drh
· 4 years, 5 months ago
85ffcae
Add the new threadtest5 test program for stressing multiple database
by drh
· 4 years, 5 months ago
277ae64
Enhance the memdb VFS so that it is able to share databases among multiple
by drh
· 4 years, 5 months ago
2d344f9
Respond correctly to OOM during mutex allocation.
by drh
· 4 years, 5 months ago
memdb-enhancement
483051c
Mark an unreachable branch as NEVER().
by drh
· 4 years, 5 months ago
f71d6fa
Fix a NEVER() that can sometimes be true.
by drh
· 4 years, 5 months ago
ccb897c
Fix a NEVER() that can sometimes be true.
by drh
· 4 years, 5 months ago
2f4d0ec
Enhance the memdb VFS to provide the ability to share a single database
by drh
· 4 years, 5 months ago
8d889af
Enable the sqlite3_serialize() and sqlite3_deserialize() interfaces by
by drh
· 4 years, 5 months ago
d10c3ca
Fix help-text typo in the CLI.
by drh
· 4 years, 5 months ago
4752bbd
Detect misuse of aggregate functions in the ORDER BY clause of a query
by drh
· 4 years, 5 months ago
01ec691
Fixes for cksmvfs and rbu so that they work together.
by dan
· 4 years, 5 months ago
e31cba5
Remove an assert() in FTS5 that can (rarely) be false in the event of an
by drh
· 4 years, 5 months ago
c3c23f3
Improved detection of oversized cells in balance_nonroot(), especially in
by drh
· 4 years, 5 months ago
59df3e9
Provide the sqlite3PrintMem() routine on SQLITE_DEBUG builds, which can be
by drh
· 4 years, 5 months ago
4fd82a2
Fix an undefined-integer-overflow problem in fts3.c.
by dan
· 4 years, 5 months ago
67656ac
When applying the optimization that disables WHERE clause terms that drive
by drh
· 4 years, 5 months ago
2363489
Also for the 0x20000 bit of ".wheretrace", show when WHERE clause terms are
by drh
· 4 years, 5 months ago
6068b6b
Additional debugging output for whereScanNext() showing equivalence classes
by drh
· 4 years, 5 months ago
433a3e9
Back out the EXISTS-to-IN optimization. It slows things down rather than
by drh
· 4 years, 5 months ago
f83d501
Fix minor coverity warnings in the CLI.
by drh
· 4 years, 5 months ago
e103a8d
Fix a potential memory leak following OOM in the decimal extension.
by drh
· 4 years, 5 months ago
736d11e
Back out the NEVER() inserted by [c7309ed3c7588c7e] because it is reachable
by drh
· 4 years, 5 months ago
76baad9
Guard against a NULL-pointer dereference following OOM in the JSON extension.
by drh
· 4 years, 5 months ago
0449f65
Fix a harmless "unused variable" warning when compiling with
by drh
· 4 years, 5 months ago
5f5719b
Reduce API lifetime requirement for objects passed to sqlite3_bind_...() with SQLITE_STATIC.
by larrybr
· 4 years, 5 months ago
5960724
Fix the operation of the "-" argument to --load-dbsql in the fuzzcheck program.
by drh
· 4 years, 5 months ago
81f5ef0
Fix the IN-early-out optimization so that it works even for the corner case
by drh
· 4 years, 5 months ago
7bfccfe
Enhanced "PRAGMA vdbe_trace=on" output associated with the seekHit flag.
by drh
· 4 years, 5 months ago
5f086dd
Fix harmless compiler warnings.
by drh
· 4 years, 5 months ago
5e26d07
Update test/fuzzdata8.db with recent dbsqlfuzz finds.
by drh
· 4 years, 5 months ago
c645871
Ignore the TEMP or TEMPORARY keyword on CREATE statements which parsing
by drh
· 4 years, 5 months ago
79f313f
Adjust a VDBE coverage macros due to the enhancement at [506333742103c1f4].
by drh
· 4 years, 5 months ago
3765c03
Further improvements to the handling of RETURNING clauses on changes
by drh
· 4 years, 5 months ago
a476768
RETURNING bug fix: Correctly deal with RETURNING statements on changes to
by drh
· 4 years, 5 months ago
a4cd0bb
Fix a segfault that could occur when querying a corrupt data structures with an fts5token table.
by dan
· 4 years, 5 months ago
3ec4861
merge latest trunk
by larrybr
· 4 years, 5 months ago
2f40dc9
Better error messages on showdb.
by drh
· 4 years, 5 months ago
19a7f72
Improved robustness of the "showdb" debugging program when it is parsing
by drh
· 4 years, 5 months ago
d8bc250
New dbsqlfuzz cases added to test/fuzzdata8.db.
by drh
· 4 years, 5 months ago
c7f5077
Fix the [/info/df1d6482f9e92daf|UNION ALL flattener optimization] so that it
by drh
· 4 years, 5 months ago
feef447
Add ALWAYS() to branches that are no longer reachable due to recent
by drh
· 4 years, 5 months ago
ada2323
refix altertab.test
by larrybr
· 4 years, 5 months ago
f0ac290
Fix a problem that could cause a crash in sqlite3BtreeDelete() when operating on a corrupt database file.
by dan
· 4 years, 5 months ago
3c6edc8
More aggressive detection of OOM errors in resolveAlias().
by drh
· 4 years, 5 months ago
8ed8ddf
When doing the optimization that attempts to avoid sorting on a
by drh
· 4 years, 5 months ago
bb0eec4
Do not initialize eponymous virtual tables when parsing the schema. This can happen if the db is corrupt.
by dan
· 4 years, 5 months ago
3ff6a5e
Skip test when no JSON.
by larrybr
· 4 years, 5 months ago
113a33c
Make window range queries more robust against corrupt database files.
by drh
· 4 years, 5 months ago
ba9ebc2
Treat byte-order marks (BOMs) at the start of a token as whitespace.
by drh
· 4 years, 5 months ago
971ae9f
Fix testcase altertab-25.1 due to check-in [c7909e8e0d0577c6] disallowing
by drh
· 4 years, 5 months ago
1521270
Fix harmless compiler warnings in fuzzcheck.
by drh
· 4 years, 5 months ago
ba6619d
Enhance the --load-dbsql and related options of fuzzcheck so that if the
by drh
· 4 years, 5 months ago
292ed6d
Give a better final output line for the --spinner option on fuzzcheck.
by drh
· 4 years, 5 months ago
d84f10e
New dbsqlfuzz cases added to test/fuzzdata8.db.
by drh
· 4 years, 5 months ago
f3d5a68
Fix an assert() in fts5_index.c that may fail if the database records are corrupt.
by dan
· 4 years, 5 months ago
7a04e29
Improved OOM detection in sqlite3ExprCheckIN().
by drh
· 4 years, 5 months ago
eca3c67
Change a memcpy() into a memmove() to prevent a warning about overlapping
by drh
· 4 years, 5 months ago
214b503
Fix harmless compiler warnings of unused function parameters in FTS5.
by drh
· 4 years, 5 months ago
743b5fd
Further tweaks for comments in sqlite3session.h.
by dan
· 4 years, 5 months ago
9ad39a3
Change to comments in sqlite3session.h. No changes to code.
by dan
· 4 years, 5 months ago
3d8c92d
Raise an error on an attempt to rename an eponymous virtual table.
by drh
· 4 years, 5 months ago
a5b51b8
Add the experimental sqlite3session_changeset_size() API.
by dan
· 4 years, 5 months ago
6d29a4f
Add the sqlite3session_object_config() API. Current used to enable/disable collecting data for sqlite3session_changeset_size().
by dan
· 4 years, 5 months ago
session-changeset-size
65b9305
Improved handling of errors in ALTER TABLE RENAME.
by drh
· 4 years, 5 months ago
68b63c0
Fix the date/time translation logic in the zipfile extension so that it
by drh
· 4 years, 5 months ago
1da9c97
Ensure that the typedefs for specific-length integers in zipfile.c are correct.
by drh
· 4 years, 5 months ago
8240431
In the whereLoopXfer() routine, ensure that the destination is fully
by drh
· 4 years, 5 months ago
3153630
The new OP_Null opcode from check-in [8b54102a00852b72] was not coded
by drh
· 4 years, 5 months ago
a23a873
Add the experimental sqlite3session_changeset_size() API.
by dan
· 4 years, 5 months ago
7437c25
Add recent dbsqlfuzz test cases to test/fuzzdata8.db.
by drh
· 4 years, 5 months ago
f02b5ad
Initialize the key registers in the skip-scan optimization to NULL, in case
by drh
· 4 years, 5 months ago
fe599b0
Fix a problem allowing SQL variables to be used expressions within the second and subsequent ON CONFLICT clauses of an UPSERT within a trigger.
by dan
· 4 years, 5 months ago
935ad98
Remove a testcase() that is no longer relevant due to the previous check-in.
by drh
· 4 years, 5 months ago
Next »