Pg: Inserting new data with auto increment column
Is ilike vulnerable to SQL injections?
Optional fk
Psql Array of text and `createSelectSchema`, `createInsertSchema`
drizzle-zod
- createInsertSchema
and createSelectSchema
cannot infer correctly an array of text.
My column;
```
colName: text('col_name').array()...Migration struggled at some snapshot (existed table), Can I skip it?

`db:push` with `customType` causes data loss
customType
columns:
You're about to change dollars column type from numeric(16, 2) to numeric(16,2) with 50 items
...Query depth issue Cloudflare D1
Expression tree is too large (maximum depth 20)
issue mostly with relation queries while using Cloudflare D1. As explained in this issue https://github.com/cloudflare/workers-sdk/issues/4094, this issue is because of the query depth limit set by them which they are considering increasing. My question is, if for now, I were to refactor this query, what would be the most performant way?
1. Using batch
2. Using multiple queries with Promise.all
```...update incrementing value (postgres)
Null fields not working as expected
invalid_type
and in required.
I was able to fix this by refining the field as follows: ...Type Generated from $inferInsert does not change after column type update
identities
in a schema called identity
. When I changed the phone_country_code
column type from text
to numeric
, the sql generated from drizzle-kit was correct, but the type generated from inferInsert
still has the old string
type. (see attached image).
```typescript
// Table definition
phoneCountryCode: numeric('phone_country_code').notNull(),
...
Is it possible to use INSERT statements inside a CTE (WITH query) +++ another question?
SQL_PARSE_ERROR with Turso + Drizzle
SQL string could not be parsed: near MINUS, "None"
SQL string could not be parsed: near MINUS, "None"
push:sqlite cannot find module 'better-sqlite3'

How do you use 128-bit values with varbinary and what is the fastest way to search for rows?

What would be a good way to have RLS with drizzle?
WHERE
on each query?
https://www.prisma.io/docs/concepts/components/prisma-client/client-extensions/query...`returning` does not allow arguments according to typescript

how to disambiguate query relations
Alerting if there is conflict
Error starting Drizzle Studio.
``ules/drizzle-orm/index-1899b9ae.cjs:4180
throw new Error(
There is not enough information to infer relation "${sourceTableTsName}.${relation.fieldName}"`);
^
...