Divyendu Singh
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...
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...
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...
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`...
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...
### 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...
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
Fix https://github.com/divyenduz/plv8ify/issues/23 Demo: https://user-images.githubusercontent.com/746482/236679121-23814fbf-ee6a-4b10-8c5a-799af3974d5b.mp4