-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**…
-
### Please answer the questions below, it helps us to keep track of the issue. Please do not ignore it or your issue will be closed.
1. Which driver are you using and version of it (Ex: PostgreSQL …
-
### Description
This issue is quite similar to this: #34815 but for another statements from the code below.
Adding symbol ; at the end of the first query fixes the issue.
Please also check other …
-
The readme of this repo is really nice! To make it clearer, can you add the SQL schema of the database that I could paste into Supabase's SQL editor to be able to test out what you've built?
-
# Todo
https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-17.0
# Modules to migrate
- [x] base_comment_template - By @alan196 - #876
- [x] bi_sql_editor - By @nguyenminhchien …
-
### Description
sql comment not working on SQL Editor
```sql
-- delete from my_table where 1 = 1;
```
this produces error:
```
Error occurred during SQL query execution
Reason:
SQL Error…
-
### Details
1. Make the SQL editor dock above or side by side Status window. This will make more comfortable the queries.
2. To avoid the error of executing a query for the wrong database, the comb…
-
Hello team,
First of all thanks for the hard work, it is a great SQL client and I am using daily.
Also, I am working daily with a lot of long rows and need to update each row.
It will be grea…
-
Example:
```ts
import {camelCase} from 'bun';
const camel = camelCase("hello world");
// "helloWorld"
```
#### TODO
- [ ] `Bun.camelCase("two words")` -> `"twoWords"`
- [ ] `Bun.capitalCase("two w…
-
DBeaver - **Version 6.3.4 CE EA**
DBeaver driver: **MS SQL Server / Microsoft Driver** _(the new Microsoft Driver)_
Operating System: **Windows 7 / Windows 8.1 / Windows 10**
Database Server: **Mi…