bug修改

This commit is contained in:
wubeidou
2023-11-30 11:29:43 +08:00
parent 20658c79ca
commit 214a52a2f8
18 changed files with 237 additions and 50 deletions

View File

@ -142,6 +142,10 @@ Connection conn = DriverManager.getConnection(url);
The driver supports the V3 frontend/backend protocols. The V3 protocol was introduced in 7.4 and
the driver will by default try to connect using the V3 protocol.
* **quoteReturningIdentifiers** = boolean
By default we double quote returning identifiers. Some ORM's alraedy allows quote them. Switch allows them to turn this off.
* **loggerLevel** = String