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 12,283 public repositories matching this topic...
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.
SQL powered operating system instrumentation, monitoring, and analytics.
-
Updated
Jul 17, 2020 - C++
A list of useful payloads and bypass for Web Application Security and Pentest/CTF
-
Updated
Jul 13, 2020 - Python
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
We consider to introduce the SqlSessionManager on reference documentation. It provide thread safe implementation of SqlSession.
Related issues
- #1529
Environment
Knex version: 0.20.10
Database + version: Postgres 12
Bug
- Explain what kind of behaviour you are getting and how you think it should do
knex.raw("?", [
knex.insert({ id: "b", fields: { a: undefined } }).into("test"),
])
- Error message
Distributed database middleware
-
Updated
Jul 17, 2020 - Java
ClickHouse is a free analytics DBMS for big data
-
Updated
Jul 17, 2020 - C++
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
An powerful enhanced toolkit of MyBatis for simplify development
-
Updated
Jul 17, 2020 - Java
We are suddenly running out of background workers and were told on Slack to increase timescaledb.max_background_workers from 8 to 16.
The documentation makes it seem like the timescaledb-tune tool will automatically set the key to a correct value. However the tool [always sets the value to 8](https://github.com/timescale/timesca
q - Run SQL directly on CSV or TSV files
-
Updated
Jul 9, 2020 - Python
Directus 8 Suite — Future-Proof Headless CMS & API for Custom Databases
-
Updated
Jun 20, 2020 - PHP
A javascript library to run SQLite on the web.
-
Updated
Jul 3, 2020 - JavaScript
SQL for Humans™
-
Updated
Mar 30, 2020 - Python
The lightweight, distributed relational database built on SQLite.
-
Updated
Jul 15, 2020 - Go
6.3版本REGEXP有问题
sql如下:select * from testreg where text.keyword <> REGEXP("?")
翻译的dsl如下:可以看到翻译的dsl是must,应该是must_not才对
{
"from": 0,
"size": 200,
"query": {
"bool": {
"filter": [
{
"bool": {
"must": [
{
"regexp": {
"text.keyword": {
"value": "?",
"flags_value": 65535,
"max_determinized_states": 10000,
"boost":
Universal command-line interface for SQL databases
-
Updated
Jun 20, 2020 - Go
The core infrastructure backend (API, database, Docker, etc).
-
Updated
Jul 17, 2020 - C#
Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization
-
Updated
Jul 3, 2020 - Python
Flyway by Redgate • Database Migrations Made Easy.
-
Updated
Jul 17, 2020 - Java
The most popular open-source eCommerce shopping cart solution based on ASP.NET Core
-
Updated
Jul 17, 2020 - C#


Feature Request
Is your feature request related to a problem? Please describe:
This is a really minor nit, but the EXPLAIN output on binary strings is different from what I expected: