-
Updated
Nov 11, 2020 - Java
MySQL

MySQL is an open source relational database management system. Based in Structured Query Language (SQL), MySQL can run on most platforms and is mainly used for web-based applications. It is written in C and C++.
Here are 26,192 public repositories matching this topic...
-
Updated
Nov 15, 2020 - Java
-
Updated
Nov 16, 2020 - Go
Issue Description
While using model.bulkCreate, as we pass the options, an object which contains transaction, it comes modified after the execution
What are you doing?
We have called bulk
-
Updated
Nov 16, 2020 - Clojure
-
Updated
Nov 16, 2020 - TypeScript
-
Updated
Nov 15, 2020 - Java
-
Updated
Nov 16, 2020 - JavaScript
Sometimes it is needed to store compressed data in the DB. Unfortunately not all the DBs have built-in compression and FUSE compressed FSes are not available for every OS. So it may make sense to store compressed binary blobs in the DB.
Unfortunately when one sees them in DBeaver he sees them compressed, but often they are needed uncompressed. So it'd be nice to have a feature to decompress the
-
Updated
Nov 11, 2020 - JavaScript
-
Updated
Nov 16, 2020 - PHP
Environment
Knex version: latest
Database + version: any
OS: any
Select applicable template from below.
If issue is about oracledb support, tag @ atiertant. For MSSql tag @ smorey2.
Rest of dialects don't need tags.
If issue is about TypeScript definitions, tag @lorefnon.
Bug
- Explain what kind of behaviour you are getting and how you think it should do
knex.batchInsert as
Overview of the Issue
While you can send vtgate a SIGHUP
to reload it's mysql_auth_server_static_file
JSON credentials file, I noticed during some testing that a SIGHUP
will actually kill vtgate entirely if mysql_auth_server_impl
is set to none
or if both mysql_auth_server_static_file
and mysql_auth_server_static_string
are empty.
Reproduction Steps
- Launch the loca
Issue description
Go 1.15 will introduce a new Validator
interface, which may be implemented by Conn
to allow drivers to signal if a connection is valid or if it should be discarded:
-
Updated
Nov 12, 2020 - Java
-
Updated
Oct 26, 2020 - Python
Is your feature request related to a problem? Please describe.
It is idiomatic for JWTs to be accepted using a header format of Authorization: Bearer <JWT>
(see jwt.io introduction.) In general, in history, the RFCs surrounding the authorization header have taken care to specify the mode of Authorization as the first part of the header value (e.g. Basic, Di
-
Updated
Nov 11, 2020 - Java
-
Updated
Nov 13, 2020 - Go
-
Updated
Oct 17, 2020 - Objective-C
Let's support at least reading "b3" header from a single string, most commonly traceid-spanid-1
It would also be nice to support optionally writing this, especially in message providers or others with constrained environments.
Expected behavior
As discussed on openzipkin/b3-propagation#21 and first implemented here: https://github.com/openzipkin/brave/blob/master/brave/src/main/java/bra
-
Updated
Oct 22, 2020 - PHP
-
Updated
Nov 9, 2020 - Java
-
Updated
Apr 3, 2020 - Go
Created by David Axmark, Allan Larsson and Michael "Monty" Widenius
Released May 23, 1995
- Organization
- mysql
- Website
- www.mysql.com
- Wikipedia
- Wikipedia
Environment:
Grafana 7.3
Data source: custom back-end data source, https://github.com/KeckObservatory/epics-grafana-datasource
OS: CentOS 7
User OS/browser: Chrome 83
When a combo box("Select" component) in the query parameters has many entries, clicking on it will sometimes make it pop upwards (vs downwards). The component Z order is apparently underneath the graph itself, obscuring the t