-
Updated
Sep 1, 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 33,353 public repositories matching this topic...
-
Updated
Aug 31, 2021 - Java
-
Updated
Sep 1, 2021 - Clojure
-
Updated
Aug 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
Issue split from hasura/graphql-engine#6951
our pytest output has a pretty low signal:noise ratio, and it's often difficult to understand the cause of a test failure, if there is one. [Example: a 8600-line log for what turned out to be a flaky test that passed on a second run](https://app.circleci.com/pipelines/github/hasura/graphql-engine-mono/10008/workflows/5e17c7
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
Aug 24, 2021 - Java
-
Updated
Sep 1, 2021 - Python
-
Updated
Aug 31, 2021 - Vue
-
Updated
Aug 9, 2021 - JavaScript
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
Sep 1, 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
Scenario:
- Single vttablet, connecting to external MySQL (happens to be RDS Aurora, but I doubt it matters).
- Single unsharded keyspace (
keyspace3
), no vschema, with a single table, containing a single row - Test program using the Python
pymysql
driver, using theCLIENT.FOUND_ROWS
flag, and updating a single row to it's current key value (i.e. no rows are updated, but a single row
Preflight Checklist
- I have completed all Troubleshooting Steps.
- I'm on the latest version of Directus.
- There's no other issue that already describes my problem.
Describe the Bug
When I try to use "sor
-
Updated
Sep 1, 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
Serverless: Deprecation warning: Variables resolver reports following resolution errors:
- Cannot resolve variable at "provider.environment.CUBEJS_APP": Value not found at "self" source,
- Cannot resolve variable at "functions.cubejsProcess.events.0.event.resource": Value not found at "self" source
From a next major this will be
-
Updated
Aug 14, 2021 - Java
-
Updated
May 9, 2021 - Python
-
Updated
Aug 18, 2021 - Java
Repro
- Clone any repository
- Run
dolt fetch remotes/asdasdasd
Panic:
panic: runtime error: slice bounds out of range [6:5]
goroutine 1 [running]:
github.com/dolthub/dolt/go/libraries/doltcore/ref.NewRemoteRefFromPathStr(0x7ffeefbff973, 0x5, 0x8, 0x1, 0x0, 0xc000601200)
/Users/vinairachakonda/go/src/dolthub/dolt/go/libraries/doltcore/ref/remote_ref.go:80 +0x368
github.co
-
Updated
Aug 3, 2021
-
Updated
Aug 25, 2021 - Go
-
Updated
Jun 7, 2021 - Objective-C
Created by David Axmark, Allan Larsson and Michael "Monty" Widenius
Released May 23, 1995
- Organization
- mysql
- Website
- www.mysql.com
- Wikipedia
- Wikipedia
What happened:
The classnames library is not necessary as emotion/css has a similar function called cx. For consistency we should refactor our codebase to only use emotion's classname implementation.
Tasks: