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

Implement Driver#getParentLogger #8

Merged
merged 1 commit into from
Nov 22, 2016
Merged

Implement Driver#getParentLogger #8

merged 1 commit into from
Nov 22, 2016

Conversation

marschall
Copy link
Contributor

@marschall marschall commented Nov 19, 2016

Implement getParentLogger

The driver and data source use JUL for logging but do not implement
#getParentLogger.

This commit contains the following changes:

  • implement Driver#getParentLogger
  • implement DataSource#getParentLogger
  • use "com.microsoft.sqlserver.jdbc" as the parent logger
  • instead of spaces and tabs on the same line for indentation use
    spaces only
  • remove the comments
    "The driver currently does not implement JDDBC 4.1 APIs".
    While technically true these specific methods are implemented now.
  • follow driver naming conventions rather than Java naming conventions
  • follow driver conventions modifier location rather than Java
    conventions
  • no tests added since I couldn't find any existing tests for the
    driver oder data source class

The driver and data source use JUL for logging but do not implement

This commit contains the following changes:

 * implement Driver#getParentLogger
 * implement DataSource#getParentLogger
 * use "com.microsoft.sqlserver.jdbc" as the parent logger
 * instead of spaces and tabs on the same line for indentation use
   spaces only
 * remove the comments
   "The driver currently does not implement JDDBC 4.1 APIs".
   While technically true these specific methods are implemented now.
 * follow driver naming conventions rather than Java naming conventions
 * follow driver conventions modifier location rather than Java
   conventions
 * no tests added since I couldn't find any existing tests for the
   driver oder data source class
@YoungGah YoungGah added the Under Review Used for pull requests under review label Nov 22, 2016
@xiangyushawn xiangyushawn merged commit 9b78603 into microsoft:dev Nov 22, 2016
@xiangyushawn
Copy link
Contributor

@marschall the PR is accepted, thanks for your contribution

lilgreenbird pushed a commit to lilgreenbird/mssql-jdbc that referenced this pull request Aug 22, 2020
Remove tenant Id and fix adal issues
@lilgreenbird lilgreenbird added this to Closed/Merged PRs in MSSQL JDBC Apr 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Under Review Used for pull requests under review
Projects
MSSQL JDBC
  
Closed/Merged PRs
Development

Successfully merging this pull request may close these issues.

None yet

3 participants