mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-08 10:50:28 +00:00
Add *.shell.c files to SQLite shell build (reapply 8b469389
)
This commit is contained in:
parent
d32abc777a
commit
132f85d184
117 changed files with 236 additions and 14376 deletions
1
third_party/sqlite3/alter.shell.c
vendored
Normal file
1
third_party/sqlite3/alter.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/alter.c"
|
1
third_party/sqlite3/analyze.shell.c
vendored
Normal file
1
third_party/sqlite3/analyze.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/analyze.c"
|
1
third_party/sqlite3/appendvfs.shell.c
vendored
Normal file
1
third_party/sqlite3/appendvfs.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/appendvfs.c"
|
1
third_party/sqlite3/attach.shell.c
vendored
Normal file
1
third_party/sqlite3/attach.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/attach.c"
|
1
third_party/sqlite3/auth.shell.c
vendored
Normal file
1
third_party/sqlite3/auth.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/auth.c"
|
1
third_party/sqlite3/backup.shell.c
vendored
Normal file
1
third_party/sqlite3/backup.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/backup.c"
|
1
third_party/sqlite3/bitvec.shell.c
vendored
Normal file
1
third_party/sqlite3/bitvec.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/bitvec.c"
|
1
third_party/sqlite3/btmutex.shell.c
vendored
Normal file
1
third_party/sqlite3/btmutex.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/btmutex.c"
|
1
third_party/sqlite3/btree.shell.c
vendored
Normal file
1
third_party/sqlite3/btree.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/btree.c"
|
1
third_party/sqlite3/build.shell.c
vendored
Normal file
1
third_party/sqlite3/build.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/build.c"
|
1
third_party/sqlite3/callback.shell.c
vendored
Normal file
1
third_party/sqlite3/callback.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/callback.c"
|
1
third_party/sqlite3/complete.shell.c
vendored
Normal file
1
third_party/sqlite3/complete.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/complete.c"
|
1
third_party/sqlite3/completion.shell.c
vendored
Normal file
1
third_party/sqlite3/completion.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/completion.c"
|
1
third_party/sqlite3/ctime.shell.c
vendored
Normal file
1
third_party/sqlite3/ctime.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/ctime.c"
|
1
third_party/sqlite3/date.shell.c
vendored
Normal file
1
third_party/sqlite3/date.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/date.c"
|
1
third_party/sqlite3/dbdata.shell.c
vendored
Normal file
1
third_party/sqlite3/dbdata.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/dbdata.c"
|
1
third_party/sqlite3/dbpage.shell.c
vendored
Normal file
1
third_party/sqlite3/dbpage.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/dbpage.c"
|
1
third_party/sqlite3/dbstat.shell.c
vendored
Normal file
1
third_party/sqlite3/dbstat.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/dbstat.c"
|
1
third_party/sqlite3/decimal.shell.c
vendored
Normal file
1
third_party/sqlite3/decimal.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/decimal.c"
|
1
third_party/sqlite3/delete.shell.c
vendored
Normal file
1
third_party/sqlite3/delete.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/delete.c"
|
120
third_party/sqlite3/dog.py
vendored
Normal file
120
third_party/sqlite3/dog.py
vendored
Normal file
|
@ -0,0 +1,120 @@
|
||||||
|
sauce = '''
|
||||||
|
alter
|
||||||
|
analyze
|
||||||
|
appendvfs
|
||||||
|
attach
|
||||||
|
auth
|
||||||
|
backup
|
||||||
|
bitvec
|
||||||
|
btmutex
|
||||||
|
btree
|
||||||
|
build
|
||||||
|
callback
|
||||||
|
complete
|
||||||
|
completion
|
||||||
|
ctime
|
||||||
|
date
|
||||||
|
dbdata
|
||||||
|
dbpage
|
||||||
|
dbstat
|
||||||
|
decimal
|
||||||
|
delete
|
||||||
|
expr
|
||||||
|
fault
|
||||||
|
fileio
|
||||||
|
fkey
|
||||||
|
fts3
|
||||||
|
fts3_aux
|
||||||
|
fts3_expr
|
||||||
|
fts3_hash
|
||||||
|
fts3_icu
|
||||||
|
fts3_porter
|
||||||
|
fts3_snippet
|
||||||
|
fts3_tokenize_vtab
|
||||||
|
fts3_tokenizer
|
||||||
|
fts3_tokenizer1
|
||||||
|
fts3_unicode
|
||||||
|
fts3_unicode2
|
||||||
|
fts3_write
|
||||||
|
fts5
|
||||||
|
func
|
||||||
|
global
|
||||||
|
hash
|
||||||
|
icu
|
||||||
|
ieee754
|
||||||
|
insert
|
||||||
|
json
|
||||||
|
legacy
|
||||||
|
loadext
|
||||||
|
main
|
||||||
|
malloc
|
||||||
|
mem0
|
||||||
|
mem1
|
||||||
|
mem2
|
||||||
|
mem3
|
||||||
|
mem5
|
||||||
|
memdb
|
||||||
|
memjournal
|
||||||
|
memtrace
|
||||||
|
mutex
|
||||||
|
mutex_noop
|
||||||
|
mutex_unix
|
||||||
|
notify
|
||||||
|
opcodes
|
||||||
|
os
|
||||||
|
os_unix
|
||||||
|
os_win
|
||||||
|
pager
|
||||||
|
parse
|
||||||
|
pcache
|
||||||
|
pcache1
|
||||||
|
pragma
|
||||||
|
prepare
|
||||||
|
printf
|
||||||
|
random
|
||||||
|
resolve
|
||||||
|
rowset
|
||||||
|
rtree
|
||||||
|
select
|
||||||
|
series
|
||||||
|
shathree
|
||||||
|
shell
|
||||||
|
sqlar
|
||||||
|
sqlite3expert
|
||||||
|
sqlite3rbu
|
||||||
|
sqlite3session
|
||||||
|
status
|
||||||
|
stmt
|
||||||
|
table
|
||||||
|
threads
|
||||||
|
tokenize
|
||||||
|
treeview
|
||||||
|
trigger
|
||||||
|
uint
|
||||||
|
update
|
||||||
|
upsert
|
||||||
|
userauth
|
||||||
|
utf
|
||||||
|
util
|
||||||
|
vacuum
|
||||||
|
vdbe
|
||||||
|
vdbeapi
|
||||||
|
vdbeaux
|
||||||
|
vdbeblob
|
||||||
|
vdbemem
|
||||||
|
vdbesort
|
||||||
|
vdbetrace
|
||||||
|
vdbevtab
|
||||||
|
vtab
|
||||||
|
wal
|
||||||
|
walker
|
||||||
|
where
|
||||||
|
wherecode
|
||||||
|
whereexpr
|
||||||
|
window
|
||||||
|
zipfile
|
||||||
|
'''.split()
|
||||||
|
|
||||||
|
for s in sauce:
|
||||||
|
with open('third_party/sqlite3/%s.shell.c' % (s), 'w') as f:
|
||||||
|
f.write('#include "third_party/sqlite3/%s.c"\n' % (s))
|
1
third_party/sqlite3/expr.shell.c
vendored
Normal file
1
third_party/sqlite3/expr.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/expr.c"
|
1
third_party/sqlite3/fault.shell.c
vendored
Normal file
1
third_party/sqlite3/fault.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/fault.c"
|
1
third_party/sqlite3/fileio.shell.c
vendored
Normal file
1
third_party/sqlite3/fileio.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/fileio.c"
|
1
third_party/sqlite3/fkey.shell.c
vendored
Normal file
1
third_party/sqlite3/fkey.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/fkey.c"
|
1
third_party/sqlite3/fts3.shell.c
vendored
Normal file
1
third_party/sqlite3/fts3.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/fts3.c"
|
1
third_party/sqlite3/fts3_aux.shell.c
vendored
Normal file
1
third_party/sqlite3/fts3_aux.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/fts3_aux.c"
|
1
third_party/sqlite3/fts3_expr.shell.c
vendored
Normal file
1
third_party/sqlite3/fts3_expr.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/fts3_expr.c"
|
1
third_party/sqlite3/fts3_hash.shell.c
vendored
Normal file
1
third_party/sqlite3/fts3_hash.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/fts3_hash.c"
|
1
third_party/sqlite3/fts3_icu.shell.c
vendored
Normal file
1
third_party/sqlite3/fts3_icu.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/fts3_icu.c"
|
1
third_party/sqlite3/fts3_porter.shell.c
vendored
Normal file
1
third_party/sqlite3/fts3_porter.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/fts3_porter.c"
|
1
third_party/sqlite3/fts3_snippet.shell.c
vendored
Normal file
1
third_party/sqlite3/fts3_snippet.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/fts3_snippet.c"
|
1
third_party/sqlite3/fts3_tokenize_vtab.shell.c
vendored
Normal file
1
third_party/sqlite3/fts3_tokenize_vtab.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/fts3_tokenize_vtab.c"
|
1
third_party/sqlite3/fts3_tokenizer.shell.c
vendored
Normal file
1
third_party/sqlite3/fts3_tokenizer.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/fts3_tokenizer.c"
|
1
third_party/sqlite3/fts3_tokenizer1.shell.c
vendored
Normal file
1
third_party/sqlite3/fts3_tokenizer1.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/fts3_tokenizer1.c"
|
1
third_party/sqlite3/fts3_unicode.shell.c
vendored
Normal file
1
third_party/sqlite3/fts3_unicode.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/fts3_unicode.c"
|
1
third_party/sqlite3/fts3_unicode2.shell.c
vendored
Normal file
1
third_party/sqlite3/fts3_unicode2.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/fts3_unicode2.c"
|
1
third_party/sqlite3/fts3_write.c
vendored
1
third_party/sqlite3/fts3_write.c
vendored
|
@ -21,6 +21,7 @@
|
||||||
#if !defined(SQLITE_CORE) || defined(SQLITE_ENABLE_FTS3)
|
#if !defined(SQLITE_CORE) || defined(SQLITE_ENABLE_FTS3)
|
||||||
|
|
||||||
#include "libc/assert.h"
|
#include "libc/assert.h"
|
||||||
|
#include "libc/mem/alg.h"
|
||||||
#include "libc/mem/mem.h"
|
#include "libc/mem/mem.h"
|
||||||
#include "libc/stdio/stdio.h"
|
#include "libc/stdio/stdio.h"
|
||||||
#include "libc/str/str.h"
|
#include "libc/str/str.h"
|
||||||
|
|
1
third_party/sqlite3/fts3_write.shell.c
vendored
Normal file
1
third_party/sqlite3/fts3_write.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/fts3_write.c"
|
3
third_party/sqlite3/fts5.c
vendored
3
third_party/sqlite3/fts5.c
vendored
|
@ -608,6 +608,7 @@ struct fts5_api {
|
||||||
SQLITE_EXTENSION_INIT1
|
SQLITE_EXTENSION_INIT1
|
||||||
|
|
||||||
#include "libc/assert.h"
|
#include "libc/assert.h"
|
||||||
|
#include "libc/math.h"
|
||||||
#include "libc/str/str.h"
|
#include "libc/str/str.h"
|
||||||
|
|
||||||
#ifndef SQLITE_AMALGAMATION
|
#ifndef SQLITE_AMALGAMATION
|
||||||
|
@ -21097,7 +21098,7 @@ static int sqlite3Fts5TokenizerInit(fts5_api *pApi){
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include <assert.h>
|
#include "libc/assert.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
1
third_party/sqlite3/fts5.shell.c
vendored
Normal file
1
third_party/sqlite3/fts5.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/fts5.c"
|
1
third_party/sqlite3/func.shell.c
vendored
Normal file
1
third_party/sqlite3/func.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/func.c"
|
1
third_party/sqlite3/global.shell.c
vendored
Normal file
1
third_party/sqlite3/global.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/global.c"
|
1
third_party/sqlite3/hash.shell.c
vendored
Normal file
1
third_party/sqlite3/hash.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/hash.c"
|
1
third_party/sqlite3/icu.shell.c
vendored
Normal file
1
third_party/sqlite3/icu.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/icu.c"
|
1
third_party/sqlite3/ieee754.shell.c
vendored
Normal file
1
third_party/sqlite3/ieee754.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/ieee754.c"
|
1
third_party/sqlite3/insert.shell.c
vendored
Normal file
1
third_party/sqlite3/insert.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/insert.c"
|
1
third_party/sqlite3/json.shell.c
vendored
Normal file
1
third_party/sqlite3/json.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/json.c"
|
1
third_party/sqlite3/legacy.shell.c
vendored
Normal file
1
third_party/sqlite3/legacy.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/legacy.c"
|
1
third_party/sqlite3/loadext.shell.c
vendored
Normal file
1
third_party/sqlite3/loadext.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/loadext.c"
|
1
third_party/sqlite3/main.shell.c
vendored
Normal file
1
third_party/sqlite3/main.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/main.c"
|
1
third_party/sqlite3/malloc.shell.c
vendored
Normal file
1
third_party/sqlite3/malloc.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/malloc.c"
|
1
third_party/sqlite3/mem0.shell.c
vendored
Normal file
1
third_party/sqlite3/mem0.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/mem0.c"
|
1
third_party/sqlite3/mem1.shell.c
vendored
Normal file
1
third_party/sqlite3/mem1.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/mem1.c"
|
1
third_party/sqlite3/mem2.shell.c
vendored
Normal file
1
third_party/sqlite3/mem2.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/mem2.c"
|
1
third_party/sqlite3/mem3.shell.c
vendored
Normal file
1
third_party/sqlite3/mem3.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/mem3.c"
|
1
third_party/sqlite3/mem5.shell.c
vendored
Normal file
1
third_party/sqlite3/mem5.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/mem5.c"
|
1
third_party/sqlite3/memdb.shell.c
vendored
Normal file
1
third_party/sqlite3/memdb.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/memdb.c"
|
1
third_party/sqlite3/memjournal.shell.c
vendored
Normal file
1
third_party/sqlite3/memjournal.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/memjournal.c"
|
1
third_party/sqlite3/memtrace.shell.c
vendored
Normal file
1
third_party/sqlite3/memtrace.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/memtrace.c"
|
1
third_party/sqlite3/mutex.shell.c
vendored
Normal file
1
third_party/sqlite3/mutex.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/mutex.c"
|
1
third_party/sqlite3/mutex_noop.shell.c
vendored
Normal file
1
third_party/sqlite3/mutex_noop.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/mutex_noop.c"
|
1
third_party/sqlite3/mutex_unix.shell.c
vendored
Normal file
1
third_party/sqlite3/mutex_unix.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/mutex_unix.c"
|
1
third_party/sqlite3/notify.shell.c
vendored
Normal file
1
third_party/sqlite3/notify.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/notify.c"
|
1
third_party/sqlite3/opcodes.shell.c
vendored
Normal file
1
third_party/sqlite3/opcodes.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/opcodes.c"
|
1
third_party/sqlite3/os.shell.c
vendored
Normal file
1
third_party/sqlite3/os.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/os.c"
|
1
third_party/sqlite3/os_unix.shell.c
vendored
Normal file
1
third_party/sqlite3/os_unix.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/os_unix.c"
|
1
third_party/sqlite3/os_win.shell.c
vendored
Normal file
1
third_party/sqlite3/os_win.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/os_win.c"
|
1
third_party/sqlite3/pager.shell.c
vendored
Normal file
1
third_party/sqlite3/pager.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/pager.c"
|
1
third_party/sqlite3/parse.shell.c
vendored
Normal file
1
third_party/sqlite3/parse.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/parse.c"
|
1
third_party/sqlite3/pcache.shell.c
vendored
Normal file
1
third_party/sqlite3/pcache.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/pcache.c"
|
1
third_party/sqlite3/pcache1.shell.c
vendored
Normal file
1
third_party/sqlite3/pcache1.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/pcache1.c"
|
1
third_party/sqlite3/pragma.shell.c
vendored
Normal file
1
third_party/sqlite3/pragma.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/pragma.c"
|
1
third_party/sqlite3/prepare.shell.c
vendored
Normal file
1
third_party/sqlite3/prepare.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/prepare.c"
|
1
third_party/sqlite3/printf.shell.c
vendored
Normal file
1
third_party/sqlite3/printf.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/printf.c"
|
1
third_party/sqlite3/random.shell.c
vendored
Normal file
1
third_party/sqlite3/random.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/random.c"
|
1
third_party/sqlite3/resolve.shell.c
vendored
Normal file
1
third_party/sqlite3/resolve.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/resolve.c"
|
1
third_party/sqlite3/rowset.shell.c
vendored
Normal file
1
third_party/sqlite3/rowset.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/rowset.c"
|
1
third_party/sqlite3/rtree.shell.c
vendored
Normal file
1
third_party/sqlite3/rtree.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/rtree.c"
|
1
third_party/sqlite3/select.shell.c
vendored
Normal file
1
third_party/sqlite3/select.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/select.c"
|
1
third_party/sqlite3/series.shell.c
vendored
Normal file
1
third_party/sqlite3/series.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/series.c"
|
1
third_party/sqlite3/shathree.shell.c
vendored
Normal file
1
third_party/sqlite3/shathree.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/shathree.c"
|
14375
third_party/sqlite3/shell.c
vendored
14375
third_party/sqlite3/shell.c
vendored
File diff suppressed because it is too large
Load diff
1
third_party/sqlite3/sqlar.shell.c
vendored
Normal file
1
third_party/sqlite3/sqlar.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/sqlar.c"
|
1
third_party/sqlite3/sqlite3expert.shell.c
vendored
Normal file
1
third_party/sqlite3/sqlite3expert.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/sqlite3expert.c"
|
1
third_party/sqlite3/sqlite3rbu.shell.c
vendored
Normal file
1
third_party/sqlite3/sqlite3rbu.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/sqlite3rbu.c"
|
1
third_party/sqlite3/sqlite3session.shell.c
vendored
Normal file
1
third_party/sqlite3/sqlite3session.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/sqlite3session.c"
|
1
third_party/sqlite3/status.shell.c
vendored
Normal file
1
third_party/sqlite3/status.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/status.c"
|
1
third_party/sqlite3/stmt.shell.c
vendored
Normal file
1
third_party/sqlite3/stmt.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/stmt.c"
|
1
third_party/sqlite3/table.shell.c
vendored
Normal file
1
third_party/sqlite3/table.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/table.c"
|
1
third_party/sqlite3/threads.shell.c
vendored
Normal file
1
third_party/sqlite3/threads.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/threads.c"
|
1
third_party/sqlite3/tokenize.shell.c
vendored
Normal file
1
third_party/sqlite3/tokenize.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/tokenize.c"
|
1
third_party/sqlite3/treeview.shell.c
vendored
Normal file
1
third_party/sqlite3/treeview.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/treeview.c"
|
1
third_party/sqlite3/trigger.shell.c
vendored
Normal file
1
third_party/sqlite3/trigger.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/trigger.c"
|
1
third_party/sqlite3/uint.shell.c
vendored
Normal file
1
third_party/sqlite3/uint.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/uint.c"
|
1
third_party/sqlite3/update.shell.c
vendored
Normal file
1
third_party/sqlite3/update.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/update.c"
|
1
third_party/sqlite3/upsert.shell.c
vendored
Normal file
1
third_party/sqlite3/upsert.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/upsert.c"
|
1
third_party/sqlite3/userauth.shell.c
vendored
Normal file
1
third_party/sqlite3/userauth.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/userauth.c"
|
1
third_party/sqlite3/utf.shell.c
vendored
Normal file
1
third_party/sqlite3/utf.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/utf.c"
|
1
third_party/sqlite3/util.shell.c
vendored
Normal file
1
third_party/sqlite3/util.shell.c
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "third_party/sqlite3/util.c"
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue