data-basic 0.2.0.4 → 0.3.0.0
raw patch · 2 files changed
+19/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +18/−0
- data-basic.cabal +1/−1
CHANGELOG.md view
@@ -1,2 +1,20 @@+# 0.3.0.0+* rawQuery functionality+* exported boolean operations+* logging support through simple-logging+* support for quoted SQL identifiers+* IsNull and IsNotNull+* synonyms for gettable and settable fields+* true and false boolean literals+* proper Eq and Ord instances for entities+* bytea support+* numeric and date type support+* like and ilike+* Show instance for entities serializes to JSON+* toFreshEntity for converting from a database entity+* proper grouping for boolean operations in generated SQL+* support for composite types and PostgreSQL arrays+* GHC 8.2.2 support+ # 0.2.0.1 * Simple documentation fixes
data-basic.cabal view
@@ -1,5 +1,5 @@ name: data-basic-version: 0.2.0.4+version: 0.3.0.0 synopsis: A database library with a focus on ease of use, type safety and useful error messages description: Please see README.md homepage: https://gitlab.com/haskell-hr/basic