Skip to content

Commit 937deff

Browse files
committed
jdbc: Modify ob driver name
1 parent 28d0df2 commit 937deff

File tree

1 file changed

+1
-1
lines changed
  • dj_db_conn_pool/backends/jdbc/oceanbase

1 file changed

+1
-1
lines changed

dj_db_conn_pool/backends/jdbc/oceanbase/mixins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
class JDBCOceanBaseDatabaseWrapperMixin(JDBCDatabaseWrapperMixin):
55
vendor = 'OceanBase'
66

7-
jdbc_driver = 'com.oceanbase.jdbc.driver'
7+
jdbc_driver = 'com.oceanbase.jdbc.Driver'
88

99
jdbc_url_prefix = 'jdbc:oceanbase:'

0 commit comments

Comments
 (0)