Skip to content

PostgreSQL 1.2.0

Compare
Choose a tag to compare
@tanner0101 tanner0101 released this 30 Jan 20:01
870c4b7

New:

  • Adds three new binary operators for working with arrays. (#119)
PostgreSQLBinaryOperator.contains //  "@>"
PostgreSQLBinaryOperator.isContainedBy // "<@"
PostgreSQLBinaryOperator.overlap // "&&"