| /sqlite-3.40.0/ext/wasm/ |
| H A D | GNUmakefile | 190 bin.version-info := $(dir.wasm)/version-info 193 $(bin.version-info): $(dir.wasm)/version-info.c $(sqlite3.h) $(MAKEFILE) 195 DISTCLEAN_FILES += $(bin.version-info) 207 sqlite3-license-version.js := $(dir.tmp)/sqlite3-license-version.js 208 sqlite3-license-version-header.js := $(dir.api)/sqlite3-license-version-header.js 209 sqlite3-api-build-version.js := $(dir.tmp)/sqlite3-api-build-version.js 246 $(sqlite3-api-build-version.js): $(bin.version-info) $(MAKEFILE) 251 $(bin.version-info) --json; \ 277 --extern-pre-js=$(sqlite3-license-version.js) 280 $(sqlite3-license-version.js): $(sqlite3.h) $(sqlite3-license-version-header.js) $(MAKEFILE) [all …]
|
| H A D | dist.make | 69 $(bin.stripccomments) $(bin.version-info) \ 83 vnum=$$($(bin.version-info) --download-version); \
|
| H A D | README.md | 76 Note that when serving this app via [althttpd][], it must be a version 88 * Use a [version of althttpd][althttpd] from
|
| /sqlite-3.40.0/test/ |
| H A D | rdonly.test | 14 # as readonly if its write version is set to high. 44 # Changes the write version from 1 to 3. Verify that the database 67 # Change the write version back to 1. Verify that the database 81 # write-version of the file (and the change-counter, so that the 82 # write-version is reloaded). This way, SQLite does not discover that 88 hexio_write test.db 18 $ro_version ; # write-version
|
| H A D | tkt1435.test | 50 CREATE TABLE Versions(versionId INTEGER PRIMARY KEY,version STR UNIQUE); 61 version STRING, 81 and Versions.version = tlList.version 102 and Versions.version = tlList.version
|
| H A D | tkt3992.test | 21 version REAL NOT NULL 23 INSERT INTO parameters1(mountcnt, version) VALUES(1, 1.0); 27 version REAL CHECK (typeof(version) == 'real') 29 INSERT INTO parameters2(mountcnt, version) VALUES(1, 1.0);
|
| H A D | backcompat.test | 12 # focus of this file is testing that the current version of SQLite 17 # copied into the working directory alongside the new version. The old 63 set v [split [db version] .] 172 # Test that one version can roll back a hot-journal file left in the 173 # file-system by the other version. 176 # 1. If it is 0, then the current version creates a journal file that 177 # the old versions try to read. Otherwise, if X is 1, then the old version 254 puts "ERROR: Detected journal incompatibility with version $k" 264 if {[code1 {sqlite3 -version}] >= "3.7.0" 266 && [code2 {sqlite3 -version}] >= "3.7.0" [all …]
|
| H A D | dataversion1.test | 18 # Construct a database and get its initial data version 29 # The data version does not change by ATTACH or by changes to 41 # The data version does change when SQL modifies the table 50 # But the data version is constant if there are changes to other
|
| H A D | e_wal.test | 27 # created, read, and written by legacy VFSes that lack the "version 2" 184 # support the "version 2" shared-memory. 205 # to version 3.7.0, 2010-07-22) from trying to recover a WAL-mode 206 # database (and making matters worse) the database file format version 226 # changes the database file format version numbers back to 1 so that
|
| H A D | tkt3922.test | 26 # this alternate version of tkt3922.1 doesn't 69 # this alternate version of tkt3922.5 doesn't
|
| H A D | tkt-313723c356.test | 48 # cached (out-of-date) version of table t1 with the on disk (up-to-date) 49 # version of index i1.
|
| H A D | skipscan3.test | 30 # This version has long used skip-scan because of the "+a" 39 # This version (with "a" instead of "+a") should use skip-scan but
|
| H A D | pragma.test | 895 # First check that we can set the schema version and then retrieve the 918 # Check that creating a table modifies the schema-version (this is really 919 # to verify that the value being read is in fact the schema version). 934 # schema-version using the first connection forces the second connection 956 # Make sure the schema-version can be manipulated in an attached database. 979 # And check that modifying the schema-version in an attached database 1006 # Now test that the user-version can be read and written (and that we aren't 1007 # accidentally manipulating the schema-version instead). 1052 # Check that the user-version in the auxilary database can be manipulated ( 1075 # Now check that a ROLLBACK resets the user-version if it has been modified [all …]
|
| /sqlite-3.40.0/ |
| H A D | spec.template | 2 %define version SQLITE_VERSION 7 Version: %{version} 9 Source: %{name}-%{version}.tar.gz 13 BuildRoot: %{_tmppath}/%{name}-%{version}-root 27 Requires: %{name} = %{version}-%{release}
|
| H A D | config.sub | 67 version="\ 83 --version | -v ) 84 echo "$version" ; exit ;; 1329 # Don't forget version if it is 3.2v4 or newer.
|
| H A D | README.md | 11 [Fossil](https://www.fossil-scm.org/), a distributed version control system 51 first install Fossil version 2.0 or later. 64 update to the latest version using: 101 version (e.g. "Developer Command Prompt for VS2013"). Next, use NMAKE 167 contains the current SQLite version number. The sqlite3.h header is really 168 just a copy of src/sqlite.h.in with the source-id and version number inserted 312 The name of the version of the entire source tree is just the
|
| H A D | sqlite_cfg.h.in | 118 /* Define to the full name and version of this package. */ 127 /* Define to the version of this package. */
|
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5version.test | 32 SELECT * FROM t1_config WHERE k='version' 33 } {version 4} 41 UPDATE t1_config set v=5 WHERE k='version'; 58 execsql { DELETE FROM t1_config WHERE k='version' }
|
| H A D | fts5al.test | 31 } {version 4} 36 } {pgsz 32 version 4} 41 } {pgsz 64 version 4}
|
| /sqlite-3.40.0/ext/rbu/ |
| H A D | rbu12.test | 183 # Also save the current values of "PRAGMA data-version" for [db1] 192 # Check the values of data-version have not magically changed. 199 # data-version values remain unchanged until the database contents are 223 # this does not cause the data-version values to change.
|
| /sqlite-3.40.0/ext/repair/ |
| H A D | sqlite3_checker.tcl | 114 --version Show the version number of SQLite
|
| /sqlite-3.40.0/autoconf/tea/win/ |
| H A D | rules.vc | 56 # Determine the host and target architectures and compiler version. 535 # Extract various version numbers from tcl headers 579 # Setup tcl version dependent stuff headers 661 # Extract Tk version numbers 705 !message *** Compiler version $(VCVER). Target machine is $(MACHINE)
|
| H A D | makefile.vc | 423 @if exist $(WINDIR)\version.vc del $(WINDIR)\version.vc
|
| /sqlite-3.40.0/tool/ |
| H A D | GetTclKit.bat | 142 ECHO No suitable version of the .NET Framework appears to be installed. 223 REM NOTE: By default, use latest available version of the TclKit SDK 252 REM NOTE: By default, use latest available version of the TclKit SDK
|
| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | README.md | 51 - `sqlite3-api-build-version.js`\ 53 `sqlite3.version` object. This part is not critical, but records the 54 version of the library against which this module was built.
|