-
Het uitvoeren van een aantal SQL scripts door `etl.sh` faalt:
```
2021-11-19 18:34:02,138 fileinput INFO Read/parse for start for file=sql/fill-reltables.sql....
2021-11-19 18:34:02,296 fileinput I…
-
## Problem
Ability to use raw SQL in conjunction with prisma-ified queries. I am currently investigation a transition to Typescript/Prisma, from (Python/Django), and what I miss in Prisma is ... …
un33k updated
7 months ago
-
keep getting this error whenever I use the llm to interact with the Tabular data.
This is the output error when I ask the first sample prompt provided in the UI.
OperationalError: (pyathena.er…
-
Hi all,
First off, sorry for the radio silence, just haven't been feeling motivated but I'm back and have been chipping away on a total overhaul.
Version 2.0 is here and there's a number of chan…
-
I might need some help from the community on this one, as I've tried every way I could find in order to get a self-signed certificate to be trusted on ubuntu/linux. Firefox/Chrome still say the CA aut…
-
In the below example (disregard User, its just a simple auto incremnt entity) i want to express GroupTopicMember's pk is a foreign key to GroupTopic that in turn has pk that is a foreign key to ChatTo…
gurgl updated
6 years ago
-
Right now, chaining the `&&` operator, will generate a left-heavy tree of and operations. This has the side effect of generating very unpleasant SQL output, and making it incredibly difficult to repre…
-
EF Core version: 7 and 8
Database provider: Microsoft.EntityFrameworkCore.SqlServer
Target framework: .NET 7.0
---------
When using a simple query like:
```
// object model type
public cl…
-
Using GC 1.5.2 and CI 3.0
As others have noted, "search all" fails completely if a ->where() statement has been used.
This is because GC is chaining calls to ->or_like() in addition to ->where() and…
-
I'm experiencing an issue where `asyncmy` 2.8.0 with Python 3.11 is generating an SSL Bad Handshake with MySQL 8.0.34. I'm not experiencing this issue with `asyncmy` when connecting to MySQL 8.0.26. I…