-
The `User` model uses class methods to perform simple query "extensions" which could be achieved using scopes.
Whilst I try and avoid scopes because I believe they can lead to query leakage I do beli…
-
When using a "chained queryset" to do the pagination (obtained through `itertools.chain` method) the following exception is raised: `Exception Value: 'itertools.chain' object has no attribute '__getit…
-
```
class Article(models.Model):
...
tags = models.ManyToManyField('Tag', blank=True, verbose_name=_(u"Tags ..."))
```
With a simple model like this, I can't filter Articles with tag "Car…
-
At ArangoDB (Apache 2.0 licensed NoSQL multi-model database with an embedded V8 environment) [we're using an `aql` template tag](https://docs.arangodb.com/3.2/Manual/Appendix/JavaScriptModules/ArangoD…
pluma updated
4 years ago
-
Goal: Support almost all current charms
Rough plan:
- Spawning a new charm from a recipe: Call `run`, assign an id to the cell, then persist it (call `persist(cell, id?`), which also calls `load` …
-
**Current Design of MIST**
- A query is partitioned to multiple partitioned queries
- Each partitioned query has a queue
- Each queue contains tasks of the partitioned query
- E.g) A task consists o…
-
If I configure a repository with Push, the performance of the SPARQL query is extremely slow and might not return within timeout.
If I create the same repository but with Push disabled the performa…
-
I've recently started using blocky and it's been great so far.
So far I've used Custom records to implement [lancache redirects](https://github.com/uklans/cache-domains).
I however I cannot see a…
-
_TruthTalk_ is a protocol for exchanging data between application-level logic and a persistence layer, which need not be on the same machine. TruthTalk operates on a query/response basis. TruthTalk qu…
-
A continuation of the ideas laid out in #132.
This would basically let the user do multiple queries of arbitrary types on the same half of a log ratio. Think sort of akin to SQL queries.
Somethi…