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,906 public repositories matching this topic...
TiDB is an open source distributed HTAP database compatible with the MySQL protocol
-
Updated
Nov 5, 2020 - Go
Discussed in this comment
CockroachDB provides a function called gen_random_uuid() which returns a UUID value generated randomly.
However the pg name for this function is uuid_generate_v4()
See this doc
We also probably need to recognize `CREATE EXTE
SQL powered operating system instrumentation, monitoring, and analytics.
-
Updated
Nov 5, 2020 - C++
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: latest
Database + version: any
OS: any
Select applicable template from below.
If issue is about oracledb support, tag @ atiertant. For MSSql tag @ smorey2.
Rest of dialects don't need tags.
If issue is about TypeScript definitions, tag @lorefnon.
Bug
- Explain what kind of behaviour you are getting and how you think it should do
knex.batchInsert as
Now insert and query share the resource ( Max Process Count control) 。 When the query with high TPS,the insert will get error (“error: too many process”). I think separator the resource for Insert and Query will makes sense. Ensure enough resource for insert。It looks like Use Yarn, Insert and Query use the different resource quota。
Or the simple way , Can we set Ratio for Insert and
There is still use old configuration in this page, we need to update them to new version
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
Nov 5, 2020 - C
q - Run SQL directly on CSV or TSV files
-
Updated
Sep 23, 2020 - Python
Directus 8 Suite — Future-Proof Headless CMS & API for Custom Databases
-
Updated
Oct 22, 2020 - PHP
A javascript library to run SQLite on the web.
-
Updated
Oct 27, 2020 - JavaScript
## 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
SQL for Humans™
-
Updated
Aug 12, 2020 - Python
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
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-
Universal command-line interface for SQL databases
-
Updated
Oct 30, 2020 - Go
Is your feature request related to a problem? Please describe.
When exporting a dacpac or bacpac, we have to select a folder for saving the file, which always sets a default of the user home folder (in windows c:\Users\xxx). If you want to save into another folder, which I assume most users do, you have to select it by browsing to it. I know it's a minor thing, but it's annoying when doing it
Flyway by Redgate • Database Migrations Made Easy.
-
Updated
Nov 5, 2020 - Java
The most popular open-source eCommerce shopping cart solution based on ASP.NET Core
-
Updated
Nov 5, 2020 - C#
Modin: Speed up your Pandas workflows by changing a single line of code
-
Updated
Nov 5, 2020 - Python
Database migrations. CLI and Golang library.
-
Updated
Nov 5, 2020 - Go
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
Oct 26, 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