Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Make compatible gitbase with MariaDB JDBC driver #359

Closed
@ajnavarro

Description

@ajnavarro

Queries that are executed when we use MariaDB JDBC driver:

SELECT 
	@@max_allowed_packet,
	@@system_time_zone,
	@@time_zone,
	@@auto_increment_increment

set autocommit=1, 
sql_mode = concat(@@sql_mode,',STRICT_TRANS_TABLES')

We need to support:

  • SET session statements
  • query session variables using @@VAR_NAME or session.var_name

Caveats:

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    pFad - Phonifier reborn

    Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

    Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


    Alternative Proxies:

    Alternative Proxy

    pFad Proxy

    pFad v3 Proxy

    pFad v4 Proxy