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

Cursor support (only for PostgreSQL) #150

Merged
merged 7 commits into from
Aug 8, 2024
Merged

Cursor support (only for PostgreSQL) #150

merged 7 commits into from
Aug 8, 2024

Commits on Aug 7, 2024

  1. Update CL-DBI.

    fukamachi committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    541066e View commit details
    Browse the repository at this point in the history
  2. Add a CURSOR support to select-dao.

    It returns a cursor object when `*want-cursor*` is `t`.
    When it's given to `fetch-dao`, a DAO object will be returned.
    fukamachi committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    3917d49 View commit details
    Browse the repository at this point in the history
  3. Add do-cursor.

    fukamachi committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    c0100e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9de6e42 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Update DBI to 0.11.1.

    fukamachi committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    fa7fcea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cde889 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e31f7a5 View commit details
    Browse the repository at this point in the history