Add split_uid function to sqlite.
modified libpkg/pkgdb.c
@@ -78,6 +78,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -317,6 +318,40 @@ pkgdb_regex(sqlite3_context *ctx, int argc, sqlite3_value **argv)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -1547,7 +1582,8 @@ pkgdb_get_pattern_query(const char *pattern, match_t match)
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -1558,7 +1594,8 @@ pkgdb_get_pattern_query(const char *pattern, match_t match)
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -1570,7 +1607,8 @@ pkgdb_get_pattern_query(const char *pattern, match_t match)
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -1581,7 +1619,8 @@ pkgdb_get_pattern_query(const char *pattern, match_t match)
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -4138,6 +4177,8 @@ sqlcmd_init(sqlite3 *db, __unused const char **err,
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|