Home
last modified time | relevance | path

Searched refs:version (Results 1 – 25 of 141) sorted by relevance

123456

/sqlite-3.40.0/ext/wasm/
H A DGNUmakefile190 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 Ddist.make69 $(bin.stripccomments) $(bin.version-info) \
83 vnum=$$($(bin.version-info) --download-version); \
H A DREADME.md76 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 Drdonly.test14 # 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 Dtkt1435.test50 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 Dtkt3992.test21 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 Dbackcompat.test12 # 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 Ddataversion1.test18 # 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 De_wal.test27 # 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 Dtkt3922.test26 # this alternate version of tkt3922.1 doesn't
69 # this alternate version of tkt3922.5 doesn't
H A Dtkt-313723c356.test48 # cached (out-of-date) version of table t1 with the on disk (up-to-date)
49 # version of index i1.
H A Dskipscan3.test30 # 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 Dpragma.test895 # 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 Dspec.template2 %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 Dconfig.sub67 version="\
83 --version | -v )
84 echo "$version" ; exit ;;
1329 # Don't forget version if it is 3.2v4 or newer.
H A DREADME.md11 [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 Dsqlite_cfg.h.in118 /* 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 Dfts5version.test32 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 Dfts5al.test31 } {version 4}
36 } {pgsz 32 version 4}
41 } {pgsz 64 version 4}
/sqlite-3.40.0/ext/rbu/
H A Drbu12.test183 # 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 Dsqlite3_checker.tcl114 --version Show the version number of SQLite
/sqlite-3.40.0/autoconf/tea/win/
H A Drules.vc56 # 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 Dmakefile.vc423 @if exist $(WINDIR)\version.vc del $(WINDIR)\version.vc
/sqlite-3.40.0/tool/
H A DGetTclKit.bat142 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 DREADME.md51 - `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.

123456