Nick Zelei

Results 73 comments of Nick Zelei

After some initial debugging, the `information_schema.columns.column_default` is not really sufficient here, and that is what we are using. We need to update this to return the proper default, if there...

We might be blocked on this until this can be resolved: https://github.com/go-sql-driver/mysql/issues/1611

I see why we need both, but would be great if they fed into one another somehow..

Not super clear how to do this easily without it being really hacky. This is probably pretty low priority.

This could be a good usecase of adding a new timestamp transformer that is really smart and is very typeaware. It should handle ints, strings, time, timez, timestampz, timestamp.

More info here of general timestamps: 1. UTC 2. Specific Timezone 3. System Time 4. Unix Types of Time: 1. Now() - current time for inserted record 2. Random() 1....

Closing this as stale. Has been refed in NEOS-1504

Thanks for the response! Unclear if it's more common or not to do that. `swr` works effectively the same way as the `refetch` does with their `mutate`, but they optionally...

Thanks for the note @paul-sachs - I must have missed that function in the docs. Will have to go through my code and update the refs, that is very helpful!...

Closing this as stale. This will be worked via: NEOS-1504 (#2983) using dialers vs the old way we were handling it with URL params.