-
In ABAP, everything is stored in a relational database.
JSON files can be edited manually in any editor,
The developer can edit the JSON files changing any sorting of arrays, which is okay, but …
-
We have a DX problem with `db_add_field()` in that the term "field" is confusing. We have fields on entities, and fields in forms, but "field" is not a common term in databases, particularly relationa…
-
### Type of issue
Missing information
### Description
As example is shown for using the `verifySucceeded` to check if the transaction was successful.
```csharp
using var db = new Blogging…
-
#### System information:
- Operating system (distribution) and version: Ubuntu 11.0.1
- DBeaver version: v6.0.1
- Java version: 11.0.1
- Additional extensions: none
#### Connection specificati…
-
From relational databases perspective this is a set. Databases do not preserve order and using a List is meaningless, the order in them is unspecified (unless using so called indexed collections).
Us…
ghost updated
11 years ago
-
### Problem
I wasn't able to find the sql server native attribute FILESTREAM when creating a varbinary(max) column. this is really necessary to me.
### Suggested solution
Maybe add a native databas…
-
README: "The project at the moment has a dependency to a database to store the different tasks, basically id's and names and other dependency to create users for special features in the future".
The …
-
As the title suggests, Langchain using any of the common LLM models uses the following prompt
```
You are an agent designed to interact with a SQL database.
Given an input question, create a syn…
-
As noted in the "Potential future work" section of PR #681:
> The threading performance of annif hyperopt was already bad, and now it got worse. The solution could be to switch to process-based mul…
-
hasOne relations, just simple guid joins, don't seem to be updated properly, and hasMany relations, it doesn't even try to handle.
It does actually do a really good job traversing all the relational …