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 1,131 public repositories matching this topic...
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
The on-line demo at http://kripken.github.io/sql.js/examples/GUI/ does not give error messages (for wrong SQL or missing tables or attributes).
The version of @lovasoa does: http://lovasoa.github.io/sql.js/GUI/
Can this App connect clickhouse database ?
-
Updated
Jun 6, 2020 - JavaScript
With options like "Open table" that basically do a SELECT * FROM table ...
"Alter table" Generate ALTER SQL in a tab.
I have an interface with multiple implementing types. Two of these types happen to share a property that is not in the interface. This property is calculated from the data in the same column in the table for both types so each type uses sqlDeps in the field data passed to join-monster. When I query the interface and use fragments to get this overlapping property (among others unique to each type
-
Updated
Jan 5, 2019 - JavaScript
Please, could you provide detailed installation instructions and a complete list of all dependencies, including their versions?
Preferably in the form of a tutorial providing all steps, how to install starhackit on a particular vagrant box, e.g. on most recent Ubuntu.
I.e.:
- Install VirtualBox (version [VirtualBoxVersion] or higher) and [Vagrant](https://www.vagrantup.com/docs/getting-starte
-
Updated
May 4, 2020 - JavaScript
-
Updated
Jun 11, 2020 - JavaScript
This should clearly be configurable.
But the current implementation is a bit lacking. It considers the length of the parenthesized expression in isolation, but it should also consider the current indentation, because the whole point of it is really to limit how long the lines can be. By taking the indentation into the picture, we can name the config option to something like maxLineLength which
-
Updated
Apr 6, 2020 - JavaScript
Describe the bug
react_devtools_backend.js:6 Warning: children should be Select.Option or Select.OptGroup instead of OptGroup.
To Reproduce
open select dropdown
Expected behavior
no react devtools warning
Hmm, ant-design/ant-design#12624 is closed;
although it looks like this warning is irrelevant when looking into your code [here](https:
-
Updated
Jul 1, 2020 - JavaScript
Any plans to get this into DefinitelyTyped?
Originally posted by @danielgwilson in Gmousse/dataframe-js#43 (comment)
Problem
The current implementation makes it impossible to implement the $regex conditional helper. From the documentation :
{ <field>: { $regex: /pattern/, $options: '<options>' } }
{ <field>: { $regex: 'pattern', $options: '<options>' } }
{ <field>: { $regex: /pattern/<options> } }
I tried implementing i
-
Updated
Apr 18, 2020 - JavaScript
-
Updated
Jun 17, 2020 - JavaScript
-
Updated
Nov 5, 2018 - JavaScript
What is the suggestion?
- As a user of this library, I think a great enhancement would be to support usage of capitalized SQL keywords
Why?
I have a model generated by Sequelize with the following information:
module.exports = (sequelize, DataTypes) => {
const user = sequelize.define('test', {
firstName: DataTypes.STRING,
lastName: DataTypes.STRING,
email: DataTypes.STRING,
testField: DataTypes.STRING,
anotherTest: DataTypes.STRING
}, {});
user.associate = function(models) {
-
Updated
May 31, 2020 - JavaScript
-
Updated
Jun 15, 2020 - JavaScript

Issue Description
What was unclear/insufficient/not covered in the documentation
How to update and increment in one single query
If possible: Provide some suggestion on how we can enhance the docs
Add this to the docs.
Additional context
#7268
Issue Template Checklist