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+
1140.9.5.0
215-------
316
Original file line number Diff line number Diff line change 11cabal-version : 2.4
22name : postgresql-libpq
3- version : 0.9.5.0
4- x-revision : 1
3+ version : 0.10.0.0
54synopsis : low-level binding to libpq
65description :
76 This is a binding to libpq : the C application
You can’t perform that action at this time.
0 commit comments