Skip to content

Conversation

@zhicwu
Copy link
Contributor

@zhicwu zhicwu commented Jun 7, 2021

No description provided.

zhicwu and others added 15 commits May 6, 2021 10:05
…at the query of the form 'INSERT INTO ... SELECT' will be executed
In the addBatch method, add parsedStmt.hasValues() check to ensure that the query of the form 'INSERT INTO ... SELECT' will be executed
Transactions are not supported, so `setAutoCommit(false)` should fail,
as it does not provide the isolation or rollback-ability requested by
the caller.

`commit()` and `rollback()` should fail in auto-commit mode (this is
what PostgreSQL JDBC driver does).
…m-getautocommit-e28cda

Return correct value from getAutoCommit
…-user-tries-to-enable-transactions-5e522f

Return proper error when user tries to enable transactions
Fix the issue of hanlding negative big decimals
Fix build failure caused by new version of ClickHouse
@zhicwu zhicwu merged commit 5e6f74b into master Jun 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants