Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for varchar array fields #39

Merged
merged 2 commits into from Jun 6, 2022
Merged

Added support for varchar array fields #39

merged 2 commits into from Jun 6, 2022

Conversation

paschalisp
Copy link

Hi there,

Nice library!

I am utilizing varchar arrays in PostgreSQL in various tables and I needed a way to have such support in Dart projects as well.

I believe there are many people that might also need this feature enabled in your driver, e.g. storing & accessing lists of smaller-sized strings, like the following samples:
tags varchar(50)[] or tags _varchar(50)
emojis _varchar(4) etc.

Hence I thought to add it...

@isoos isoos merged commit 0b2464e into isoos:master Jun 6, 2022
@paschalisp paschalisp deleted the feature/varchar-arrays branch June 6, 2022 07:17
@isoos
Copy link
Owner

isoos commented Jun 6, 2022

Thank you! Released as 2.4.4

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.

None yet

2 participants