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

Added Large objects (LOB) functionality #51

Merged
merged 11 commits into from
Dec 11, 2024

Conversation

tusharad
Copy link
Contributor

This PR introduces the Database.Oracle.Simple.LOB module,

https://odpi-c.readthedocs.io/en/latest/functions/dpiLob.html

  • which provides functionality for handling Oracle Large Objects (LOBs), such as CLOB, BLOB, and NCLOB.
  • Additionally, it includes a suite of test cases to ensure the correct behavior of the module's functions.
  • Supports operations such as opening, closing, copying, trimming, and modifying LOBs.
  • I have added haddock documentation for LOB module to ensure 100% coverage.
  • Let me know if anything else is needed.

Thanks! @dmjio

@dmjio
Copy link
Collaborator

dmjio commented Dec 11, 2024

very cool

@dmjio dmjio merged commit f9fe17e into haskell-oracle:master Dec 11, 2024
1 check passed
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