move the type_t enum directly to the format_sql_condition function, which is the only place it should ever be used, and rename it to state_t.
modified pkg/pkgcli.h
@@ -175,18 +175,6 @@ struct query_flags {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
modified pkg/query.c
@@ -381,10 +381,22 @@ print_query(struct pkg *pkg, char *qstr, char multiline)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|