neural
neural
DTDrizzle Team
Created by neural on 12/18/2024 in #help
Update column ONLY enabled when column is set as NOT NULL #3666
This old issue seems to resolve partially by cast typing the object. [BUG]: Type inference error on db.insert() when applying default values to table columns #2889 https://github.com/drizzle-team/drizzle-orm/issues/2889#issuecomment-2323165751
2 replies
DTDrizzle Team
Created by polkovnik on 7/27/2023 in #help
Introspect failing no pg_hba.conf entry for host
No description
10 replies
DTDrizzle Team
Created by polkovnik on 7/27/2023 in #help
Introspect failing no pg_hba.conf entry for host
* I've come from Discussions instead of Issues
10 replies
DTDrizzle Team
Created by polkovnik on 7/27/2023 in #help
Introspect failing no pg_hba.conf entry for host
I've come from github issues so I'll post there too!
10 replies
DTDrizzle Team
Created by polkovnik on 7/27/2023 in #help
Introspect failing no pg_hba.conf entry for host
Packages: - pg: ^8.13.1 - drizzle: ^0.36.4 Database: PostgreSQL Here was almost different, inserting it directly in the URL link doesn't work in any way: false, no-verify, require, true... The solution was set directly in drizzle.config.ts where you should add most of credentials at dbCredentials to work as expected: - url - host - user - password - database - ssl: "require" // don't tried other ssl configs
10 replies