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

feat: Support printing postgresql's bytea data type in its "hex" and "escape" format #3567

Merged
merged 19 commits into from
Mar 27, 2024

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    c7c29ea View commit details
    Browse the repository at this point in the history
  2. feat: support printing postgresql's bytea data type in its "hex" and …

    …"escape" format in ugly way
    J0HN50N133 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    be1e49e View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    e3bcb44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3077937 View commit details
    Browse the repository at this point in the history
  3. doc: add license header

    J0HN50N133 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    cae1430 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9f0260 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5a31138 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    03e8bd0 View commit details
    Browse the repository at this point in the history
  7. refactor: rename 'set_configuration_parameter' to 'set_session_config'

    rename 'set_configuration_parameter' in statement_.rs to 'set_session_config'
    J0HN50N133 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    0f3ab19 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3a5fbfc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5d1880e View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. test: add integration test

    J0HN50N133 committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    170a378 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. refactor: move the encode bytea by format type logic into encoder

    refactor: use Arc<DashMap> instead of DashMap in QueryContext
    
    refactor: use Arc<DashMap> instead of DashMap in QueryContext
    
        Avoid expensive clone
    
    refactor: use unreachable!() instead of unimplemented!()
    
    refactor: move the encode bytea by format type logic into encoder
    
    test: add binary format integration test case
    J0HN50N133 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    7c6b5b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12b972f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61cb858 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    817149a View commit details
    Browse the repository at this point in the history
  2. fix: typo of 'Available'

    J0HN50N133 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    f1defe9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6f0a9d View commit details
    Browse the repository at this point in the history
  4. fix compile

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    6ae783f View commit details
    Browse the repository at this point in the history