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.
-
- Sign up for GitHub or sign in to edit this page
Here are 10,698 public repositories matching this topic...
Always to test tidb performance by POC,sometimes we will use the production data,sometimes we can use public dataset such as ONTIME,like percona. the Genaral data format is CSV,could you provide an example like Percona-lab which used for TiDB.
https://github.com/Percona-Lab/ontime-airline-performance/tree/master/mysql
I noticed a bug in the html_to_sheet function. When reading cells that are empty, the cell index is correctly incremented, but if the cell has HTML tags and is observed to be empty after stripping the tags, the cell index is not incremented. This results in misalignment of the subsequent cells:
https://github.com/SheetJS/js-xlsx/blob/e3c5eac99c3b2be6929adfca455c1be87fab792b/xlsx.js#L18956-L18
Tasks use some rfc3339nano timestamps in a few places. influxdata/influxdb#12280 is related to a run's startedAt and finishedAt values not matching swagger, because the type is defined as date-time in swagger but rfc3339nano doesn't match.
Dashboards' createdAt and updatedAt have the same issue; see influxdata/influxdb#12298.
There may be o
Describe the bug
POST to /api/database will overwrite an existing database instead of erroring
To Reproduce
Create a database with a POST to /api/database.
Run the same call again.
Expected behavior
Expect Metabase to error and say, "Database with name 'foo' already exists"
Actual behavior
Metabase gives another 200 and will overwrite any previous database config with
It should be possible to cast JSON scalars to their corresponding SQL types, but it currently is not possible.
We should support:
JSON numeric -> int
JSON numeric -> float
JSON numeric -> decimal
JSON numeric -> string
This change should be pretty straightforward - CastExpr.Eval
should be edited in eval.go
to add the missing cases, and tests added to `pkg/sql/sem/tree/testdata/eval
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:

Automatic SQL injection and database takeover tool
-
Updated
Oct 16, 2019 - 9 commits
- Python
:koala: - PouchDB is a pocket-sized database.
-
Updated
Oct 16, 2019 - 4 commits
- JavaScript
query having eq
function in condition, gives weird error message.
Example query:
upsert {
query {
me(func: eq(name, "Animesh")) {
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
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
👩💻👨💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.
-
Updated
Oct 16, 2019 - 343 commits
- JavaScript
A realtime, decentralized, offline-first, graph protocol to sync the web.
-
Updated
Oct 16, 2019 - 1 commits
- JavaScript
超级表STable的删除有方便的办法吗?
必须先将通过STable创建的表先删除,然后才能删除超级表。当级联表很多时就麻烦了,除非写代码来删除。
⛁ A realtime Database for JavaScript Applications
-
Updated
Oct 16, 2019 - 3 commits
- TypeScript
ArangoDB Version: 3.4.4
Storage Engine : RocksDB
Deployment Mode: Single node
Deployment Strategy : Manual Start
Infrastructure: AWS
Operating System: Ubuntu 16.04
Total RAM in your machine: 32Gb.
Hi @jsteemann @graetzer @lservini
As per my understanding from this FAQ:
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
Describe what is not working as expected.
Using EFCore to timeshift timestamps does not work as expected.
If you are seeing an exception, include the full exceptions details (message and stack trace).
Exception message:
System.Data.SqlClient.SqlException (0x80131904): Conversion failed when converting date and/or time from character string.
Steps to reproduce
The result set has more than 1000 rows.
Do you want to continue? [y/N]:
When I say N
, I have to redo the query with a LIMIT
clause. This can be annoying to wait when the query took a while. Instead of just [y/N]
I'd like an option to display the first 1000 rows.
A curated list of awesome big data frameworks, ressources and other awesomeness.
-
Updated
Oct 16, 2019 - 469 commits
Multi-line queries have a prompt_continuation (or not currently, due to issue 681, but that's beside the point). But even with prompt_continuation set to an empty string, it starts the next line indented, even when it's just due to wrapping at the edge of the terminal window:
db> select "example text that wraps onto the nex
t line";
I often copy/paste my query fr
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。
-
Updated
Oct 16, 2019 - 306 commits
- C++
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