Kevin

Results 38 comments of Kevin
trafficstars

> Are you in the prisma slack? They're pretty good about supporting people - if you want to ask them how their capitalization works In pretty sure they'd tell you...

> Have you tried using uppercase in your model names to see if the error persists? I've not encountered such issues on models starting with an uppercase letter. > The...

We got a similar [bug report on Discord](https://discord.com/channels/933657521581858818/933657523049885698/1283001101536465001) yesterday. Could this be related?

I'm closing this issue in favor of this follow-up issue for adding support for enumerations: https://github.com/electric-sql/electric/issues/1709

Imo all proposals discussed here for doing type narrowing are dependent on the actual implementation (whether to use a certain field, what is the value of that field, etc.). I...

The link is broken so i only have the information that is in the title of this issue. I did some tests to see if we an use special characters...

> @kevin-dp the link is broken because someone disabled the Issues feature on the old repo. It was about making sure that a fully-qualified table name, i.e. one including the...

We can distinguish 2 cases for names in Postgres: - The standard case where names start with a-z or underscore, followed by zero or more letters, digits, or underscores (cf....

Hi @magnetised, is there any case i overlooked that is not handled by the regex and requires a custom parser? From the tests i conducted, the regex seems to properly...