-
Updated
Feb 6, 2021 - 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 28,049 public repositories matching this topic...
-
Updated
Feb 3, 2021 - Java
-
Updated
Feb 6, 2021 - Go
-
Updated
Feb 6, 2021 - Clojure
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
Feb 6, 2021 - TypeScript
-
Updated
Feb 2, 2021 - Java
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
Feb 4, 2021 - Python
-
Updated
Jan 31, 2021 - JavaScript
-
Updated
Feb 6, 2021 - PHP
Environment
Knex version: 0.21.12
Database + version: Postgres 13
OS: Linux
Bug
- Explain what kind of behaviour you are getting and how you think it should do
Combining .pluck() with .first() yields strange behaviors. If .first() is before .pluck(), then the result is an array of plucked elements. If .first() is before .pluck() then the result is object with the plucked key and
When execute sql in circuit break mode, it display:
ERROR 10000 (C1000): 0Circuit break mode is ON.
In word 0Circuit, 0 is unnecessary, please remove it.
Problem Statement
There are users who would like to secure the http port exported by the vitess servers with TLS. However, some of the health check and monitoring URLs (like /debug/vars) still need to be accessed without TLS. For example, Kubernetes prefers the health check URLs to not require TLS.
We require the ability to specify a separate (optional) TLS http port, and the ability to s
-
Updated
Feb 5, 2021 - Java
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:
Bug Report
Hi there. Absolutely love your collective work but have discovered a small bug regarding broken thumbnails in the Project Settings panel (and possibly elsewhere).
Environment
Fresh Directus 1-click App on DigitalOcean
Ubuntu 20.04 LTS
Postgres 12.5
Directus 9.0.0-rc.34
PM2 4.5.1
Caddy 2.3.0
Tested on Brave 88.1.19.90 and Chromium 87.0.4280.141
Steps to Reproduce
Hey!
Currently, there are no plans to add support for it (from core team), but we are happy to merge and help with contribution from the community.
For driver implementer, take a look at
https://github.com/cube-js/cube.js/blob/master/CONTRIBUTING.md#implementing-sql-dialect
Example of driver implementation
Who are interested in prepari
-
Updated
Jan 20, 2021 - Python
-
Updated
Dec 21, 2020 - Java
-
Updated
Feb 6, 2021 - Go
-
Updated
Oct 17, 2020 - Objective-C
-
Updated
Jan 31, 2021 - Java
I have a Postgres connection string of this form:
postgres://postgres:[email protected]/my-db
When I do prisma db push, I get this:
Datasource "db": PostgreSQL database "my-db", schema "public" at "lol.hello.eu-west-1.rds.amazonaws.com:undefined"
It seems like we should fill in the default value for the port if it's not in the connection string.
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
Is it supported at the moment to have 'serialize_as' and 'deserialize_as' on the single field in the sturcture as shown below?
#[derive(Identifiable, Queryable, PartialEq, Debug, Serialize, Deserialize, Insertable)]
#[table_name = "blah"]
pub struct Data {
#[diesel(serialize_as = "SensitiveStringSerializer")]
#[diesel(deserialize_as = "SensitiveStringDeserializer")]
Created by David Axmark, Allan Larsson and Michael "Monty" Widenius
Released May 23, 1995
- Organization
- mysql
- Website
- www.mysql.com
- Wikipedia
- Wikipedia
