-
I recently upgraded RP server from 5.4.0 to 5.6.0, where there was a bug in 5.4.0 that it did not remove old launches
Now in 5.6.0 I see that indeed old launches were removed according to the policy,…
-
Apologies in advance -- this is probably doubling up on #1200 and #1208, but I'm curious as to whether there's any workaround whatsoever (as I really would like to use postgresql with my project, but …
-
It has been noted that on IOS Mobile and on OSX (tested on a MacBookPro) that the page will render but data never loads, while the UI displays the "Loading..." animation forever...
![image](https:/…
-
The exception occurs when using a PostgreSQL or MySQL database. Not sure, if you like to support databases other than SqlServer and Sqlite. At least, there is a comment in the code SqlServerDialect.cs…
-
## Issue
**Impacted version**: 4.35.3
**Deployment mode**: Webapp in a Tomcat container (Apache Tomcat/9.0.48)
**Problem description**:
Today I updated gitbucket, since the update I can no lon…
-
### Environment
- VerneMQ Version: Latest
- OS: Linux, Docker image
- Docker image: tried vernemq/vernemq and erlio/docker-vernemq
- docker-compose file
`version: "3.8"`
`services:`
`vernem…
-
**Describe the bug**
Digitizer: Druck von Sachdaten zum Objekt via print: true
Im Digitzer war es möglich über ein Objekt einen Druck anzustoßen und Sachdaten im Druck auszugeben.
-> print: true
…
-
I have a simple query with one `where` condition like this:
```csharp
_context.Table.Where(
x => x.Source == fileTag.Source
&& x.TagId == fileTag.Tag.Id
…
-
Hello
Is it possible to get rowcount from Redshift (clone of Postrgesql 8)?
`import pg8000
connection_db = pg8000.connect( database=...)
cursor = connection_db.cursor()
cursor.execute("SELEC…
-
Dear All,
I am running synapse-1.31.0 as a docker container using a postregsql 11 server on a debian buster virtual machine. This is my only postgresql application, all my other DBs are mariadb.
…