Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
sqlite
/
sqlite
/
HEAD
/
src
/
sqlite.h.in
b8c8179
Minor API doc typo fixes from brickviking.
by stephan
· 3 weeks ago
f0991c4
Minor API doc typo fixes from brickviking.
by stephan
· 3 weeks ago
fbf1c05
API doc typo fixes and closing DD element tags from brickviking.
by stephan
· 3 weeks ago
981022b
Minor API doc fixes sent off-list from brickviking.
by stephan
· 3 weeks ago
513fff8
API doc typo fixes and one rephrasing improvement from brickviking.
by stephan
· 4 weeks ago
b5aa959
API doc typo fixes from brickviking.
by stephan
· 4 weeks ago
a0c6de5
Numerous small doc typo from BrickViking.
by stephan
· 4 weeks ago
92d1bec
A slight doc rephrasing for clarity, suggested in the forum.
by stephan
· 4 weeks ago
a5c484b
Doc typo fixes from [forum:0bce273669 | forum post 0bce273669].
by stephan
· 4 weeks ago
8a6f89c
Remove unnecessary "www." prefixes on domain names in URLs.
by drh
· 3 months ago
1560045
Cherrypick the [2b582c0097e33] doc addition, which was initially committed to the wrong branch.
by stephan
· 4 months ago
272344d
Internal configure script cleanups. Resolve an as-yet-hypothetical corner case involving the --dev flag mixed with custom CFLAGS containing SQLITE_ENABLE... or SQLITE_OMIT... flags. Fix an unrelated API doc typo reported in [forum:606ea661df|forum post 606ea661df].
by stephan
· 5 months ago
f037440
Support SQLITE_ENABLE_SETLK_TIMEOUT on windows.
by dan
· 5 months ago
b081a39
Merge latest changes from trunk into this branch.
by dan
· 5 months ago
win32-enable-setlk
56d2fd0
Harden the SQLITE_DBCONFIG_LOOKASIDE interface against misuse, such as
by drh
· 5 months ago
59c64e0
Fix a typo (a missing ")") in a comment that is used to generate
by drh
· 5 months ago
138951d
Merge latest changes from trunk into this branch.
by dan
· 5 months ago
2d87894
Experimental change to allow clients to block when taking a SHARED lock to connect to a wal mode database.
by dan
· 5 months ago
b6859b6
Attempted improvements to the SQLITE_DBCONFIG_... documentation.
by drh
· 5 months ago
4b99ec0
Fix a comment typo - in a comment used to generate documentation.
by drh
· 6 months ago
824a5bf
Improvements to the SQLITE_DBCONFIG option documentation.
by drh
· 6 months ago
extra-security
e16b345
Add the SQLITE_DBCONFIG_ENABLE_COMMENTS setting (default on) to enable or
by drh
· 6 months ago
0911f86
Merge all the latest trunk changes into the extra-security branch.
by drh
· 6 months ago
4628888
Have sqlite3_enable_setlk(-1) configure indefinite blocking locks where they are supported.
by dan
· 6 months ago
7c727bb
Avoid splitting a hyperlink across lines in the documentation comment for
by drh
· 6 months ago
43aad25
Add the sqlite3_setlk_timeout() API. For setting the timeout used by SQLITE_ENABLE_SETLK_TIMEOUT blocking locks without also setting the regular retry-based busy-timeout.
by dan
· 6 months ago
77731d5
Clarify handling of a NULL for the 2nd argument to sqlite3_serialize(), as pointed out in [forum:3df7168b90|forum post 3df7168b90].
by stephan
· 6 months ago
c850c2b
Add two new sqlite3_db_config() options that enable the ATTACH command
by drh
· 6 months ago
enable-attach
ef636cc
Add the SQLITE_PREPARE_DONT_LOG option for sqlite3_prepare_v3(), that prevents
by drh
· 7 months ago
1b37bc0
Add the SQLITE_FCNTL_NULL_IO file-control.
by drh
· 8 months ago
7b32f84
Clarify the documentation to make it clear that rows inserted by a
by drh
· 8 months ago
8b3ba8e
Enclose the generated "sqlite3.c" and "sqlite3.h" in a single big #ifdef so
by drh
· 9 months ago
96501c8
Rename to SQLITE_IOCAP_SUBPAGE_READ.
by drh
· 9 months ago
bypass-iocap
c8284c7
Add the SQLITE_IOCAP_BYPASS device characteristic. Do not allow the
by drh
· 9 months ago
f578ce1
Change the name of the new utility program from sqlite3-rsync to
by drh
· 9 months ago
1b59f37
Fix a typo in a comment used to generate document. No code changes.
by drh
· 9 months ago
dcaae8f
Cross-reference the sqlite3_backup_init() function to the documentation for
by drh
· 9 months ago
c8c95f5
Fix typo in documentation for SQLITE_SUBTYPE. No code changes.
by dan
· 10 months ago
92e7157
Remove all use of the "long double" data type from SQLite, as hardware support
by drh
· 10 months ago
512ad53
Merge latest trunk changes into this branch.
by dan
· 10 months ago
snapshot_get-locking
f9d1141
Update docs for sqlite3_snapshot_get().
by dan
· 10 months ago
e8b2c92
Remove all code that makes use of the C-language "long double" datatype.
by drh
· 10 months ago
2fb0553
Clarification of the meaning of the nByte parameter to sqlite3_prepare().
by drh
· 10 months ago
a955ec8
Change the name of the enabling compile-time macro to
by drh
· 11 months ago
1c30df3
The WITHIN GROUP (ORDER BY ...) syntax is now a compile-time option:
by drh
· 11 months ago
7aa01a0
No prepare-time penality for ordered-set aggregates for applications that
by drh
· 11 months ago
df2d14b
Add error checking: Do not allow functions other than those in the
by drh
· 11 months ago
d55ab84
Add the SQLITE_INDEX_SCAN_HEX bit to the sqlite3_index_info.idxFlags bitmask.
by drh
· 11 months ago
be1fdbd
Add the new SQLITE_TESTCTRL_OPTGET that retrieves the current optimization
by drh
· 11 months ago
optimization-onoff
07f215a
Fix documentation typo. [forum:/forumpost/993cb82402|Forum post 993cb82402]
by drh
· 12 months ago
6975fc5
Slight API doc tweak for xCheckReservedLock(), based on forum feedback. No code changes.
by stephan
· 1 year, 1 month ago
404ddad
Re-enable [dcc2bb2c562e97e090174], as [296eeb26c816bc73] corrects the wasi-sdk build problem the former check-in triggered. Reported in [forum:143e40d7f4e79c66|forum post 143e40d7f4e79c66].
by stephan
· 1 year, 1 month ago
2f755cd
Back out [dcc2bb2c562e97e090174], as it breaks the --with-wasi-sdk builds.
by stephan
· 1 year, 2 months ago
4c86b2d
Remove the unconditional SQLITE_OMIT_WAL when building in wasi-sdk mode, per [forum:80003e91a7a6cb4d|requests in the forum].
by stephan
· 1 year, 2 months ago
6fa46d0
Documentation typo fix. [forum:/forumpost/772d6688f5|Forum post 772d6688f5].
by drh
· 1 year, 2 months ago
d081df0
Fix typo in comment used to generate parts of the documentation.
by drh
· 1 year, 2 months ago
df903fe
Improvements to the sqlite3_vtab_distinct() documentation.
by drh
· 1 year, 2 months ago
vtab-distinct-fix
0462499
Fix the definition of sqlite3_vtab_distinct() such that return codes 2 and
by drh
· 1 year, 2 months ago
69dbd7a
Make explicit that sqlite3_keyword_name()'s index is 0-based, per forum request. Doc changes only.
by stephan
· 1 year, 4 months ago
cfd4507
Document that the order of an update hook call is unspecied vis-a-vis the final result of the operation which triggers that hook. Doc changes only.
by stephan
· 1 year, 4 months ago
55051d6
Flag sqlite3_trace() and sqlite3_profile() as deprecated so that the doc generator for funclist.html sees them as such, and add 'Deprecated' to their page's title for consistency with other deprecated APIs. Comment changes only. Addresses [forum:0901025836|forum post 0901025836].
by stephan
· 1 year, 4 months ago
697e122
Fix typos in the SQLITE_CONFIG_ROWID_IN_VIEW documentation.
by drh
· 1 year, 4 months ago
254729e
Change the SQLITE_CONFIG_NO_ROWID_IN_VIEW configuration option to be
by drh
· 1 year, 4 months ago
261c6df
On second thought, change SQLITE_TESTCTRL_ROWID_IN_VIEW into a start-time
by drh
· 1 year, 4 months ago
4b42b52
When compiled with SQLITE_ALLOW_ROWID_IN_VIEW, rowid-in-view is on by default
by drh
· 1 year, 4 months ago
b088e89
Typo fixes [forum:c19bbf245d|reported in the forum]. No code changes.
by stephan
· 1 year, 5 months ago
589c407
Further clarify sqlite3_exec() callback parameter lifetime.
by larrybr
· 1 year, 5 months ago
25e172d
Mention limited lifetime of string arrays passed to sqlite3_exec() callback.
by larrybr
· 1 year, 5 months ago
76dbb58
Avoid running the "no_mutex_try" tests with SQLITE_ENABLE_SETLK_TIMEOUT builds as part of the release test.
by dan
· 1 year, 7 months ago
ba55056
Rename the new test-control to SQLITE_TESTCTRL_JSON_SELFCHECK. Make it so
by drh
· 1 year, 7 months ago
7d2eaae
Add SQLITE_TESTCTRL_VALIDATE_JSONB, which if enabled under SQLITE_DEBUG causes
by drh
· 1 year, 7 months ago
9eb7694
Improvements to the description of sqlite3_errmsg() and sqlite3_errstr().
by drh
· 1 year, 8 months ago
cb1f190
Futher documentation refinements.
by drh
· 1 year, 8 months ago
6eb381f
Add the SQLITE_STRICT_SUBTYPE compile-time option. This change reveals that
by drh
· 1 year, 8 months ago
194b8d5
Omit the new SQLITE_VALUE_SUBTYPE name. Stay with legacy SQLTIE_SUBTYPE.
by drh
· 1 year, 8 months ago
243f2ec
Make a distinction between functions that consume subtypes and functions
by drh
· 1 year, 8 months ago
17a3295
Update the documentation to the sqlite3_set_auxdata() and sqlite3_get_auxdata()
by drh
· 1 year, 8 months ago
5086211
Update documentation for sqlite3_errmsg() to try to make it clear that if
by drh
· 1 year, 9 months ago
4b8010a
Fix cosmetic flaw in SQLITE_TXN_* doc. (no code change)
by larrybr
· 1 year, 9 months ago
d918845
Provide dummy parameter names in the prototype for the new xIntegrity method
by drh
· 1 year, 9 months ago
9f20bde
Enhance the new xIntegrity method of the sqlite3_module object with new
by drh
· 1 year, 9 months ago
bdcae89
Spelling improvements, in comments only
by larrybr
· 1 year, 9 months ago
da67619
Spelling improvements, in comments only
by larrybr
· 1 year, 9 months ago
51b358e
Add SQLITE_TESTCTRL_FK_NO_ACTION.
by drh
· 1 year, 9 months ago
5e0b11b
Enhance the documentation of sqlite3_deserialize() to make it clear that
by drh
· 1 year, 9 months ago
d93cfa2
Clarify serialization API doc w.r.t. buffer validity and usage, instigated by [forum:/forumpost/8922e2ad2ad41205|forum post 8922e2ad2ad41205]. No code changes.
by larrybr
· 1 year, 10 months ago
a9d788f
Add support for the sqlite3_get_clientdata() and sqlite3_set_clientdata()
by drh
· 1 year, 10 months ago
93b461f
Add documentation to sqlite3_get/set_clientdata() to make it clear that these
by drh
· 1 year, 11 months ago
d5ab4dd
Change the xIntegrity virtual table method signature so that it returns
by drh
· 1 year, 11 months ago
961c2a9
Add the xIntegrity method to the sqlite3_module object. Implement this
by drh
· 1 year, 11 months ago
a5af4a6
Remove an unreachable branch, and improve documentation of
by drh
· 1 year, 11 months ago
10deb35
New experimental API for attaching client data to a database connection.
by drh
· 1 year, 11 months ago
6de6121
Merge latest trunk changes into this branch.
by dan
· 2 years ago
wal-shm-exceptions
0c6b869
Enhancements to the new sqlite3_stmt_explain() interface implementation and
by drh
· 2 years ago
9a897cb
Merge the latest trunk enhancements into the wal-shm-exceptions branch.
by drh
· 2 years ago
d1db37a
Enhance the sqlite3_stmt_explain() interface so that avoids unnecessary
by drh
· 2 years ago
e393f6e
Add the experimental sqlite3_stmt_explain(S,E) interface.
by drh
· 2 years ago
ff96718
Merge all recent trunk enhancements into the wal-shm-exceptions branch.
by drh
· 2 years ago
1b3c6e7
Whether or not to use the long-double floating point conversion technique
by drh
· 2 years, 1 month ago
55be216
Fix straggler misspellings and tidy the custom dictionary. Also include pickups from [forum:/info/c61fb09afd|forum post c61fb09afd].
by larrybr
· 2 years, 1 month ago
spell-check
Next »