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 13,072 public repositories matching this topic...
TiDB is an open source distributed HTAP database compatible with the MySQL protocol
-
Updated
Sep 9, 2020 - Go
In Postgres, you can write a query like UPDATE ONLY tablename .... Here's what the docs say:
If ONLY is specified before the table name, matching rows are updated in the named table only. If ONLY is not specified, matching rows are also updated in any tables inheriting from the named table. Optionally, * can be specified after the table name to explicitly indicate that descendant tables ar
SQL powered operating system instrumentation, monitoring, and analytics.
-
Updated
Sep 9, 2020 - C++
A list of useful payloads and bypass for Web Application Security and Pentest/CTF
-
Updated
Sep 6, 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
Environment
Knex version: 0.21.1
OS: docker node:latest
I'd like to be able to write my migrations (and seed) files as es modules with the .mjs file extension like I'm doing with all my other javascript files.
I'd like to be able to run these migrations from within node (not via the cli) like this:
db/migrations/00001-users-table.mjs:
export const up = knex => knex.sche
Please add test cases for:
- ProxyContext.init()
- ProxyContext.schemaExists()
- ProxyContext.getSchema()
- ProxyContext.getAllSchemaNames()
Issue description
Go 1.15 will introduce a new Validator interface, which may be implemented by Conn to allow drivers to signal if a connection is valid or if it should be discarded:
An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension.
-
Updated
Sep 8, 2020 - C
q - Run SQL directly on CSV or TSV files
-
Updated
Aug 30, 2020 - Python
Directus 8 Suite — Future-Proof Headless CMS & API for Custom Databases
-
Updated
Aug 3, 2020 - PHP
A javascript library to run SQLite on the web.
-
Updated
Sep 4, 2020 - JavaScript
SQL for Humans™
-
Updated
Aug 12, 2020 - Python
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-
Whenever I submit a GET request to the api/public/groups endpoint, the "collections" field for each group returns "None" on every group, even if they have access to collections. I can verify that the
## Python/Regex fix
This is a reminder for me or a task if anyone wants :P
Basically, The last two questions aren't really regex's questions.
To do:
- Move said questions to correct place.
- Add new regex questions (Python related!)?
- Maybe add a new ## Regex section, as it is a valuable skill
Universal command-line interface for SQL databases
-
Updated
Aug 31, 2020 - Go
Flyway by Redgate • Database Migrations Made Easy.
-
Updated
Sep 8, 2020 - Java
The most popular open-source eCommerce shopping cart solution based on ASP.NET Core
-
Updated
Sep 8, 2020 - C#
Modin: Speed up your Pandas workflows by changing a single line of code
-
Updated
Sep 8, 2020 - Python
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
Sep 5, 2020 - C



Issue Description
While using model.bulkCreate, as we pass the options, an object which contains transaction, it comes modified after the execution
What are you doing?
We have called bulk