-
Updated
Apr 28, 2022 - 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 40,566 public repositories matching this topic...
-
Updated
Apr 28, 2022 - Java
Enhancement
[2022-02-14T04:12:14.746Z] ----------------------------------------------------------------------
[2022-02-14T04:12:14.746Z] FAIL: db_test.go:7069: testSerialDBSuite.TestModifyColumnTypeWhenInterception
[2022-02-14T04:12:14.746Z]
[2022-02-14T04:12:14.746Z] db_test.go:7124:
[2022-02-14T04:12:14.746Z] c.Assert(checkMiddleWarningCount, Equals, true)
[2022-02-14T04:12:
-
Updated
Apr 28, 2022 - Clojure
-
Updated
Apr 28, 2022 - TypeScript
Recommending Features
We have just upgraded NocoDB to v0.8.16 and the Persian interface has been included to the interface - thanks to the developers and @dstala - but the font is actually weird that it cannot be read properly.
We have chosen a nice font which you can find in another repository in Github that I will share its address.
Need for this feature
The current Persian font (
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
Working on a project I ran into the documentation for customizing the Foreign Key.
The docs read:
// https://sequelize.org/master/manual/assocs.html
// For example, to use UUID as the foreign key data type instead of the default (INTEGER), you can simply do:
const { DataTypes } = require("Sequelize");
Foo.hasOne(Bar, {
foreignKey: {
// name: 'myFooId'
type: D
-
Updated
Feb 14, 2022 - Java
Bug description
On windows, I run prisma format
and note the unusual file ending. The lines are all LF, but the very last line is CRLF.
This causes issue on my Linux CI where it formats it ending in LF's only, causing a diff to occur and the build to fail.
How to reproduce
- On windows do prisma format
- Open in HxD or similar
- See attached:

- Update configurations
Currently we only support Upsert for CockroachDB. Implementing same for MySQL should be pretty straightforward as well.
Wonder if we can also use INSERT ON CONFLICT UPDATE for PostgreSQL to ensure operation with same signature also works.
Describe the Bug
To Reproduce
Make sure you have a lot of rows in a table and then change the table spacing to compact.
Errors Shown
None
What version of Directus are you using?
9.8.0
What version of Node.js ar
-
Updated
Mar 5, 2022
Our parser outputs all aggregations functions using the general sqlparser.FuncExpr
. This is a little clunky and requires us to do additional checks before we are sure that the aggregation we have is valid and what it is aggregating.
I suggest we instead introduce one struct type per aggregation, and have them all implement some interface. This would help clean up the code.
Example:
-
Updated
Apr 28, 2022 - Java
Describe the bug
Using a time dimension on a runningTotal measure on Snowflake mixes quoted and unquoted columns in the query. This fails the query, because Snowflake has specific rules about quoted columns. Specifically:
- All unquoted column names are treated as upper case
- Quoted column names are case sensitive.
So "date_from" <> date_from
To Reproduce
Steps to reproduce
-
Updated
Apr 26, 2022 - 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
-
Updated
Apr 12, 2022 - Java
-
Updated
Apr 25, 2022 - Java
Consider the following table:
dsimple> create table t(val char(3));
dsimple> insert into t values ('dasdsa');
string is too large for column
Dolt should add to the error message the name of the offending column like mysql
mysql> insert into t values ('dasdsa');
ERROR 1406 (22001): Data too long for column 'val' at row 1
-
Updated
Apr 7, 2022 - Python
Created by David Axmark, Allan Larsson and Michael "Monty" Widenius
Released May 23, 1995
- Organization
- mysql
- Website
- www.mysql.com
- Wikipedia
- Wikipedia