Home
last modified time | relevance | path

Searched refs:add (Results 1 – 25 of 80) sorted by relevance

1234

/sqlite-3.40.0/test/
H A Dalter4.test131 } {1 {Cannot add a PRIMARY KEY column}}
136 } {1 {Cannot add a UNIQUE column}}
146 } {1 {Cannot add a NOT NULL column with default value NULL}}
158 alter table v1 add column d;
160 } {1 {Cannot add a column to a view}}
164 alter table t1 add column d DEFAULT CURRENT_TIME;
166 } {1 {Cannot add a column with non-constant default}}
169 alter table t1 add column d default (-5+1);
171 } {1 {Cannot add a column with non-constant default}}
412 } {1 {Cannot add a REFERENCES column with non-NULL default value}}
H A Dalter3.test122 } {1 {Cannot add a PRIMARY KEY column}}
127 } {1 {Cannot add a UNIQUE column}}
137 } {1 {Cannot add a NOT NULL column with default value NULL}}
149 alter table v1 add column d;
151 } {1 {Cannot add a column to a view}}
155 alter table t1 add column d DEFAULT CURRENT_TIME;
157 } {1 {Cannot add a column with non-constant default}}
H A Dtkt2920.test39 # Try to add a single new page to the full database. We get
51 # but then try to add a two-page record. This also fails.
H A Djson101.test732 "add.footnote":true,
737 "add.footnote":false,
742 "add.footnote":false,
751add.footnote":true,"summary.report":true},"dis.legomenon":{"transliterate":false,"add.footnote":fa…
H A Dmalloctraceviewer.tcl196 .pan add .pan.tree
197 .pan add .pan.right
H A Dtclsqlite.test720 proc add {a b} { return [expr $a + $b] }
723 db function add_i -returntype integer add
724 db function add_r -ret real add
725 db function add_t -return text add
726 db function add_b -returntype blob add
727 db function add_a -returntype any add
H A Dstrict1.test132 } {1 {error in table t4 after add column: unknown datatype for t4.d: "VARCHAR"}}
135 } {1 {error in table t4 after add column: missing datatype for t4.d}}
H A Dchanges.test20 # rollover, add the following line to the array of test cases below. The
H A DvtabK.test81 } {1 {error in table t2 after add column: subqueries prohibited in generated columns}}
H A Dtkt3419.test16 # add new test cases.
H A DanalyzeD.test33 # * Then add 7 rows with a new value for "a" - 3001. The stat4 table will
H A DvtabC.test54 # Create a table m and add triggers to make changes on all
H A Dbusy2.test57 # Make the db a WAL mode db. And add a table and a row to it. Then open
H A Dwalcrash2.test45 # walcrash2-1.2: Have an external process open a transaction, add 8 entries
/sqlite-3.40.0/contrib/
H A Dsqlitecon.tcl52 $m add command -label {Close} -command "destroy $w"
66 $m add command -label Cut -command "sqlitecon::Cut $w.t"
67 $m add command -label Copy -command "sqlitecon::Copy $w.t"
68 $m add command -label Paste -command "sqlitecon::Paste $w.t"
69 $m add command -label {Clear Screen} -command "sqlitecon::Clear $w.t"
70 $m add separator
71 $m add command -label {Save As...} -command "sqlitecon::SaveFile $w.t"
484 $w tag add sel $first $last
/sqlite-3.40.0/
H A Dltmain.sh5731 add="-l$name"
5734 add="-l$name"
5754 test -n "$add" && compile_deplibs="$add $compile_deplibs"
5757 test -n "$add" && deplibs="$add $deplibs"
5772 add=
5779 add="-l$name"
5785 add="-l$name"
5791 add="$libdir/$linklib"
5804 add="-l$name"
5809 test -n "$add" && finalize_deplibs="$add $finalize_deplibs"
[all …]
/sqlite-3.40.0/doc/
H A Dtrusted-schema.md8 definition with a view. Or the attacker might add triggers to tables
9 or views, or add new CHECK constraints or generated columns or indexes
59 We do not want an attacker to be able to add these kinds of things to
64 Legacy applications might add other risky functions or vtabs. Those will
/sqlite-3.40.0/ext/repair/test/
H A DREADME.md13 Optionally add the full pathnames of individual *.test modules
/sqlite-3.40.0/ext/wasm/
H A Ddemo-jsstorage.js29 if(cssClass) ln.classList.add(cssClass);
H A Dbatch-runner.js99 if(cssClass) ln.classList.add(cssClass);
537 this.e.output.classList.add('reverse');
H A Ddemo-123.js27 if(cssClass) ln.classList.add(cssClass);
/sqlite-3.40.0/ext/fts5/test/
H A Dfts5doclist.test26 # Create a table with 1000 columns. Then add some large documents to it.
H A Dfts5aux.test84 proc prevrowid {add cmd} {
88 return [expr $res + $add]
/sqlite-3.40.0/ext/wasm/common/
H A DSqliteTestUtil.js210 f.ui.status.classList.add('hidden');
/sqlite-3.40.0/ext/wasm/jaccwabyt/
H A Djaccwabyt.md263 [StructBinderFactory][] can be configured to automatically add a
606 given string. TODO(?): add a 2nd parameter indicating whether it
684 assign it to the given member, and add the new string to this
733 > Potential TODO: add a way of passing ownership of the C-side struct
789 instance of [StructType][] and add the following struct-type-specific
913 static string memory. Simply add such a file to your WASM build,
1071 [^export-func]: In Emscripten, add its name, prefixed with `_`, to the

1234