-
Hi
Downloading Database updates sometimes takes a lot of time.
Sometimes gets stuck on a specific number and then speeds up. In this case, took 9 minutes to download the db. Sometimes goes faster …
-
when the database is not empty, the deletion of a test management while upgrading takes a very long time even though the test manager is not really big.
RUNNING HANDLER [test : delete test chec…
-
### Bug description
In the following documents, the MongoDB database connector maps `Int` in the schema to the **int** type.
https://www.prisma.io/docs/orm/overview/databases/mongodb#native-type-map…
-
### Overview
Change hacker account's birthdate field to age field. Currently, there is a function to calculate age from birthdate (updates automatically?), I will comment this out. Does changing th…
-
### Do you need to file an issue?
- [ ] I have searched the existing issues and this feature is not already filed.
- [ ] My model is hosted on OpenAI or Azure. If not, please look at the "model provi…
k2ai updated
2 months ago
-
### Issue description
I am trying to connect to StarRocks using Go and the go-sql-driver/mysql library. According to the latest StarRocks documentation, it supports prepared statements. I have succes…
-
Set up core database infrastructure for GeoLens.
Tasks:
- [ ] Create database initialization script
- [ ] Install and configure PostGIS extension
- [ ] Install and configure pgVector extension
…
-
### Version
1.27.0
### What happened?
Using a function in the VALUES clause of an INSERT statement breaks struct field name generation.
### Database schema
```sql
CREATE TABLE authors …
-
When logging changes to model instances, the `changes` column casts all python data types into strings, rather than their JSON equivalents:
- `None` -> `"None"` and not `null`
- `True` -> `"True"`…
-
See comment left in `webServer.ts`:
```ts
this.#app.use(session({
secret: process.env.SESSION_SECRET,
resave: false,
saveUninitialized: true,
cookie: {
httpOnly: true,
// Restrict t…