Skip to content

Add support for custom casts#42

Merged
romanzipp merged 6 commits intomasterfrom
add-casts
Oct 28, 2025
Merged

Add support for custom casts#42
romanzipp merged 6 commits intomasterfrom
add-casts

Conversation

@romanzipp
Copy link
Owner

@romanzipp romanzipp commented Jun 27, 2025

Resolves #43

@crazynds
Copy link

This branch seems to be giving me some weird warnings:

[WARNING] Could not derive column type from type-name `bpchar` for column `id`
[WARNING] Could not derive column type from type-name `jsonb` for column `payload`
[WARNING] Could not derive column type from type-name `int2` for column `status`
[WARNING] Could not derive column type from type-name `int8` for column `user_id`

I'm using postgresql.

@romanzipp romanzipp merged commit acd7e6d into master Oct 28, 2025
10 checks passed
@romanzipp romanzipp deleted the add-casts branch October 28, 2025 07:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Custom casts are not considerated when generating code

2 participants