-
We need to examine Spark's DataFrame API as a possible alternative for representing our data (beyond RDDs). DataFrames are structured abstractions; as such, Spark understands the schema prior to execu…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Describe the bug
Using the `WaitForSandbox.AppHost` with the following code (just replace `Program.cs`):
```c…
-
In Drupal 7 field storage was made swappable to allow data to be stored in alternate places such as other database systems like mongodb. We have removed this ability in Backdrop CMS, but a lot of the …
-
This issue is for the rewrite of a significant portion of Liberapay's source code that I first mentioned in . The basic idea is to switch from SQL to a new database technology built from scratch in Py…
-
e.g. "get me all dog owners of dogs named Lassie, and resolve the owner's references to all dogs"
-
### Describe what you want
If I have a column with a `jsonb` type, and I supply `$type`, there should be a native way for me to query this field without having to use the sql operator and rawdog the …
-
## Roadmap
Here I am going to leave my thoughts about the next steps and their order of execution inside BlueLibs. Look at the latest comments.
A possible pathway:
- [ ] SQL Integration done Ri…
-
This would be a better abstraction as really the SQL scripts are an intrinsic part of the job-to-be-done (the WHAT) but the target properties/credentials (the WHERE) are orthogonal to this.
-
**Description**.
In the initial version of the application, the following functions must be implemented:
- The application is divided into several parts: core, client, server.
- The server an…
-
In my first attempts to constructing dynamic queries, I had something like:
```scala
def findFiltered(filter: Frag) = sql"SELECT * FROM table WHERE $filter"
findFiltered(sql"age = 12")
```
…