diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 10:21:23 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 10:21:23 +0000 |
commit | 1d1f878054efdd1171a8cb006e59ad0727610293 (patch) | |
tree | e4434b89d2dbba884e57f6a6cd3c7fc294554ccf /databases/p5-Relations-Query | |
parent | 43b793a6f26531f807a7b7c16a1db3bf6b53f26d (diff) | |
download | ports-1d1f878054efdd1171a8cb006e59ad0727610293.tar.gz ports-1d1f878054efdd1171a8cb006e59ad0727610293.zip |
Notes
Diffstat (limited to 'databases/p5-Relations-Query')
-rw-r--r-- | databases/p5-Relations-Query/pkg-descr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-Relations-Query/pkg-descr b/databases/p5-Relations-Query/pkg-descr index 14b63c46b6ac..2abd48adb6b2 100644 --- a/databases/p5-Relations-Query/pkg-descr +++ b/databases/p5-Relations-Query/pkg-descr @@ -1,6 +1,6 @@ With Relations::Query you can create a 'select' query by creating a new -query object, and passing hashes, arrays, or strings of info to the -constructor, such as what's within the variables clause, what to order +query object, and passing hashes, arrays, or strings of info to the +constructor, such as what's within the variables clause, what to order by, etc. You can also add and override clause info in the query as well, on both a permanent and temporary basis. With the to_string() function, you can create a query string from a hash, query object or |