-
Feature request:
Select multiple rows, right click and copy selections as sql statement like insert/delete.
Once copied, the clipborad should have someting like
```sql
INSERT INTO MyTable(ID…
-
Would be super awesome if you could click on a migration and see which SQL statements have run as part of the migration.
dawoe updated
8 years ago
-
Allow pipelining the some requests in a transaction without requiring that all the requests are pipelined. This would allow selecting to get the id of a row, then issuing multiple statements based on…
-
Several tools generate SQL statements that end with a semicolon. This is supported by most database systems out there. [Wikipedia](https://en.wikipedia.org/wiki/SQL_syntax) states:
> SQL statements…
aalbu updated
4 months ago
-
the folks at doctrine have a nice SQL formatter tool:
https://github.com/doctrine/sql-formatter
And they are slowly working to ensure that some of my requests are met (I stronly prefer forcing th…
-
Goal: a CID can act as base for interaction with SQL databases. In particular, it can be converted to:
- `create table` statements , including:
- field name
- datatype
- `not null` unless it is …
-
It could be useful to add diagrams for WHERE and JOIN statements.
For WHERE we can have boxes that show the selection of subsets of the data.
For JOIN there are good figures available with Venn dia…
-
We should investigate if setting up the instrumentation helper for `COMMIT TRANSACTION` statements is intentional. At the very least, the last sampled time is not being accurately tracked for these st…
-
Currently, the evaluation of a single-row UPDATE statement results in a `Get` KV request followed by a `Put` KV request. We can see this in the following trace:
```sql
root@127.0.0.1:26257/defaultdb…
-
1. What is the link to the documentation section that needs improving?
In https://odpi-c.readthedocs.io/en/latest/structs/dpiConnInfo.html#c.dpiConnInfo.dbName
> This is the same value ret…