-
Updated
Apr 17, 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 21,541 public repositories matching this topic...
-
Updated
Apr 16, 2020 - Java
Description
As the title said, this task is aimed to improve the unit test coverage of package planner. You can generate the coverage report and view it in browser with the following commands:
cd planner
go test -coverprofile=coverage.out # runs the unit test, writes the coverage profile to coverage.out
go tool cover -html=coverage.out # displays the coverage report in your bMissing `::VARCHAR` cast with `Op.contains` operator with top-level where via `$nested.syntax$`
Issue Description
What are you doing?
User Model:
module.exports = (sequelize, DataTypes) => {
const User = sequelize.define("User",
{
id: {
type: DataT
Describe the bug
POST to /api/database will overwrite an existing database instead of erroring
To Reproduce
Create a database with a POST to /api/database.
Run the same call again.
Expected behavior
Expect Metabase to error and say, "Database with name 'foo' already exists"
Actual behavior
Metabase gives another 200 and will overwrite any previous database config with
Issue type:
[ ] question
[ ] bug report
[ ] feature request
[x] documentation issue
Database system/driver:
[ ] cordova
[ ] mongodb
[ ] mssql
[ ] mysql / mariadb
[ ] oracle
[x] postgres
[ ] cockroachdb
[ ] sqlite
[ ] sqljs
[ ] react-native
[ ] expo
TypeORM version:
[x] latest
[ ] @next
[ ] 0.x.x (or put your version here)
When a data source gets deleted, it's queries are still accessible (detailed explanation can be found in #4336) but they error out due to data_source being None.
We should provide a helpful error message there (perhaps by raising QueryDetachedFromDataSourceError).
I am making a health check endpoint for kubernetes (google cloud's service to host containerized applications) for my mySql application.
right now I am using this package https://www.npmjs.com/package/health-check-mysql
But is there something built into the package itself, something like a isConnected method. ie:
connection.isConnected() ? throw new Error('not connected to mysql') : null
Darkest dark theme
How to change color of menu bar and scrollings to dark color in darkest dark theme?
and light borders around the fields?
it looks strange in dark theme
-
Updated
Apr 16, 2020 - Java
Environment
Knex version: 0.20.10
Database + version: Postgres 12
Bug
- Explain what kind of behaviour you are getting and how you think it should do
knex.raw("?", [
knex.insert({ id: "b", fields: { a: undefined } }).into("test"),
])
- Error message
Use multiple thread to load unconfigured schema meta data for different data sources to improve performance of loading.
The code is in RuleSchemaMetaDataLoader line 80, please search // TODO use multiple threads for different data sources
Feature Description
At the last Vitess monthly meeting we discussed adding golangci-lint as a git hook, and the hosted service https://golangci.com/ as a GitHub check.
Issue description
GitHub changed how issue templates work. We should update ours:
You are using an old version of issue templates. Please update to the new issue template workflow. Learn more
Multi-line queries have a prompt_continuation (or not currently, due to issue 681, but that's beside the point). But even with prompt_continuation set to an empty string, it starts the next line indented, even when it's just due to wrapping at the edge of the terminal window:
db> select "example text that wraps onto the nex
t line";
I often copy/paste my query fr
If I were to deploy cube.js using AWS serverless architecture, is athena required?
The docs https://cube.dev/docs/deployment#serverless do not mention whether Athena is optional or required. But when reading it, I assume it is required because there are athena keys in the serverless.yml config. I'm evaluating the idea of using Postgres RDS as the sole datasource for cubejs.
This is the place to report a bug, ask a question, or suggest an enhancement.
This is also the place to make a discussion before creating a PR.
If this is a bug report, please provide a test case (e.g., your table definition and gh-ost command) and the error output.
Please use markdown to format code or SQL: https://guides.github.com/features/mastering-markdown/
Please label
Description
A clear and concise description of what the bug is.
Steps To Reproduce
- Go here: https://sequelpro.com/docs/get-started/get-connected/local-mysql
- Click on "Where are MySQL's Files?" here:
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
Starting directus 8 (docker directus/directus:v8-apache) on 7's database was not working, I am able to login but none of my collections are available.
Do I need to manually edit something / run migration script ?
Regards
It looks like a great tool, is it possible to translate the documentation to English?
for example,i want the Name field search with name like 、> 、<、 is null、 ... ,not only name = ?
type Dapp struct {
UUID string `xorm:"varchar(36) 'uuid'"`
Name string
Subtitle string
Category string
Permission string
Synopsis string
Score float64
Logo string
Banner string
Snapshot string
Video
Currently PyMySQL determines SSL/TLS verify_mode automatically here. https://github.com/PyMySQL/PyMySQL/blob/master/pymysql/connections.py#L337
Related issues: (it is not a PyMySQL bug.) PyMySQL/PyMySQL#430
My suggestion is to add configuration so that users can specify any of the verify_mode (ssl.CERT_NONE, ssl.CERT_OPTIONAL, ssl.CERT_REQUIRED) defined in ssl.py.
Introduction
It seems the API-description for "fetch" does not match the actual behaviour and the changelog information.
Issue Description
In the API description for "fetch"
https://bookshelfjs.org/api.html#Collection-instance-fetch
it reads
If you wish to trigger an error if the fetched collection is empty, pass {require: true} as one of the options to the fetch call
-
Updated
Mar 8, 2020 - Go
-
Updated
Apr 14, 2020 - Java
Given that we support CURRENT_TIMESTAMP, the lack of CURRENT_DATE feels like an omission. While you can hack it with date(now), I keep finding myself wishing there was a direct way to reference this. Given that now means CURRENT_TIMESTAMP, I think there's precedent for today meaning CURRENT_DATE. This is supported by all backends we support (and is in the ISO standard I believe).
Created by David Axmark, Allan Larsson and Michael "Monty" Widenius
Released May 23, 1995
- Organization
- mysql
- Website
- www.mysql.com
- Wikipedia
- Wikipedia




What would you like to be added:
I'm currently trying out the new Stat panel in Grafana v6.7.1 and have created the following dashboard.
However when I switch to the light theme, the numbers in the new Stat panel disappear.
![Screen Shot 2020