Bright Londa
Bright Londa
Applied this regex `/https?:\/\/\S+\.(gif|jpe?g|tiff|png|webp)(\?\S+=[^&]+(&\S+=[^&]+)*)?$/i` to optionally check for images with params.
## Checklist - [ x ] I've searched for similar feature requests. --- ## Enhancement request Whenever a new duplicate is of a collection is made it would be much...
### Version 1.29.0 ### What happened? When a PostgreSQL enum column is defined as nullable (i.e., without the NOT NULL constraint), sqlc generates interface{} instead of the configured go_type from...