-
Updated
Jul 31, 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 32,411 public repositories matching this topic...
-
Updated
Jul 30, 2021 - Java
-
Updated
Jul 31, 2021 - Clojure
-
Updated
Jul 31, 2021 - TypeScript
Issue Description
What are you doing?
I am trying to strongly type my application using Typescript and Sequelize. I have noticed th
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
Jul 11, 2021 - Java
-
Updated
Jul 27, 2021 - Python
-
Updated
Jul 16, 2021 - JavaScript
-
Updated
Jul 31, 2021 - Vue
Bug description
When you run npx prisma init
everything executes without problems but the .gitignore
file is being overwritten with the following content mentioned in Issue #3400
How to reproduce
- Create an empty
npm
project - Create and add some contents to
.gitignore
- Run
npx prisma init
- Open the
.gitignore
file and notice it was overwritten
Expected beha
-
Updated
Jul 31, 2021 - PHP
Environment
Knex version: 0.21.1
OS: docker node:latest
I'd like to be able to write my migrations (and seed) files as es modules with the .mjs file extension like I'm doing with all my other javascript files.
I'd like to be able to run these migrations from within node (not via the cli) like this:
db/migrations/00001-users-table.mjs:
export const up = knex => knex.sche
Please search TODO
in class StandardBootstrapInitializerTest
Overview of the Issue
vtexplain panics on SHOW TABLES
and SHOW FULL TABLES
Reproduction Steps
Steps to reproduce this issue, example:
- Deploy the following
vschema.json
:
{
"ks1": {
"sharded": true,
"tables": {
"user": {
"column_vindexes": [
{
"column":
Describe the Bug
Hi. I've added a repeater interface for my JSON object, and set the fields as follows:
itemid: integer
quantity: integer
When requested from the API, the numbers are returned as strings. Example response:
[{"itemid":"3","quantity":"5","stackable":true}]
Note that the boolean type works correctly as opposed to integers.
To Reproduce
- Create a collection with
-
Updated
Jul 27, 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
Describe the bug
If I pass 'Next 7 days' into the dateRange in query, the response is not a range over the next 7 days but only the day IN 7 days.
To Reproduce
Steps to reproduce the behavior:
- Build a query like this:
const query: Query = {
measures: [
measure
],
timeDimensions: [
{
dimension: 'Your.Dimension,
dateRange: 'Next 7
-
Updated
Jun 24, 2021 - Java
-
Updated
May 9, 2021 - Python
-
Updated
Jul 26, 2021 - Java
-
Updated
Jul 31, 2021 - Go
-
Updated
Jul 27, 2021 - Go
-
Updated
Jun 3, 2021
-
Updated
Jun 7, 2021 - 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
This is kind of a follow up to #32677 and the PR #34762.
In #34762 we improved the test data source implementation by checking the body of the response from Tempo. The Tempo team is not comfortable making the body of a 404 response part of our stable API, so instead we are currently adding a separate endpoint specifically for testing:
/api/echo
(grafana/tempo#714).