-
### Describe the feature
When writing SQL 'UPDATE' statements using V ORM, there is not a built-in record update feature similar to how Sequel or ActiveRecord in Ruby allow passing the object using M…
-
pkg/ccl/logictestccl/tests/3node-tenant/3node-tenant_test.TestTenantLogic_synthetic_privileges [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_ScratchProjectPutTcExperimentsInHe…
-
Before server restart:
```
$ dolt sql
# Welcome to the DoltSQL shell.
# Statements must be terminated with ';'.
# "exit" or "quit" (or Ctrl-D) to exit. "\help" for help.
media_wiki/main*> select…
-
Take a case where a user has say a 20k item placeholder in parallel, e.g.
```
SELECT $1, $2, $3, $3, $5
```
Running a lot of these in parallel queries results in a large number of active queri…
-
pkg/ccl/testccl/workload/schemachange/schemachange_test.TestWorkload [failed](https://tanzanite.cluster.engflow.com/invocations/default/3d7babf9-c4db-4441-b198-9f40d974c00c?testReportRun=20&testReport…
-
Jira issue originally created by user aarondm:
I am currently trying to work with BINARY columns with Doctrine 2 and MSSQL. In order to get my Entities working I had to create a custom Mapping Type f…
-
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
[Prepared Statements](https://en.wikipedia.org/wiki/Prepared_statement) are widely used by S…
-
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
Some SQL statements require a schema or even a catalog to be specified for successful execu…
-
In .net, see the output of the following statements:
```c#
new[] { default(int?), default(int?) }.Max() // => null
new[] { default(int?), default(int?) }.Sum() // => 0
```
And similar sta…
-
### Access Control for Table-Valued Functions (MS SQL), Table Functions (Oracle), and Set-Returning Functions (PostgreSQL)
In all three DBMS platforms (MS SQL, Oracle, and PostgreSQL), you can genera…