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,417 public repositories matching this topic...
Description
The execution plan test in this file is written in code. Which has poor usability: It's hard to modify test result in code by hand.
Instead, we can move this test to file. Like what we did in other places. As the title said, this issue is focused on regenerating all the UTs in ./planner/core/cbo_test.go
Take what we did in planner/core/point_get_plan_test.go as
There 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
From MDN:
- Chrome has an "Intent to Deprecate and Remove the XSS Auditor"
- Firefox have not, and will not implement
X-XSS-Protection- Edge have [retired their X
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)
In PostgreSQL, @ is a unary operator that returns the absolute value of a number. For example:
jordan=# select @ -5.0;
?column?
----------
5.0
(1 row)
CockroachDB is missing such a unary operator.
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:

Current state
Currently, Comment on Table
COMMENT ON SCHEMA todos IS
'Todos object description';generate a summary for all operations on this resource
/todos:
get:
tags:
- todos
summary: Todos object description
parameters:But sum
Goals
Filter a List of primitives by @count using RealmSwift, since the docs suggest this is possible:
The aggregate expressions
@count,@min,@max,@sumand@avgare supported on List and Results properties, e.g. realm.objects(Company.self).filter("employees.@count > 5")to find all companies with more than five employees.
https://realm.io/docs/swift/latest/#queries
Expec
// create a record
await rxdb.companies.insert({
id: '22 ',
name: 'super man',
ceo_id: '11-22-33',
created_at: '2020-03-20T09:37:53.696303Z',
})
// delete it
const doc = await rxdb.companies.findOne()
await doc.remove()
// now find() returns empty array
const docs = await rxdb.companies.find().exec()
alert(JSON
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
Shall I assume that some of the performance issues with pouchdb-find come from the fact that it always include_docs? See here: https://github.com/pouchdb/pouchdb/blob/master/packages/node_modules/pouchdb-find/src/adapters/local/find/index.js#L87
Looks like there's no option to not include the docs and I can't grasp why including docs is necessary if indexes are created before calling find().
Experience Report
What you wanted to do
Users are confused about the "login" field that is related to ACL. Adding a way to inform Ratel that the ACL is disabled helps to hide it when necessary.
https://discuss.dgraph.io/t/ratel-unable-to-connect-dgraph-server-acl-user-password-error/6292
I searched the documentation, but I can't find any explanation of the "Write changes" and "Revert changes" buttons.
It's confusing for a new user that changes are not fully saved until you click "Write changes". The documentation should point this out and give a description of the underlying mechanism.
I still can't understand what is going on. Does the program issue a BEGIN or a SAVEPOINT
Your documentation shows no way to replace an objects value. Any updates to an object with:
db.get(name).find(selectors).assign(data).write()
merges the data with the existing object...not what I'd expect.
How can we replace a record without merging? Can you update your docs?
-
Updated
Apr 18, 2020 - JavaScript
I've heard GUN mentioned multiple times, but I never understood what it is. This is my experience when looking at the website and navigating from it. Please take it as a constructive criticism of what seems to me as a promising software project.
I've navigated to the main website https://gun.eco/.
The page servers as more like a directory than a landing page.
It was sluggish on mobile, maybe
-
Updated
Apr 19, 2020 - C++
超级表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.
Use multiple thread to load unconfigured schema meta data for different data sources to improve performance of loading.
The code is in RuleSchemaMetaDataLoader line 80, please search // TODO use multiple threads for different data sources
On a sharded collection, if you try to create a custom index (e.g. hash index) with uniqueness, that doesn't include the sharding key (which by default is the autogenerated _key) then it will fail with an error like:
Index creation failed: shard key '_key' must be present in unique index
There's zero documentation that I could find around this, and it's fairly fundamental, since you can't
Feature request description
For now the only way to add TLS validation is though code with RegisterTLSConfig. With providing certificate path though DSN (like pq is doing it) all existing applications will receive TLS certificate validation out of the
-
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
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