Database
A database is a structured set of data held in a computer, most often a server. Databases use a database management system (DBMS) that interacts with users, similar to a lookup table. Modern databases are designed to allow for creation, querying, updating, and administration of the data it holds.
Here are 12,077 public repositories matching this topic...
Bug Report
1. What did you do?
Run Copr Test, encounter some inconsistent cases due to GROUP BY a constant.
A simplified version:
mysql root@127.0.0.1:test> create table t (a int);
Query OK, 0 rows affected
Time: 1.072s
mysql root@127.0.0.1:test> select max(a) from t group by -1;
(1105, 'other error: [components/tidb_query/src/batch/runner.rs:96]: BatchSlowHashAggregatThere is a difference in safegetzipfile method between xlsx.js & xlsx.mini.js.
One is missing replace(/^Root Entry[\/]/,"") so I get this error "Cannot find file [Content_Types].xml in zip" ev
When adding a new data store database in Metabase it tries to connect first with SSL (if the driver supports SSL), and then without, in that order. If either connection succeeds, the database details are accepted as valid. Yes, you can add driver specific JDBC options to use SSL, but there is no good feed
Right now we have the following, which doesn't validatie the needs of a given view. This allows for any colors to be provided, not necessarily the ones that are required. I'd recommend making these color validations accurate, where for Gauge it would require the min and max for instance. I'm assuming these are required for gauge, that may be in error. Would be nice to provide swagger that p
Issue type:
[ ] question
[ ] bug report
[ ] feature request
[x] documentation issue
Database system/driver:
[ ] cordova
[ ] mongodb
[ ] mssql
[ ] mysql / mariadb
[ ] oracle
[x] postgres
[ ] cockroachdb
[ ] sqlite
[ ] sqljs
[ ] react-native
[ ] expo
TypeORM version:
[x] latest
[ ] @next
[ ] 0.x.x (or put your version here)
A Limit operator with a limit value > 0 is a no-op when used with a SemiJoin or AntiJoin operator that has a True filter. This pattern occurs in a case like this:
root@:26257/defaultdb> EXPLAIN (OPT)
SELECT * FROM (VALUES ('andy'), ('radu')) cust(name)
WHERE EXISTS (
SELECT * FROM (VALUES ('andy', 1), ('andy', 2)) ord(name, num)
WHERE ord.name=cust.name LIMIT 1
);
Describe the bug
When the elevated database user account does not have permission to create a schema, it cannot establish a connection with an existing database.
But when I provided the root account, I successfully established a connection with the database, but prisma created a schema called prisma.
Look like this:
?
Kubernetes 3 x 16gb 4cores, prometheus and grafana running locally.
Steps to reproduce the iss
Darkest dark theme
How to change color of menu bar and scrollings to dark color in darkest dark theme?
and light borders around the fields?
it looks strange in dark theme
Following the README for inserting new items on an array, gives error; insert is not existent; should be corrected to push
-
Updated
Mar 23, 2020 - JavaScript
I'm looking at the react tutorial at https://github.com/amark/gun/wiki/React-Tutorial and noticed that the code examples are using depreciated lifecycle methods such as componentWillMount.
超级表STable的删除有方便的办法吗?
必须先将通过STable创建的表先删除,然后才能删除超级表。当级联表很多时就麻烦了,除非写代码来删除。
The encryption section in Java docs https://realm.io/docs/java/latest/#encryption leads to an example that doesn't properly provide a best practice solution for how to store keys used for encryption.
Hi, we are glad you can fix this issue to become a contributor to Apache Sharding Sphere.
Welcome!
By doing this assignment, you can learn more about how a query SQL is parsed and how to verify the parsing result of a SQL in Apache ShardingSphere.
This issue is to add the parsing assertion for LiteralExpressionSegment by adding the start-index and stop-index attributes in `pa
-
Updated
Mar 18, 2020 - C++
I wish to suggest that you expand benchmark results for ArangoDB to cover graph queries, for a multi-node clustered configuration, perhaps guided by:
- Linked DataBase Council (LDBC), the graph & RDF benchmark reference
- Graph Benchmark: Comparing and Understanding Graph Databases
You do provide [NoSQL Performance Benchmark 2018 – Mongo
Issue description
GitHub changed how issue templates work. We should update ours:
You are using an old version of issue templates. Please update to the new issue template workflow. Learn more
-
Updated
Mar 22, 2020
pgcli depends on humanize which is https://github.com/jmoiron/humanize.
The current version has a slightly odd behavior of rounding down unexpectedly:
In [11]: humanize.naturaltime(datetime.timedelta(seconds=120))
Out[11]: '2 minutes ago'
In [12]: humanize.naturaltime(datetime.timedelta(seconds=119.9))
- Wikipedia
- Wikipedia

I'm using TLS on etcd 3.3.12 and have a mix of etcd proxies and masters. The proxies don't seem to honour the --cipher-suites setting, as it ends up with
ECDHE-RSA-AES256-GCM-SHA384despite--cipher-suites=TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256being set.