-
Updated
Jun 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 30,748 public repositories matching this topic...
-
Updated
May 31, 2021 - Java
-
Updated
Jun 2, 2021 - Go
-
Updated
Jun 2, 2021 - Clojure
-
Updated
Jun 1, 2021 - TypeScript
Issue Description
What was unclear/insufficient/not covered in the documentation
TypeScript complains about $nested.column$
syntax in query where clause. Because the where clause is typed as needing to be attributes of the model being queried, this syntax triggers an error since these object keys are not attributes of the model.
If possible: Provide some suggestion on how we
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
May 25, 2021 - Java
-
Updated
Jun 1, 2021 - Python
-
Updated
Apr 18, 2021 - JavaScript
-
Updated
Jun 1, 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().
})
Hi there,
This is a subsequent simple task of #10603. Welcom anyone who wants to have a try. :)
Just replace the keyword Calcite
with Federate
for all the SQLs, the names of variables and configuration file in shardingsphere-jdbc/shardingsphere-jdbc-core/src/test
.
Please refer to How to raise a PR
Since we've upgraded our ProtoBuf package version in vitessio/vitess#8075, the new serializer to JSON and ProtoText inserts random whitespace on its output that prevents byte-wise comparison.
Our test suite makes extensive use of "golden tests" that compare these outputs. In order to complete the upgrade successfully, I had to disable the randomness in the serializer.
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
May 31, 2021 - Java
When I try to remove a repeater item on mobile pressing the "X" on the right, instead of removing it, it tries to drag (to reorder) it, no matter what I try.
Directus v9.0.0-rc69
Chrome for Android v91.0
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
Jun 1, 2021 - Vue
-
Updated
May 4, 2021 - Java
-
Updated
May 9, 2021 - Python
-
Updated
May 31, 2021 - Go
-
Updated
May 31, 2021 - Java
-
Updated
Jun 2, 2021 - Go
-
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
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).