• Home
  • Raw
  • Download

Lines Matching refs:BLOB

70418 +      "filler BLOB NOT NULL)";
70560 + // All rows should be recovered. Only the BLOB in the last row was damaged.
80003 -** of the file named X is read and returned as a BLOB. NULL is returned
84473 +** of the file named X is read and returned as a BLOB. NULL is returned
91145 ** value from sqlite3_column_blob() for a zero-length BLOB is a NULL pointer.
91164 ** <tr><td> TEXT <td> BLOB <td> No change
91165 ** <tr><td> BLOB <td> INTEGER <td> [CAST] to INTEGER
91166 ** <tr><td> BLOB <td> FLOAT <td> [CAST] to REAL
91167 -** <tr><td> BLOB <td> TEXT <td> Add a zero terminator if needed
91168 +** <tr><td> BLOB <td> TEXT <td> [CAST] to TEXT, ensure zero terminator
93127 + char *z; /* String or BLOB value */
93133 - char *z; /* String or BLOB value */
93199 #define MEM_Blob 0x0010 /* Value is a BLOB */
94112 + case COLTYPE_BLOB: printf(" BLOB"); break;
98098 /* EVIDENCE-OF: R-14606-31564 Value is a BLOB that is (N-12)/2 bytes in
104251 int bHasAffBlob; /* At least one column in apExpr[] as affinity BLOB */
110519 - /* 143 */ "BLOB",
110664 + /* 144 */ "BLOB",
111704 - 201, /* (179) term ::= NULL|FLOAT|BLOB */
111890 + 202, /* (179) term ::= NULL|FLOAT|BLOB */
113354 case 179: /* term ::= NULL|FLOAT|BLOB */
115978 ** value from sqlite3_column_blob() for a zero-length BLOB is a NULL pointer.
115997 ** <tr><td> TEXT <td> BLOB <td> No change
115998 ** <tr><td> BLOB <td> INTEGER <td> [CAST] to INTEGER
115999 ** <tr><td> BLOB <td> FLOAT <td> [CAST] to REAL
116000 -** <tr><td> BLOB <td> TEXT <td> Add a zero terminator if needed
116001 +** <tr><td> BLOB <td> TEXT <td> [CAST] to TEXT, ensure zero terminator
117638 -** of the file named X is read and returned as a BLOB. NULL is returned
122108 +** of the file named X is read and returned as a BLOB. NULL is returned
128780 ** value from sqlite3_column_blob() for a zero-length BLOB is a NULL pointer.
128799 ** <tr><td> TEXT <td> BLOB <td> No change
128800 ** <tr><td> BLOB <td> INTEGER <td> [CAST] to INTEGER
128801 ** <tr><td> BLOB <td> FLOAT <td> [CAST] to REAL
128802 -** <tr><td> BLOB <td> TEXT <td> Add a zero terminator if needed
128803 +** <tr><td> BLOB <td> TEXT <td> [CAST] to TEXT, ensure zero terminator
130768 + char *z; /* String or BLOB value */
130774 - char *z; /* String or BLOB value */
130840 #define MEM_Blob 0x0010 /* Value is a BLOB */
131753 + case COLTYPE_BLOB: printf(" BLOB"); break;
135739 /* EVIDENCE-OF: R-14606-31564 Value is a BLOB that is (N-12)/2 bytes in
141892 int bHasAffBlob; /* At least one column in apExpr[] as affinity BLOB */
148325 - /* 153 */ "BLOB",
148475 + /* 154 */ "BLOB",
149665 - 215, /* (182) term ::= NULL|FLOAT|BLOB */
149889 + 216, /* (182) term ::= NULL|FLOAT|BLOB */
151479 case 182: /* term ::= NULL|FLOAT|BLOB */
154370 ** value from sqlite3_column_blob() for a zero-length BLOB is a NULL pointer.
154389 ** <tr><td> TEXT <td> BLOB <td> No change
154390 ** <tr><td> BLOB <td> INTEGER <td> [CAST] to INTEGER
154391 ** <tr><td> BLOB <td> FLOAT <td> [CAST] to REAL
154392 -** <tr><td> BLOB <td> TEXT <td> Add a zero terminator if needed
154393 +** <tr><td> BLOB <td> TEXT <td> [CAST] to TEXT, ensure zero terminator
158436 + using the BLOB binding mechanism instead of the default
160079 +| 3696: 41 52 59 20 4b 45 59 2c 20 73 7a 20 42 4c 4f 42 ARY KEY, sz BLOB
160270 -** lsm1_key A BLOB which is the raw LSM key. If the "keytype"
160271 +** lsm1_key A BLOB which is the raw LSM key. If the "keytype"
160272 ** is BLOB or TEXT then this column is exactly the
168529 @@ -1091,6 +1105,7 @@ term(A) ::= NULL|FLOAT|BLOB(X). {A=tokenExpr(pParse,@X,X); /*A-overwrites-X*/}
170700 int bHasAffBlob; /* At least one column in apExpr[] as affinity BLOB */
174656 ** value from sqlite3_column_blob() for a zero-length BLOB is a NULL pointer.
174675 ** <tr><td> TEXT <td> BLOB <td> No change
174676 ** <tr><td> BLOB <td> INTEGER <td> [CAST] to INTEGER
174677 ** <tr><td> BLOB <td> FLOAT <td> [CAST] to REAL
174678 -** <tr><td> BLOB <td> TEXT <td> Add a zero terminator if needed
174679 +** <tr><td> BLOB <td> TEXT <td> [CAST] to TEXT, ensure zero terminator
176879 + case COLTYPE_BLOB: printf(" BLOB"); break;
179708 + char *z; /* String or BLOB value */
179714 - char *z; /* String or BLOB value */
179780 #define MEM_Blob 0x0010 /* Value is a BLOB */
181275 /* EVIDENCE-OF: R-14606-31564 Value is a BLOB that is (N-12)/2 bytes in
185678 + CREATE TABLE t1(a INT, b REAL, c TEXT, d BLOB, e ANY);
187328 + CREATE TABLE t1(a INT PRIMARY KEY, b BLOB, c INT) WITHOUT ROWID;
187630 } {1 {JSON cannot hold BLOB values}}
188683 +| 416: 75 65 20 42 4c 4f 42 29 60 06 07 17 21 21 01 81 ue BLOB)`...!!..
188689 +| 512: 73 69 7a 65 20 42 4c 4f 42 29 81 33 04 07 17 1f size BLOB).3....
188699 +| 672: 6f 74 20 42 4c 4f 42 2c 50 52 49 4d 41 52 59 20 ot BLOB,PRIMARY
188900 +| 416: 75 65 20 42 4c 4f 42 29 60 06 07 17 21 21 01 81 ue BLOB)`...!!..
188906 +| 512: 73 69 7a 65 20 42 4c 4f 42 29 81 33 04 07 17 1f size BLOB).3....
188916 +| 672: 6f 74 20 42 4c 4f 42 2c 50 52 49 4d 41 52 59 20 ot BLOB,PRIMARY