-
Updated
Apr 25, 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 29,819 public repositories matching this topic...
-
Updated
Apr 24, 2021 - Java
-
Updated
Apr 25, 2021 - Go
-
Updated
Apr 24, 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
Apr 24, 2021 - TypeScript
-
Updated
Apr 24, 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
Apr 25, 2021 - Python
-
Updated
Apr 18, 2021 - JavaScript
-
Updated
Apr 24, 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().
})
When I run "vtctlclient help ApplyRoutingRules", I get informations on how to use this option. But when I run "vtctlclient help GetRoutingRules", I do not get such informations, and it looks like the routing rules are displayed. Output below.
jgagne@ip-172-31-40-211:~/my-vitess-example$ vtctlclient help GetRoutingRules
{
}
jgagne@ip-172-31-40-211:~/my-vitess-example$ vtctlclient hel
-
Updated
Apr 23, 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
Steps to reproduce:
- create collection Categories
- create collection Articles
- add relational field to Articles for example M2O
- add rule Author with all permissions on Articles and only read permission on Categories
When author user add/edit Article visually he can add/edit Category. Finally if saving got an arror:
{
"message": "You do
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
Hi Team,
I've added a dimension of type "boolean" in my Cube. I'm trying to determine if a group of people are users by asking cube if a User ID is or is not set.
userId: {
sql: `uid`,
type: `boolean`,
title: "User Id",
},My expectation would be that Cube would translate this into either a true or false output but Cube is returning the actual user ID. Additional
-
Updated
Mar 31, 2021 - Java
-
Updated
Apr 23, 2021 - Python
-
Updated
Apr 19, 2021 - Go
-
Updated
Apr 24, 2021 - Go
-
Updated
Apr 11, 2021 - Java
-
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
Created by David Axmark, Allan Larsson and Michael "Monty" Widenius
Released May 23, 1995
- Organization
- mysql
- Website
- www.mysql.com
- Wikipedia
- Wikipedia
When using right Y-axis, the first (rightmost) legend label is hard to click. Only a small fraction on the left side of the label is actually clickable. Almost impossible to hit on touch devices.
I assume this is due to the negative margin of the parent item (
<div class="view" ...>)![recording](https://user-images.githubusercontent.com/12658837/93191834-46273480-f745-11ea-8eb8-3c9921a5b