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 10,207 public repositories matching this topic...
We should generalize the go-version-check.sh script to verify the presence and minimum versions of all tools required from the developer's environment.
The CONTRIBUTING.md file should be consulted (and likely refreshed) for a list of required dependencies. Additionally, it should be cross-checked against the dependencies listed in build/builder/Dockerfile.
For example, the upgrade to
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
We consider to introduce the SqlSessionManager on reference documentation. It provide thread safe implementation of SqlSession.
Related issues
- #1529
Some scripts are very big and editor will take long time to load into UI - for such scripts we save in drive and run them from workbench or some other tool - just by selecting the file and running it without loading it to editor.
Can we get that feature - probably in tools or some relevant location when we right click on the database name - to run the sql file on selected connection/DB inste
If the typeHandlers.TryGetValue(type, out handler) method should be ranked higher, the typeMap has a list of base types so that 'ITypeHandler' 'SetValue' will have no effect on rewriting the base types.

To change the
 12.1
OS: macOS 10.14.6
Bug
The expirationChecker property on the connection object is not being called to recreate the connection object with new credentials for the database, even though the timeout was reached.
The first time that a request is being made, it works fine but after the timeout, it won't all
FileSystemContext in presto-raptor can now be replaced by HdfsContext given presto-hive-metastore has been separated into a standalone module.
Question
For English only, other languages will not accept.
Before asking a question, make sure you have:
- Googled your question.
- Searched open and closed GitHub issues.
- Read documentation: ShardingSphere Doc.
Please pay attention on issues you su
Use case
Directly import test data from
https://clickhouse-datasets.s3.yandex.net/hits/tsv/hits_v1.tsv.xz
(https://clickhouse.yandex/docs/en/getting_started/example_datasets/metrica/)
inside clickhouse-client.
Describe the solution you'd like
Similar to gz and br.
Additional context
xz is extremely slow in compression and moderate slow in decompression. Decompressio
Issue description
Implement a Travis CI job that checks if the driver compiles on all platforms supported by Go.
Example code
See https://gist.github.com/shogo82148/a7a61b7a1652bff07fc0dfd07ceb2122
Relevant system information:
- OS: archlinux 64bit kernel 5.1.15
- PostgreSQL version (output of
postgres --version): postgres (PostgreSQL) 11.2 - TimescaleDB version (output of
\dxinpsql): 1.5.1 - Installation method: compile from source
Describe the bug
before upgrade, I'm using timescaledb 1.3, pg_dump gives no warning
pg_dump -U myname --format=custom -
Updated
Feb 3, 2020 - Java
It's a minor request, but would be nice to have a URI always pointing for the latest stable version, thus people could use it for installing q in automated scripts. Something like:
https://github.com/harelba/packages-for-q/raw/master/deb/q-text-as-data_latest_all.deb
In the Features section of the documentation for version 0.5.3, it says
"Transactions: t = Database.transaction(); t.commit()."
However, I get an error when trying to do this:
>>> url = '...'
>>> db = records.Database(url)
>>> t = db.transaction()
>>> t.commit()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: '_GeneratorContextManager'
Documentation?
It looks like a great tool, is it possible to translate the documentation to English?
Starting directus 8 (docker directus/directus:v8-apache) on 7's database was not working, I am able to login but none of my collections are available.
Do I need to manually edit something / run migration script ?
Regards
Documentation
http://essql.nlpcn.org/ seems to be not working. Could you help me the page where can I get the full syntax for all supported queries like how to use
- has_children
2.has_parent, - like query (select * from index where field like 'test*'), here I need to use "test" as lower case and '*' which is not the same as sql.
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-
Which version and edition of Flyway are you using?
v6.0.7
Which client are you using? (Command-line, Java API, Maven plugin, Gradle plugin)
Command-line
Which database are you using (type & version)?
MSSQL 14.0.x
Which operating system are you using?
Win10 x64
What did you do?
Just doing meat-and-potatoes migration.
What did y
Hi,
Similar to issue #125 it would be good to allow the same for the letsencrypt certbot container, could you please add a bind IP question during the bitwarden.sh install part in the letsencrypt section.
And something similar with (or storing the information for later in the previous
After facing an issue caused by Ransack interpreting 1/'t' as true and some unsuccessful research, I found about the sanitize args and the recommended way to skip them. The documentation never mentions that ransackable_scopes_sanitize_args must be a class method and the example shown defines an instance method.
I think that's worth a documentation update, making more clear how to use th
nopCommerce Version: 4.00, 4.10, 4.20
Steps to reproduce the problem:
Setup a multi-store
Go to Admin > Configuration > Setting > Catalog setting > on the "Search" section "Search page. Page size options" value is not saved in another store.
I have checked there is a very small change in the view page.
This will serve as a metaissue for several documentation issues needed to be cleaned up before the next release.
- README updates
- Update pandas API coverage - it hasn't been updated, even since new functionality was added
- Make a pass at the README for clarity
- Fix build label to master
- Add some Advanced usage on README - how to start with custom ray/dask
- [
## 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
Poco handles DST as +3600s, however there exists also negative DST offset (-3600s).
Example is Europe/Dublin timezone, where poco erroneously returns offset 7200 instead of 0 during winter with recent tzdata/tzinfo package under Linux.
This line of code causes this behaviour:
https://github.com/pocoproject/poco/blob/poco-1.9.4-release/Foundation/src/Timezone_UNIX.cpp#L79
For background on

Feature Request
Is your feature request related to a problem? Please describe:
There are many tests should be explain test,such as https://github.com/pingcap/tidb/blob/0a0e3881487633612545e813092815d69a288ae0/infoschema/tables_test.go#L390-L428.
Currently our explain test is serial, i