Home
last modified time | relevance | path

Searched refs:sqlite (Results 1 – 25 of 176) sorted by relevance

12345678

/sqlite-3.40.0/
H A DREADME.md34 [Tarball](https://www.sqlite.org/src/tarball/sqlite.tar.gz),
35 [ZIP-archive](https://www.sqlite.org/src/zip/sqlite.zip), or
36 [SQLite-archive](https://www.sqlite.org/src/sqlar/sqlite.sqlar).
59 cd ~/sqlite
108 nmake /f ..\sqlite\Makefile.msc TOP=..\sqlite
109 nmake /f ..\sqlite\Makefile.msc sqlite3.c TOP=..\sqlite
110 nmake /f ..\sqlite\Makefile.msc sqlite3.dll TOP=..\sqlite
111 nmake /f ..\sqlite\Makefile.msc sqlite3.exe TOP=..\sqlite
112 nmake /f ..\sqlite\Makefile.msc test TOP=..\sqlite
328 [http://www2.sqlite.org/](http://www2.sqlite.org) and
[all …]
H A Dspec.template1 %define name sqlite
11 URL: http://www.sqlite.org/
20 standalone command-line access program (sqlite) that can be used to
25 Summary: Header files and libraries for developing apps which will use sqlite
30 The sqlite-devel package contains the header files and libraries needed
/sqlite-3.40.0/test/
H A De_fts3.test247 SELECT * FROM docs WHERE main.docs MATCH 'sqlite'
318 3 2 "sqlite is a software system"
319 4 3 "sqlite is a database"
330 SELECT * FROM docs WHERE docs MATCH 'database sqlite'
344 SELECT 'sqlite is also a library' UNION ALL
359 SELECT 'the sqlite database is accessed by the sqlite library'
363 WHERE docs MATCH '("sqlite database" OR "sqlite library") AND linux';
382 } {{sqlite is a software system} {sqlite is also a library} {the sqlite library runs on linux}}
385 } {{sqlite is also a library} {the sqlite library runs on linux} {the sqlite database is accessed b…
390sqlite is a software system} {sqlite is a database} {sqlite is also a library} {the sqlite library…
[all …]
H A Denc2.test347 SELECT test_function('sqlite')
349 } {{UTF-8 sqlite}}
355 SELECT test_function('sqlite')
357 } {{UTF-16LE sqlite}}
365 } {{UTF-16BE sqlite}}
382 } {{UTF-16LE sqlite}}
390 } {{UTF-16LE sqlite}}
398 } {{UTF-16BE sqlite}}
415 } {{UTF-16BE sqlite}}
423 } {{UTF-16LE sqlite}}
[all …]
H A Deqp.test499 # XVIDENCE-OF: R-55852-17599 sqlite> CREATE INDEX i1 ON t1(a);
500 # sqlite> EXPLAIN QUERY PLAN SELECT a, b FROM t1 WHERE a=1;
509 # sqlite> EXPLAIN QUERY PLAN SELECT a, b FROM t1 WHERE a=1;
517 # XVIDENCE-OF: R-09991-48941 sqlite> EXPLAIN QUERY PLAN
528 # XVIDENCE-OF: R-33626-61085 sqlite> EXPLAIN QUERY PLAN
549 # XVIDENCE-OF: R-24577-38891 sqlite> EXPLAIN QUERY PLAN
560 # sqlite> EXPLAIN QUERY PLAN SELECT c, d FROM t2 ORDER BY c;
586 # XVIDENCE-OF: R-50892-45943 sqlite> EXPLAIN QUERY PLAN
600 # XVIDENCE-OF: R-46219-33846 sqlite> EXPLAIN QUERY PLAN
610 # XVIDENCE-OF: R-37879-39987 sqlite> EXPLAIN QUERY PLAN
[all …]
H A Dvtab_alter.test34 # sqlite> CREATE TABLE t1_base(a, b, c);
35 # sqlite> CREATE VIRTUAL TABLE t1 USING(t1_base);
36 # sqlite> ALTER TABLE t1 RENAME TO t2;
37 # sqlite> SELECT tbl_name FROM sqlite_master;
H A Dthreadtest2.c57 int integrity_check(sqlite *db, int id){ in integrity_check()
75 sqlite *db; in worker()
99 sqlite *db; in main()
H A Dindex6.test394 # Ticket https://www.sqlite.org/src/info/1d958d90596593a7
415 # Ticket https://www.sqlite.org/src/tktview/5c6955204c392ae763a95
427 # Ticket https://sqlite.org/src/tktview/8025674847
441 # Ticket https://www.sqlite.org/src/info/a6408d42b9f44462
442 # Ticket https://www.sqlite.org/src/info/fba33c8b1df6a915
443 # https://sqlite.org/src/info/bac716244fddac1fe841
466 # Ticket https://sqlite.org/src/info/767a8cbc6d20bd68
482 # Ticket https://sqlite.org/src/tktview/a9efb42811fa41ee286e8
502 # Forum https://sqlite.org/forum/forumpost/d813704d7c
512 # https://sqlite.org/forum/forumpost/c4676c4956
H A Dnolock.test44 sqlite db test.db -vfs tvfs
54 sqlite db file:test.db?nolock=0 -vfs tvfs -uri 1
64 sqlite db file:test.db?nolock=1 -vfs tvfs -uri 1
73 sqlite db file:test.db?nolock=0 -vfs tvfs -uri 1 -readonly 1
82 sqlite db file:test.db?nolock=1 -vfs tvfs -uri 1 -readonly 1
H A Daffinity3.test14 # https://www.sqlite.org/src/info/91e2e8ba6ff2e2
15 # https://www.sqlite.org/src/info/7ffd1ca1d2ad4ecf
21 # Ticket https://www.sqlite.org/src/info/91e2e8ba6ff2e2 (2011-09-19)
90 # Ticket https://www.sqlite.org/src/info/7ffd1ca1d2ad4ecf (2017-01-16)
H A Dindex8.test20 # http://www.mail-archive.com/sqlite-users@mailinglists.sqlite.org/msg98615.html
23 # https://sqlite.org/src/info/bf46179d44843769
H A Djoin8.test264 # https://sqlite.org/forum/forumpost/677a0ab93fcd9ccd
380 # https://sqlite.org/forum/forumpost/e90a8e6e6f
409 # https://sqlite.org/forum/forumpost/687b0bf563a1d4f1
422 # https://sqlite.org/forum/forumpost/5cfe08eed6
449 # https://sqlite.org/forum/forumpost/3902c7b833
485 # https://sqlite.org/forum/forumpost/c2554d560b
521 # https://sqlite.org/forum/forumpost/087de2d9ec
576 # https://sqlite.org/forum/forumpost/206d99a16dd9212f
630 # https://sqlite.org/forum/forumpost/323f86cc30
697 # https://sqlite.org/forum/forumpost/51e6959f61
[all …]
H A Dcrashtest1.c30 sqlite *db; in do_some_sql()
69 sqlite *db; in main()
H A Dreturning1.test132 # Forum https://sqlite.org/forum/forumpost/85aef8bc01
169 # Forum: https://sqlite.org/forum/info/34c81d83c9177f46
296 # https://sqlite.org/forum/forumpost/033daf0b32
336 # 2021-12-01 Forum post https://sqlite.org/forum/forumpost/793beaf322
349 # 2021-12-28 Forum post https://sqlite.org/forum/forumpost/e0c7574ab2
365 # 2022-02-28 Forum post https://sqlite.org/forum/forumpost/595e132f71
H A Dthreadtest1.c102 char **db_query(sqlite *db, const char *zFile, const char *zFormat, ...){ in db_query()
137 void db_execute(sqlite *db, const char *zFile, const char *zFormat, ...){ in db_execute()
200 sqlite *db; in worker_bee()
H A Dindexexpr1.test333 # Ticket https://www.sqlite.org/src/tktview/4baa46491212947
377 # Ticket https://www.sqlite.org/src/tktview/eb703ba7b50c1a
387 # Ticket https://sqlite.org/src/tktview/aa98619a
408 # 2018-01-02 ticket https://sqlite.org/src/info/dc3f932f5a147771
432 # 2018-01-31 https://www.sqlite.org/src/tktview/343634942dd54ab57b702411
452 # 2019-08-09 https://www.sqlite.org/src/info/9080b6227fabb466
464 # 2019-09-02 https://www.sqlite.org/src/tktview/57af00b6642ecd6848
490 # 2022-04-30 https://sqlite.org/forum/info/7efabf4b03328e57
H A Dcrash5.test71 # sqlite mistakenly thinks that the page being moved (page 4) has
101 # the transaction was not rolled back, then the sqlite cache now
104 # sqlite3_release_memory() is called sqlite tries to free memory
/sqlite-3.40.0/ext/misc/
H A DREADME.md4 See <https://www.sqlite.org/loadext.html> for instructions on how
13 [carray](https://www.sqlite.org/carray.html) table-valued function.
15 [table-valued function](https://www.sqlite.org/vtab.html#tabfunc2).
17 * **csv.c** &mdash; A [virtual table](https://sqlite.org/vtab.html)
24 [command-line shell](https://www.sqlite.org/cli.html).
28 [SQLite amalgamation](https://sqlite.org/amalgamation.html). See
29 <https://sqlite.org/json1.html> for additional information.
32 [VFS](https://www.sqlite.org/vfs.html) that stores an entire database
41 "generate_series" [virtual table](https://www.sqlite.org/vtab.html).
52 [swarmvtab](https://sqlite.org/swarmvtab.html) virtual tables.
[all …]
/sqlite-3.40.0/autoconf/tea/
H A Dconfigure.ac22 AC_INIT([sqlite],[3.40.0]) package
99 AC_ARG_WITH([system-sqlite],
100 [AC_HELP_STRING([--with-system-sqlite],
158 AC_DEFINE(SQLITE_THREADSAFE, 1, [Trigger sqlite threadsafe build])
163 AC_DEFINE(SQLITE_THREADSAFE, 0, [Trigger sqlite non-threadsafe build])
/sqlite-3.40.0/ext/fts3/
H A DREADME.syntax93 term 'sqlite' and at least one of the terms 'fantastic' or 'impressive',
94 not those that contain both 'sqlite' and 'fantastic' or 'impressive':
96 <col> MATCH 'sqlite fantastic OR impressive'
113 <col> MATCH '"database engine" -sqlite'
116 the term "sqlite". If the '-' character occurs inside a quoted phrase,
181 <col> MATCH 'sqlite fantastic OR impressive'
182 <col> MATCH '(sqlite AND fantastic) OR impressive'
186 <col> MATCH 'sqlite fantastic OR impressive'
190 <col> MATCH 'sqlite AND (fantastic OR impressive)'
205 <col> MATCH 'sqlite NEAR (fantastic OR impressive)'
[all …]
/sqlite-3.40.0/ext/wasm/
H A DREADME-dist.txt3 Main project page: https://sqlite.org
5 Documentation: https://sqlite.org/wasm
20 systems is to install althttpd (https://sqlite.org/althttpd) and run:
H A Ddist.make17 dist-name = sqlite-wasm-TEMP
84 vdir=sqlite-wasm-$$vnum; \
101 rm -fr $(dist-name) $(wildcard sqlite-wasm-*.zip)
/sqlite-3.40.0/tool/
H A Dmkautoconfamal.sh44 TARBALLNAME=sqlite-snapshot-$DATETIME
88 tar -xzf sqlite-$VERSION.tar.gz
89 mv sqlite-$VERSION $TARBALLNAME
H A Dbuild-shell.sh20 ../sqlite/src/shell.c \
21 ../sqlite/src/test_vfstrace.c \
H A Dmksqlite3h.tcl105 if {![regexp {sqlite\.h\.in} $file]} {
152 if {![regexp {sqlite\.h\.in} $file]} {

12345678