Searched refs:add (Results 1 – 25 of 80) sorted by relevance
1234
| /sqlite-3.40.0/test/ |
| H A D | alter4.test | 131 } {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 D | alter3.test | 122 } {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 D | tkt2920.test | 39 # 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 D | json101.test | 732 "add.footnote":true, 737 "add.footnote":false, 742 "add.footnote":false, 751 …add.footnote":true,"summary.report":true},"dis.legomenon":{"transliterate":false,"add.footnote":fa…
|
| H A D | malloctraceviewer.tcl | 196 .pan add .pan.tree 197 .pan add .pan.right
|
| H A D | tclsqlite.test | 720 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 D | strict1.test | 132 } {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 D | changes.test | 20 # rollover, add the following line to the array of test cases below. The
|
| H A D | vtabK.test | 81 } {1 {error in table t2 after add column: subqueries prohibited in generated columns}}
|
| H A D | tkt3419.test | 16 # add new test cases.
|
| H A D | analyzeD.test | 33 # * Then add 7 rows with a new value for "a" - 3001. The stat4 table will
|
| H A D | vtabC.test | 54 # Create a table m and add triggers to make changes on all
|
| H A D | busy2.test | 57 # Make the db a WAL mode db. And add a table and a row to it. Then open
|
| H A D | walcrash2.test | 45 # walcrash2-1.2: Have an external process open a transaction, add 8 entries
|
| /sqlite-3.40.0/contrib/ |
| H A D | sqlitecon.tcl | 52 $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 D | ltmain.sh | 5731 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 D | trusted-schema.md | 8 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 D | README.md | 13 Optionally add the full pathnames of individual *.test modules
|
| /sqlite-3.40.0/ext/wasm/ |
| H A D | demo-jsstorage.js | 29 if(cssClass) ln.classList.add(cssClass);
|
| H A D | batch-runner.js | 99 if(cssClass) ln.classList.add(cssClass); 537 this.e.output.classList.add('reverse');
|
| H A D | demo-123.js | 27 if(cssClass) ln.classList.add(cssClass);
|
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5doclist.test | 26 # Create a table with 1000 columns. Then add some large documents to it.
|
| H A D | fts5aux.test | 84 proc prevrowid {add cmd} { 88 return [expr $res + $add]
|
| /sqlite-3.40.0/ext/wasm/common/ |
| H A D | SqliteTestUtil.js | 210 f.ui.status.classList.add('hidden');
|
| /sqlite-3.40.0/ext/wasm/jaccwabyt/ |
| H A D | jaccwabyt.md | 263 [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