-
**Describe the bug**
When viewing a table that I had set up with unique and non-unique indexes, I wanted to see which indexes were unique. However, none of them show as unique (even the primary key)…
-
These statements might not work correctly:
``` java
DSL.using(configuration)
.select(A, B, count())
.from(T)
.groupBy(a, b)
.orderBy(count())
.seek(10)
.limit(10);
```
…
-
Jira Link: [DB-8853](https://yugabyte.atlassian.net/browse/DB-8853)
[DB-8853]: https://yugabyte.atlassian.net/browse/DB-8853?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2…
-
`DatabaseConnection` has a `executeQuery` method. I believe it will be beneficial to add the plural form as well `executeQueries`, which receive an array of queries. This should be exposed from `kysel…
-
### Report hasn't been filed before.
- [x] I have verified that the bug I'm about to report hasn't been filed before.
### What version of `drizzle-orm` are you using?
0.36.0
### What versi…
-
Build the first version of an ORM that can be used to build and execute typed SQL statements.'
-
Jesse Seldess commented:
We need to add a page on "Prepared Statements", covering both how these work in application code and how they can work for scripts/testing.
The MySQL docs are a good refe…
-
## Add property to control whether union all same database sql routes
now union all same database sql routes is default. However union all will cost much time than before. This cause an ex…
-
**Describe the bug**
- Create a PostgreSQL dialect .sql file with a COPY statement containing the end-of-data delimiter (`\.`, backslash dot / period) ([see documentation](https://www.postgresql.org/…
-
#3007 (released in 0.7.4) deprecates `execute_many()` and `fetch_many()` in the `query*()` family of functions. These functions were meant to allow executing a single query string containing multiple …