-
Stack overflow exception then trying to get sqlite schema on an empty turso database on Windows (only). Works on linux (Fedora v40), unknown for MacOs.
```
use libsql::{Builder, Connection};
…
-
OrientDB Version: 3.2.32
Java Version: 17
OS: Windows
After the fix https://github.com/orientechnologies/orientdb/issues/10281, several new bugs were discovered:
First Bug: It is still impos…
-
There's been a long-time desire to support LIKE queries in Ghost.
From a user perspective, this would allow us to do "contains", "startsWith" and "endsWith" type filters.
**Reference implementa…
-
![image](https://github.com/serratus-bio/open-virome/assets/9220907/b2d53db2-f991-4ae6-8ca9-105221c0038f)
To give finer control over queries, allow for explicit definition of the query. I would a…
-
### What happened?
when user click on usage, nothing appear (no vlaues ) but an error is raised
### Relevant log output
```shell
error":{"message":"/global/spend/logs Errorrelation \"MonthlyGloba…
-
### Describe the use case
frame exclusion reference: https://www.postgresql.org/docs/current/sql-expressions.html#:~:text=The%20frame_exclusion%20option%20allows%20rows,ordering%20peers%20from%20th…
-
```
$query = $this->builder->update(Mwst::TABLE, [ 'standard' => '0'] );
$query->where()
->notEquals('id', $vat->get('id') )
->eq( 'sid', $this->login->ge…
-
We are using eclipse [SQL Query Builder](https://help.eclipse.org/latest/index.jsp?topic=%2Forg.eclipse.datatools.sqltools.doc.user%2Fdoc%2Fhtml%2Fasc1229700427574.html) for parsing SQL statements.
T…
-
When building business webApps one needs to expose much of the database with the default operations of CRUD.
An ORM lib would handle this, but i prefer to stay much closer to SQL queries than pushing…
-
OrientDB Version: 3.2.33
Java Version: 21
OS: Windows
### I encountered an issue in OrientDB when using the `contains` clause with a parameter passed through a map. The filtering fails and retur…