Differences From Artifact [6b04a97525]:
- File src/report.c — part of check-in [a4249d2180] at 2012-08-07 14:58:03 on branch trunk — The SQL parameter $login in the SQL for a report returns the name of the login name of the current user. (user: drh size: 33592) [more...]
To Artifact [87ef18958f]:
- File src/report.c — part of check-in [645f34834d] at 2012-09-05 12:55:23 on branch eclipse-project — const-qualification (user: jan.nijtmans size: 33598) [more...]
| ︙ | |||
168 169 170 171 172 173 174 | 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 | - + |
}
switch( code ){
case SQLITE_SELECT:
case SQLITE_FUNCTION: {
break;
}
case SQLITE_READ: {
|
| ︙ |