Skip to content

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.

3 participants