baztian / jaydebeapi

JayDeBeApi module allows you to connect from Python code to databases using Java JDBC. It provides a Python DB-API v2.0 to that database.
GNU Lesser General Public License v3.0
364 stars 147 forks source link

Update for JPype deprecation and raw prepend for regex string #207

Open rbeauchemin opened 2 years ago

rbeauchemin commented 2 years ago

Overview

These are two small deprecation warning fixes I implemented in a local version that I wanted to share back to you all.

Before

Screen Shot 2021-11-20 at 12 34 57 PM Screen Shot 2021-11-20 at 12 35 10 PM

After

No deprecation warnings and still connecting to databases using jaydebeapi.

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

rbeauchemin commented 2 years ago

This is for Issue #203 and an untagged issue for \d deprecation warning without rawstring on regex.