[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/triples d04bc2f564 05/10: Correct README reference to t
From: |
ELPA Syncer |
Subject: |
[elpa] externals/triples d04bc2f564 05/10: Correct README reference to triples-with-predicate-object |
Date: |
Sat, 10 Jun 2023 13:00:11 -0400 (EDT) |
branch: externals/triples
commit d04bc2f564774c0ee05b18c86177ed9590cc8c42
Author: Andrew Hyatt <ahyatt@gmail.com>
Commit: Andrew Hyatt <ahyatt@gmail.com>
Correct README reference to triples-with-predicate-object
The new function name is triples-subject-with-predicate-object.
This fixes https://github.com/ahyatt/triples/issues/3.
---
README.org | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.org b/README.org
index c649927bfb..1494a7ee7c 100644
--- a/README.org
+++ b/README.org
@@ -83,7 +83,7 @@ There are other useful functions, including:
- =triples-get-types=, which gets all the types a subject has,
- =triples-delete-subject=, which deletes all data associated with a subject,
- =triples-with-predicate=, gets all triples that is about a specific property,
-- =triples-with-predicate-object=, get all subjects whose predicate is equal
to /object/,
+- =triples-subject-with-predicate-object=, get all subjects whose predicate is
equal to /object/,
- =triples-subjects-of-type=, get all subjects which have a particular type.
** Predicates, with type and without
Sometimes the triples library will require predicates that are without type,
and sometimes with type, or "combined predicates". The rule is that if the
type is already specified in the function, it does not need to be respecified.
If the type is not specified, it is included in the combined predicate.
- [elpa] externals/triples updated (33d78d828e -> 192da8373e), ELPA Syncer, 2023/06/10
- [elpa] externals/triples 45dc57703a 01/10: Fix emacsql/buit-in sqlite incompatibility, ELPA Syncer, 2023/06/10
- [elpa] externals/triples fed7932d97 09/10: Fix for issue where schema additions would overwrite existing data., ELPA Syncer, 2023/06/10
- [elpa] externals/triples a6cea08612 02/10: Test a variety of subject types for emacsql/builtin compatibility, ELPA Syncer, 2023/06/10
- [elpa] externals/triples d04bc2f564 05/10: Correct README reference to triples-with-predicate-object,
ELPA Syncer <=
- [elpa] externals/triples de8867e079 07/10: Fix more fundamental differences between sqlite and emacsql, ELPA Syncer, 2023/06/10
- [elpa] externals/triples 2465cbbc7f 04/10: Update copyright to 2023, ELPA Syncer, 2023/06/10
- [elpa] externals/triples 668363c6e7 03/10: Provide triples-upgrade-to-0.3 for builtin sqlite users, ELPA Syncer, 2023/06/10
- [elpa] externals/triples 28d497ff23 06/10: Fix mangled test, triples-readme, ELPA Syncer, 2023/06/10
- [elpa] externals/triples a8dd90ce9a 08/10: Remove leftover development-only function in triples-upgrade, ELPA Syncer, 2023/06/10
- [elpa] externals/triples 192da8373e 10/10: Change text in README saying triples package is very new, ELPA Syncer, 2023/06/10