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 11,613 public repositories matching this topic...
Feature Request
Is your feature request related to a problem? Please describe:
There are many tests should be explain test,such as https://github.com/pingcap/tidb/blob/0a0e3881487633612545e813092815d69a288ae0/infoschema/tables_test.go#L390-L428.
Currently our explain test is serial, i
const XLSX = require('xlsx');
const wb = XLSX.utils.book_new();
const ws = XLSX.utils.json_to_sheet([]);
XLSX.utils.book_append_sheet(wb, ws, 'Bug sheet');
ws.A1 = { t: 's', f: 'square' };
XLSX.writeFile(wb, 'formula.ods');The resulting .ODS file contains:
<table:table-cell table:formula="of:=square" office:value-type="string"><text:p>undefined</text:p></table
When a user changes their profile information (at /user/edit_current) and clicks the Update button, there is no feedback to the user that the update was attempted, or its outcome. This could lead users to believe that nothing happened.
Steps to reproduce
- Log in
- Click on the gear icon in the top left, and select Account settings
- Change your first/last name
- Click the _Up
The contribution guide is missing information detailing Rust and Typescript.
We should generalize the go-version-check.sh script to verify the presence and minimum versions of all tools required from the developer's environment.
The CONTRIBUTING.md file should be consulted (and likely refreshed) for a list of required dependencies. Additionally, it should be cross-checked against the dependencies listed in build/builder/Dockerfile.
For example, the upgrade to
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)
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:
) {
u as uid
n as name
}
}
mutation @if(eq(n, "Animesh")) {
set {
uid(u) <name> "Ashish" .
}
}
}
Example error:
details = "while parsing query: "{\n me(func: eq(name, \"Animesh\")) {\n
Following the README for inserting new items on an array, gives error; insert is not existent; should be corrected to push
Some scripts are very big and editor will take long time to load into UI - for such scripts we save in drive and run them from workbench or some other tool - just by selecting the file and running it without loading it to editor.
Can we get that feature - probably in tools or some relevant location when we right click on the database name - to run the sql file on selected connection/DB inste
-
Updated
Feb 3, 2020 - JavaScript
There's no published benchmark for IOPS on S3 storage
Would it be possible to post this alongside the other benchmarks?
S3 storage would be super cheap way to get started because it's serverless (thus more folks would potentially use gun.js)
Thank you for the useful service. I would like to see more Auth/ABAC for startup usage, right now I'm using a centralized database because it's uncle
超级表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.
Question
For English only, other languages will not accept.
Before asking a question, make sure you have:
- Googled your question.
- Searched open and closed GitHub issues.
- Read documentation: ShardingSphere Doc.
Please pay attention on issues you su
My Environment
- ArangoDB Version: 3.5.0
- Storage Engine: RocksDB
- Deployment Mode: Single Server
- Deployment Strategy: Manual Start
- Configuration: Nothing special
- Infrastructure: My laptop
- Operating System: Ubuntu 18.04
- Total RAM in your machine: 10Gb in VM, 32GB total
- _
-
Updated
Feb 3, 2020 - C++
Issue description
Implement a Travis CI job that checks if the driver compiles on all platforms supported by Go.
Example code
See https://gist.github.com/shogo82148/a7a61b7a1652bff07fc0dfd07ceb2122
-
Updated
Feb 2, 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))
There is a document describing how to migrate an existing etcd cluster from HTTP communication to encrypted HTTPS.
The document uses v2-based CLI, some of those commands have different args or output format in their v3 equivalent, and some of them (like
etcdctl cluster-health) doesn't seem to exist in v3. The documen