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

Implementation of SQLSetDescRec & SQLGetDescRec functions #23

Merged

Commits on May 23, 2024

  1. Implemented SQLSetDescRec function

    - Fixed SQL_DESC_PRECISION field in IPDSetField & IPDGetField functions
    - Added support for other fields for bookmark column in ARDSetField
      - SQL_DESC_TYPE
      - SQL_DESC_DATETIME_INTERVAL_CODE
      - SQL_DESC_OCTET_LENGTH
      - SQL_DESC_PRECISION
      - SQL_DESC_SCALE
    Hunaid2000 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    84f9f7b View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Implemented SQLGetDescRec function

    - Handled SQL_NO_DATA case in GetField functions
    - Handled 01004 SQLSTATE in GetField functions
    - Added support for SQL_DESC_NAME & SQL_DESC_NULLABLE IPDGetField functions
    Hunaid2000 committed May 29, 2024
    Configuration menu
    Copy the full SHA
    c062c56 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Implemented SQLGetDescRecW & SQLSetDescRecW functions

    - Updated PGAPI_GetFunctions function to get new functions
    - Updated psqlodbc.def file for new functions on Windows
    - Fixed HY007 error handling
    Hunaid2000 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    78460ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcd388e View commit details
    Browse the repository at this point in the history