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

Server Message Handler and SQLException Chaining #2251

Merged
merged 15 commits into from
Mar 22, 2024

Commits on Nov 9, 2023

  1. first commit on: ServerMessageHandler - to intercept/ignore/up-grade/…

    …down-grade serv messages, and Chained Exceptions so we can see many srv messages in a SQLException
    goranschwarz committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    1950089 View commit details
    Browse the repository at this point in the history
  2. Added 3 classes

    goranschwarz committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    3d08589 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d4c801 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. Removed get/set ServerMessageHandler from ISQLServerStatement and SQL…

    …ServerStatement
    
    Simplified some code and formatted it to meet requirements
    Added test cases
    goranschwarz committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    f4c996b View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. smaller simplifications

    goranschwarz committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    e98188b View commit details
    Browse the repository at this point in the history
  2. fixed Copyright in one file!

    Also fixed smaller code format mishaps
    goranschwarz committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    e81caf3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a0edc3 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    3ddac91 View commit details
    Browse the repository at this point in the history
  2. Code formatting

    goranschwarz committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    8f6fa89 View commit details
    Browse the repository at this point in the history
  3. Changed a cast in 'SQLServerStatement' from 'SQLServerConnection' to …

    …'ISQLServerConnection' this might solve my strange problem!
    
    Also added get/setServerMessageHandler to getVerifiedMethodNames() in RequestBoundaryMethodsTest.java
    goranschwarz committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    9e984fd View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    50a72ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ba63c6 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Configuration menu
    Copy the full SHA
    157394a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9298439 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73c6ad7 View commit details
    Browse the repository at this point in the history