-
Updated
Mar 8, 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,701 public repositories matching this topic...
-
Updated
Mar 8, 2021 - Java
-
Updated
Mar 8, 2021 - Go
-
Updated
Mar 8, 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
Mar 8, 2021 - TypeScript
-
Updated
Mar 6, 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
Mar 4, 2021 - Python
-
Updated
Mar 1, 2021 - JavaScript
-
Updated
Mar 8, 2021 - PHP
Feature request
Is there any chance to have a Knex native way to set "DEFERRABLE INITIALLY DEFERRED" on a table with foreign key constraints ?
knex.schema.table('users', function (table) {
table.integer('user_id').unsigned()
table.foreign('user_id').references('Items.user_id_in_items').deferred().
})
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
Mar 8, 2021 - Java
Issue description
This option will improve performance in many scenarios
https://dev.mysql.com/worklog/task/?id=8134
https://www.facebook.com/weixiang.zhai/posts/678596755543802
Hello,
On a wysiwyg content, when you want to add a picture (or video), the modal to select the picture to add appears behind the Insert/Edit Image page.
The modal to select the picture should be above the "insert/Edit Image".
Feature request: A way to set CUBEJS_CACHE_AND_QUEUE_DRIVER parameter from the cube.js file / config
As per the title
I wanted to use cubejs backend-server with an existing expressjs deployment, so I'm trying to avoid adding too many environment variables because they can be hard to keep track of (there are already many environment variables in the existing project) and I just thought it'd be a natural progression since most of the env configs can already be set from code :)
-
Updated
Dec 21, 2020 - Java
-
Updated
Mar 3, 2021 - Python
-
Updated
Mar 7, 2021 - Go
I am intentionally making this issue specific but I assume it could be expanded to include much more of the API.
Problem
I do not have the entire Prisma Client API perfectly (let alone roughly) committed to memory.
When I go to use it to query for many results the operations tell me nothing about what and why they will do. I only have types to work with.
I don't want to open my br
-
Updated
Oct 17, 2020 - Objective-C
-
Updated
Mar 4, 2021 - Java
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