-
SQL statement (pure UPDATE) (see below). After parsing in parser_result target_tables are empty!
```
WITH data_table AS (
SELECT
id,
user_id,
recommended_vacancies,
push_dtm,
pus…
-
**Describe the bug**
Running `supabase test db` dies while installing pgTAP from CPAN.
**To Reproduce**
Steps to reproduce the behavior:
1. create a trivial test script that just check is auth.u…
-
## Bug report
### Describe the bug
This is a tracking issue for the various issues regarding lengths in the database being too long:
- `Error: ER_TOO_LONG_IDENT: Identifier name` - Foreign Ke…
-
### Describe the problem
Node cannot seem to get `process.version` on startup
### Additional information
* PeerTube instance URL: `https://backtothelan.tv`
* PeerTube version: `5.0.1`
* NodeJS ve…
-
## Issue description
There are many overused `with lib;` expressions on Nixpkgs, especially on NixOS modules. As explained in [this link](https://nix.dev/anti-patterns/language#with-attrset-express…
-
A simple program like this:
```java
public static void main(String[] args) throws SQLException {
Properties properties = new Properties();
properties.setProperty("username", "postgres");…
-
### Checklist
- [X] I added a descriptive title
- [X] I searched open reports and couldn't find a duplicate
### What happened?
The robocorp-1.0.0 changes were merged this morning. The files…
-
Used the docker method,
there aint much to do in that method for it to go wrong
but after login when i upload and click create it does nothing.
Portainer logs mentioned below
```
01:38:57.361…
-
### Python version
Python 3.11.4 (main, Jul 13 2023, 22:36:37) [Clang 14.0.3 (clang-1403.0.22.14.1)]
### Operating system and processor architecture
macOS-13.6.2-arm64-arm-64bit
### Installed pack…
-
Some users might want to avoid table qualification of columns where this is not strictly necessary. For example:
```sql
-- This
SELECT a, b, c FROM t;
-- Instead of this
SELECT t.a, t.b, t.c …