line |
true |
false |
branch |
45
|
0 |
0 |
if( sqlite_malloc_failed ) goto copy_cleanup; |
48
|
0 |
0 |
if( pTab==0 || sqliteIsReadOnly(pParse, pTab, 0) ) goto copy_cleanup; |
|
0 |
0 |
if( pTab==0 || sqliteIsReadOnly(pParse, pTab, 0) ) goto copy_cleanup; |
53
|
0 |
0 |
if( sqliteAuthCheck(pParse, SQLITE_INSERT, pTab->zName, 0, zDb) |
54
|
0 |
0 |
|| sqliteAuthCheck(pParse, SQLITE_COPY, pTab->zName, zFile, zDb) ){ |
58
|
0 |
0 |
if( v ){ |
63
|
0 |
0 |
if( db->flags & SQLITE_CountRows ){ |
68
|
0 |
0 |
if( pDelimiter ){ |
74
|
0 |
0 |
if( pTab->iPKey>=0 ){ |
80
|
0 |
0 |
for(i=0; inCol; i++){ |
81
|
0 |
0 |
if( i==pTab->iPKey ){ |
92
|
0 |
0 |
if( (db->flags & SQLITE_CountRows)!=0 ){ |
99
|
0 |
0 |
if( db->flags & SQLITE_CountRows ){ |