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 20,777 public repositories matching this topic...
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
create database db;
use db;
rename table tb1 to tb2;
2. What did you expect to see? (Required)
MySQL 5.7
ERROR 1017 (HY000): Can't find file: './db_optimistic/tb1.frm' (errno: 2 - No suc
I'm trying to migrate from PHPOffice/PhpSpreadsheet to this package. PhpSpreadsheet works fine with my xlsx file, while sheetjs gives no info about hidden rows. It's really important since my script needs to ignore hidden cells.
Mentioned file has been sent to email from the Contributing doc.
Package version: "xlsx": "^0.17.4".
-
Updated
Jan 25, 2022 - Clojure
-
Updated
Jan 24, 2022 - TypeScript
-
Updated
Jan 22, 2022 - JavaScript
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
Is your feature request related to a problem? Please describe.
Before postgres version 13, there was no way to tell postgres to stop using a default expression for a stored, generated column. In 13, they added DROP EXPRESSION syntax. Cockroach has long had DROP STORED syntax, which is, well, confusing and hard to discover.
This form turns a stored generated column into a normal base
-
Updated
Jan 24, 2022 - Go
-
Updated
Jan 24, 2022 - Python
-
Updated
Jan 10, 2022 - C++
-
Updated
Jan 25, 2022 - C++
Describe the bug
I would like to create a new API key with restricted permissions on a given index. The API returns an error when I specify the action documents.*. According to the documentation of v0.25,
The * character can also be used as a wildcard to get all permissions for a route, e.g. documents.* to authorize acc
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:


etcd depends on gobin (https://github.com/myitcv/gobin) that since go 1.16 can get replaced with
go run $pkg@$version:Please refactor the scripts to use upstream
go run: