Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
sqlite
/
sqlite
/
refs/tags/version-3.25.0
f7d3b7a
Version 3.25.0
by drh
· 7 years ago
version-3.25.0
9fd8425
Fix minor typos in comments that get carried over into documentation.
by drh
· 7 years ago
f86ff13
Update releasetest.tcl to run "make test" as part of the "Fast-One"
by dan
· 7 years ago
af524a6
Make sure the %z optimization for printf() is not invoked if there has been
by drh
· 7 years ago
396a103
Fix a requirement mark on a test script. No changes to code.
by drh
· 7 years ago
a86acc2
Fix an assert() in os_unix.c that is not true when using RBU.
by dan
· 7 years ago
16b870d
Restrict the scope of internal-use functions in alter.c.
by drh
· 7 years ago
83a9d14
Improvements to the documentation for SQLITE_FCNTL_DATA_VERSION.
by drh
· 7 years ago
e8ab40d
Fix an invalid pointer comparison triggered by renaming a table column when
by dan
· 7 years ago
ed008ec
Fix some harmless compiler warnings seen with MSVC.
by mistachkin
· 7 years ago
90d6f48
For MSVC, migrate some commonly used shell compilation options to the library.
by mistachkin
· 7 years ago
8741d0d
Fix a harmless compiler warning that arose from the ENABLE_CURSOR_HINTS
by drh
· 7 years ago
15c4294
Do not do the byte-by-byte modifications in the resetdb.test script if the
by drh
· 7 years ago
e3e7921
Fix a problem causing ENABLE_CURSOR_HINTS builds to segfault.
by dan
· 7 years ago
30a7d7d
Fix a test script issue in fts3ao.test.
by dan
· 7 years ago
be312ae
Fix a minor problem causing an incorrect cursor-hint to be generated in some
by dan
· 7 years ago
173e782
Add the ability for loadable extensions to access the new
by drh
· 7 years ago
d2f6501
Fix a broken assert() in fts3.c.
by dan
· 7 years ago
473dc73
New testcase() macros on virtual table xBestIndex logic.
by drh
· 7 years ago
b7a002f
Fix the LIKE optimization so that it is disabled when the LHS of the
by drh
· 7 years ago
eb3fe0b
Fix a problem with processing a "vtab.col IS NULL" expression within
by dan
· 7 years ago
f7ded14
Fix an unreachable branch in the new sqlite3WhereOrderByLimitOptLabel()
by drh
· 7 years ago
6ee5a7b
Fix multiple issues with the ORDER BY LIMIT optimization. This is the
by drh
· 7 years ago
c93c614
Add a missing call to free() in Lemon.
by mistachkin
· 7 years ago
42cb6ec
Fix typo in the Win32-specific code for the fileio extension.
by mistachkin
· 7 years ago
3b70045
Remove a faulty ALWAYS() macro added by check-in [8fa254aa6329bdd0].
by drh
· 7 years ago
b280212
Add extra test case to altertab.test.
by dan
· 7 years ago
a488ec9
Add assert() and ALWAYS() to identify two unreachable branches.
by drh
· 7 years ago
d5e6fef
Fix a problem with renaming a non-temp table that has at least one temp
by dan
· 7 years ago
202a027
Minor fixes for problems revealed by releasetest.tcl.
by dan
· 7 years ago
9fd88e8
Fix an uninitialized variable in the OP_ParseSchema opcode that comes up
by drh
· 7 years ago
803507f
In all.test, do not attempt to run the RBU tests in non-RBU builds.
by dan
· 7 years ago
cb4e4b0
Fix a harmless compiler warning in os_unix.c.
by drh
· 7 years ago
c50f75d
Fix a problem with ALTER TABLE when there are views or triggers in the schema
by dan
· 7 years ago
1041a6a
Fix a problem in ALTER TABLE with SQLITE_OMIT_VIRTUALTABLE builds.
by dan
· 7 years ago
7ea1edb
Fix test script problems causing SQLITE_OMIT_VIRTUALTABLE builds to fail.
by dan
· 7 years ago
1884487
Merge accidental fork.
by mistachkin
· 7 years ago
3c4b613
Fix harmless compiler warning.
by mistachkin
· 7 years ago
905f981
Fix a problem causing SQLITE_OMIT_VIRTUALTABLE builds to fail.
by dan
· 7 years ago
71998f0
Add new test file "alterauth.test".
by dan
· 7 years ago
fb05c7f
Add an "ALTER TABLE RENAME COLUMN" command. Upgrade "ALTER TABLE RENAME TABLE"
by dan
· 7 years ago
194584e
Merge latest trunk changes into this branch.
by dan
· 7 years ago
alter-table-rename-column
1d85c6b
Ensure that the tbl_name column in the sqlite_temp_master table is updated
by dan
· 7 years ago
7894b85
Add the randomshape.tcl test-case generator script to the util subdirectory
by drh
· 7 years ago
a83a74c
Fix excess memory usage in the JSON parser of GEOPOLY.
by drh
· 7 years ago
9a09b7b
Fix a problem with geopoly trying to update both the _shape and an auxiliary
by drh
· 7 years ago
19950d5
Merge latest trunk changes into this branch.
by dan
· 7 years ago
5921f2b
Fix some test script errors. And an incorrect assert() in fts5.
by dan
· 7 years ago
b78d190
Remove an old testcase() macro that is no longer valid.
by drh
· 7 years ago
8900a48
Avoid comparing pointer values after the object that they point to has been
by dan
· 7 years ago
dd1a9c8
Fix minor code issues in alter.c.
by dan
· 7 years ago
4af4212
Merge latest trunk changes into this branch.
by dan
· 7 years ago
65372fa
Improve the error messages emitted by RENAME TABLE.
by dan
· 7 years ago
3666078
Ensure that FTS5 queries of the form "WHERE rowid BETWEEN ? AND ? AND tbl
by dan
· 7 years ago
143df55
Add another test case to altertab.test.
by dan
· 7 years ago
b87a9a8
Fix a problem with renaming a column in a table that has a temp trigger that
by dan
· 7 years ago
5b1da30
Fixes for harmless compiler warnings.
by drh
· 7 years ago
c753c21
Fix some harmless compiler warnings and improve defenses against OOM errors.
by drh
· 7 years ago
ffc7e91
Merge alter-table-rename-table back into this branch.
by dan
· 7 years ago
0923650
Have "ALTER TABLE ADD COLUMN" reload the entire db schema, as "RENAME COLUMN"
by dan
· 7 years ago
alter-table-rename-table
010f8ee
Merge fixes from the alter-table-rename-column branch that occurred after
by drh
· 7 years ago
c840b42
Merge fixes and enhancements from trunk.
by drh
· 7 years ago
6ae2454
Update test script snapshot_fault.test to account for the new
by dan
· 7 years ago
28d46ee
New hyperlink on the README.md file.
by drh
· 7 years ago
8d4b7a3
If a call to sqlite3_snapshot_open() fails because the requested snapshot no
by dan
· 7 years ago
141e119
Ensure b-tree mutexes are always held when sqlite3FindTable() is called. Do
by dan
· 7 years ago
876c7ea
Try to identify the places in WAL code where thread-safety depends on the
by drh
· 7 years ago
9d32482
Test the schema after renaming a table. Ensure that temp database triggers and
by dan
· 7 years ago
ed92721
Give the debugging routine print_pager_stats() external linkage in order to
by drh
· 7 years ago
0ccda96
Fix an ALTER TABLE problem with processing temp schema views and triggers.
by dan
· 7 years ago
e35fc30
Improved JSON parser caching.
by drh
· 7 years ago
9c1d7c6
Additional test cases for geopoly.
by drh
· 7 years ago
c9461ec
Extend RENAME TABLE to edit triggers and views. Still buggy.
by dan
· 7 years ago
17f19ea
Fixes to the UPDATE logic in Geopoly.
by drh
· 7 years ago
9d67afc
Also free up the MEM_RowSet bit in the Mem.flags field and have RowSet objects
by drh
· 7 years ago
72f56ef
Free up the MEM_Frame bit in Mem.flags object. Store VdbeFrame objects
by drh
· 7 years ago
c0d2117
Add the geopoly_group_bbox() aggregate function to the Geopoly module.
by drh
· 7 years ago
8ab114c
Disable the server1.test script on old PPC Macs due to problems in the
by drh
· 7 years ago
58726ca
Stricter enforcement of the JSON and GeoJSON standards in the Geopoly extension.
by drh
· 7 years ago
79931a1
Fix new issues in the geopoly module discovered by TH3.
by drh
· 7 years ago
f577875
Fix a problem causing spurious SQLITE_CORRUPT errors when using the snapshot
by dan
· 7 years ago
5965fed
Add support for the Geopoly extension to the R-Tree extension. This also
by drh
· 7 years ago
74e0aae
Minor changes to the visual01.txt test script.
by drh
· 7 years ago
rtree-geopoly
b2a18c9
Split the three-argument version of geopoly_within() off into a separate
by drh
· 7 years ago
e6474b7
Enhance the geopoly virtual table so that it does a better job of optimizing
by drh
· 7 years ago
27d6254
Provide the two-argument geopoly_within(P1,P2) routine that determines if
by drh
· 7 years ago
95327f5
Fix a harmless compiler warning.
by drh
· 7 years ago
050398b
Fix a minor issue in the altercol.test script so that it runs on Windows.
by drh
· 7 years ago
0d019b9
Invoke the authorizer for ALTER TABLE RENAME COLUMN.
by drh
· 7 years ago
3a843f5
Remove an unnecessary IN_RENAME_COLUMN macro from resolve.c.
by drh
· 7 years ago
da76adc
The implementation of sqlite_rename_column() must be holding the schema mutexes.
by drh
· 7 years ago
aa42e98
Fix a problem by renaming a column when the schema contains an trigger program
by dan
· 7 years ago
85a9d50
Fix a problem with renaming a column that occurs as an "excluded.colname"
by dan
· 7 years ago
88edc6c
Set SQLITE_PTRSIZE to 4 when compiling with xlc on 32-bit AIX.
by mistachkin
· 7 years ago
0d5fa6b
After modifying and reparsing the schema as part of an ALTER TABLE RENAME
by dan
· 7 years ago
1b0c5de
Avoid incorrectly replacing tokens that refer to a column being renamed via an
by dan
· 7 years ago
355f2e0
Add the "atrc" test program to the Makefiles. Fix a typo in the instructions
by drh
· 7 years ago
79a5ee9
Fix harmless compiler warnings in the ALTER TABLE logic. Rephrase an
by drh
· 7 years ago
ba3a407
Automatically detect when compiling for AArch64 on windows and set
by drh
· 7 years ago
d3130da
The Expr.iColumn field must also be initialized in tokenExpr().
by drh
· 7 years ago
Next »