SQL
SQL stands for structured query language. It uses commands such as "select", "insert", "update", "delete". Some common relational database management systems that use SQL are: Oracle, MySQL, Microsoft SQL Server, PostgreSQL, etc.
Here are 9,824 public repositories matching this topic...
Bug report
power_sensors table returns -1.00 value for all power related SMC keys, instead of actual values.
osquery> .all power_sensors;
+------+----------+-------------------+-------+
| key | category | name | value |
+------+----------+-------------------+-------+
| PBLC | power | Battery Rail | -1.00
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
Use case
https://example.text/file.gz?a=b#xyz won't be detected as gzip-compressed file.
The documentation for timescaledb_information.hypertable says that it returns …bytes columns, but it actually returns pretty-printed sizes such as “99 MB” on TimescaleDB 1.4. (This is also what the sample under the list of columns shows.)
I would actually like to get the values in bytes, but this doesn't seem to be av
An powerful enhanced toolkit of MyBatis for simplify development
-
Updated
Dec 15, 2019 - Java
Documentation?
Is the README the only documentation available for this project? I find myself having to read the source to understand the interface and features that are available (e.g., context managers, bulk_query, etc.).
In the case of bulk_query, the arguments are simply passed through to the underlying SQLAlchemy engine, with no explanation. I tracked it down in [SQLAlchemy's documentation](https:/
It looks like a great tool, is it possible to translate the documentation to English?
Directus 8 Suite — Future-Proof Headless CMS & API for Custom Databases
-
Updated
Dec 15, 2019 - PHP
Hello Philip!
I think there is an issue with this part of the code of rqlite (store/store.go).
func (s *Store) Database(leader bool) ([]byte, error) {
if leader && s.raft.State() != raft.Leader {
return nil, ErrNotLeader
}
// Ensure only one snapshot can take place at once, and block all queries.
s.mu.Lock()
defer s.mu.Unlock()
f, err := ioutil.TempFile("", "rqlilte-snap-
Flyway by Boxfuse • Database Migrations Made Easy.
-
Updated
Dec 13, 2019 - Java
Hi,
I struggle with user and groups import.
I'm using the directory connector and it is working fine.
What is misleading is that the import API (organization/{orgID}/import) check if there are enough seats available (enough licenses for the newly imported users) but do not re
nopCommerce version: 4.00
Make "buy now" redirect to login page if customer is not logged in.
Currently if you do not enable anon purchases (required by us) then there is no purchase button and it is not intuitive that they must register/login to purchase.
Is there anyway we could still have the buy now button but force the user to login/register if they click it?
OrientDB is the most versatile DBMS supporting Graph, Document, Reactive, Full-Text, Geospatial and Key-Value models in one Multi-Model product. OrientDB can run distributed (Multi-Master), supports SQL, ACID Transactions, Full-Text indexing and Reactive Queries. OrientDB Community Edition is Open Source using a liberal Apache 2 license.
-
Updated
Dec 13, 2019 - Java
:school_satchel: :rocket: :tada: A list of interview questions. This repository is everything you need to prepare for your technical interview.
-
Updated
Dec 15, 2019
The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems.
-
Updated
Dec 15, 2019 - C
Open source SQL Query Assistant for Databases/Warehouses.
-
Updated
Dec 15, 2019 - Python
This page
https://github.com/pingcap/tidb/blob/master/sql/mysql-compatibility.md
on
https://github.com/pingcap/tidb
is not found
also, auto increment counter supported? would like to chk out the difference between the two