File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11---
22name : pre-commit
3+ permissions :
4+ contents : read
35
46on :
57 push :
4244 # Run all hooks not already handled by other workflows
4345 - name : Run hooks
4446 run : |
47+ # Formatting already handled by a dedicated hook
48+ SKIP="ocaml-format" \
4549 pre-commit run --all-files --show-diff-on-failure --color=always
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 5.3.2] - 2025-09-27
4+
5+ ### Fixed
6+
7+ - Enable binary results for parameterless queries by calling ` PQsendQueryParams `
8+ when ` binary_result ` is requested (instead of ` PQsendQuery ` ). Thanks to Alain
9+ Frisch for the patch.
10+
311## [ 5.3.1] - 2025-09-23
412
513### Fixed
Original file line number Diff line number Diff line change 2626 " Postgresql offers library functions for accessing PostgreSQL databases." )
2727 ( depends
2828 ( ocaml
29- ( >= 4 .12 ) )
29+ ( >= 5 .00 ) )
3030 dune-compiledb
3131 dune-configurator
3232 ( conf-postgresql :build ) ) )
You can’t perform that action at this time.
0 commit comments