Divyendu Singh

Results 39 issues of Divyendu Singh

Note: most likely a test-utils bug as it is trying to create the same record twice in a relation table. - https://github.com/prisma/introspection-engine-output/blob/test_utils/test-utils/results/postgresql_public_test_utils_basic-blog_stderr.log#L151-L193 SQL table: https://github.com/prisma/database-schema-examples/blob/master/postgres/basic-blog/schema.sql#L12-L16 ```sql create table if not...

comment: possibly test-utils problem
datebase: PostgreSQL

Fails for Joomla table: https://github.com/prisma/database-schema-examples/blob/master/mysql/joomla/schema.sql#L137-L156 ```sql CREATE TABLE `zfah5_banner_clients` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `contact` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT...

comment: possibly test-utils problem
database: MySQL

According to the [MySQL docs](https://dev.mysql.com/doc/refman/5.7/en/datetime.html): `The TIMESTAMP data type is used for values that contain both date and time parts. TIMESTAMP has a range of '1970-01-01 00:00:01' UTC to '2038-01-19...

comment: possibly test-utils problem
comment: probably prisma problem
database: MySQL

On the table described in https://github.com/prisma/prisma2/issues/1793 (a table with only one ID field that is optional). The generate Prisma client create has no way to provide any create data. `test-utils`...

comment: probably prisma problem
database: MySQL
status: waiting for Prisma fix

This is most likely an issue with `test-utils` producing incorrect data for `jsonb` type. Note that fixing this would still not work yet (https://github.com/prisma/prisma-client-js/issues/60). The error it should yield should...

comment: probably prisma problem
datebase: PostgreSQL
status: waiting for Prisma fix

### Latest update Check [this comment below](https://github.com/prisma/prisma/issues/172#issuecomment-1718089127) for the Client Extension that enables this functionality! https://github.com/prisma/prisma/issues/172#issuecomment-1718089127 🥳 --- **@matthewmueller's update** ## Problem Currently we don't support read-replicas. This is a...

kind/feature
topic: prisma-client
topic: schema
topic: multiple datasources
domain/client
domain/psl
status/has-client-extension
topic: read replica

https://github.com/divyenduz/zoid-zip

- rewrite to use effect-ts

How are you using/experimenting with `plv8ify`? Here is mine: https://trackfootball.app/blog/engineering/typescript-in-postgres-with-plv8

question

Fix https://github.com/divyenduz/plv8ify/issues/23 Demo: https://user-images.githubusercontent.com/746482/236679121-23814fbf-ee6a-4b10-8c5a-799af3974d5b.mp4