File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change
1
+ 0.10.0.0
2
+ --------
3
+
4
+ There are technicallly two breaking changes in this release,
5
+ but they shouldn't affect anyone not doing anything weird.
6
+
7
+ - Binary parameters are passed without copying.
8
+ - FFI functions are imported without ` unsafe ` . Most uses were incorrect.
9
+ We make all calls "safe", as checking whether libpq functions do IO
10
+ or may call a notifier (potentially calling back into Haskell),
11
+ is virtually impossible for all versions of libpq.
12
+ (The above properties are not specified in the documentation).
13
+
1
14
0.9.5.0
2
15
-------
3
16
Original file line number Diff line number Diff line change 1
1
cabal-version : 2.4
2
2
name : postgresql-libpq
3
- version : 0.9.5.0
4
- x-revision : 1
3
+ version : 0.10.0.0
5
4
synopsis : low-level binding to libpq
6
5
description :
7
6
This is a binding to libpq : the C application
You can’t perform that action at this time.
0 commit comments