Created
November 5, 2015 03:23
-
-
Save nitindhar7/857fa0aa55430ee0df07 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Mapping a string array to `varchar[]` in Postgres | |
String[] tags = ... | |
Array array = q.getContext().getConnection().createArrayOf("varchar", tags); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment