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.
- Sign up for GitHub or sign in to edit this page
- Created by Donald D. Chamberlin, Raymond F. Boyce
- Released 1986
Here are 9,684 public repositories matching this topic...
There are some bugs with boost::regex that do not exist with std::regex. Is is possible to port osquery/osquery#5444?
I mostly want to move away from boost::algorithm::split_regex, but it doesn't make sense to have multiple regex implementations (boost+std).
Relates to: #5443 #5444
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
Text logs and query_thread_log use the internal thread id, while sanitizer reports or segfaults report the system thread id. Finding out which ids correspond to which is currently impossible.
As a solution, we might just use system thread id for logging.
For the reference, see ExtendedLogMessage::getFrom and getThreadNumber.
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
Nov 29, 2019 - Java
It looks like a great tool, is it possible to translate the documentation to English?
Directus 7 Suite — Future-Proof Headless CMS & API for Custom Databases
-
Updated
Nov 29, 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
Nov 29, 2019 - Java
The core infrastructure backend (API, database, Docker, etc).
-
Updated
Nov 29, 2019 - C#
The most popular open source ecommerce shopping cart solution based on ASP.NET Core
-
Updated
Nov 29, 2019 - C#
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
Nov 29, 2019 - Java
:school_satchel: :rocket: :tada: A list of interview questions. This repository is everything you need to prepare for your technical interview.
-
Updated
Nov 27, 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
Nov 29, 2019 - C
Open source SQL Query Assistant for Databases/Warehouses.
-
Updated
Nov 29, 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