Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add configurable packet size maximum #234

Merged
merged 2 commits into from
May 8, 2024

Conversation

IanMcCurdy
Copy link
Collaborator

Packet size limits are set via the packetSize and packetSizeLimit Connection properties. packetSize default is still 2^17 bytes. packetSizeLimit default and minimum are packetSize. If packets larger than packetSizeLimit must be allocated, an error will be raised instead. LOB data will be subject to packetSize rather than packetSizeLimit.

Packet size limits are set via the packetSize and packetSizeLimit
Connection properties. packetSize default is still 2^17 bytes.
packetSizeLimit default and minimum are packetSize. If packets
larger than packetSizeLimit must be allocated, an error will be
raised instead. LOB data will be subject to packetSize rather
than packetSizeLimit.
@IanMcCurdy IanMcCurdy merged commit d4a4c35 into SAP:master May 8, 2024
2 checks passed
johannes-vogel pushed a commit to cap-js/cds-dbs that referenced this pull request Aug 20, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [hdb](https://github.com/SAP/node-hdb) | [`0.19.8` ->
`0.19.9`](https://renovatebot.com/diffs/npm/hdb/0.19.8/0.19.9) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/hdb/0.19.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/hdb/0.19.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/hdb/0.19.8/0.19.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/hdb/0.19.8/0.19.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>SAP/node-hdb (hdb)</summary>

### [`v0.19.9`](https://github.com/SAP/node-hdb/releases/tag/v0.19.9)

[Compare
Source](https://github.com/SAP/node-hdb/compare/v0.19.8...v0.19.9)

##### What's Changed

- Add configurable packet size maximum by
[@&#8203;IanMcCurdy](https://github.com/IanMcCurdy) in
[SAP/node-hdb#234
- Update README.md by
[@&#8203;IanMcCurdy](https://github.com/IanMcCurdy) in
[SAP/node-hdb#235
- Update to 0.19.9 by
[@&#8203;IanMcCurdy](https://github.com/IanMcCurdy) in
[SAP/node-hdb#236

**Full Changelog**:
SAP/node-hdb@v0.19.8...v0.19.9

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job log](https://developer.mend.io/github/cap-js/cds-dbs).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants