-
Issue overview
--------------
I followed the instructions on my Windows machine. I ran into issues with some of the SQL in the code not being properly wrappered.
Here is the patch I applied in o…
-
https://github.com/timeseries/qstudio/blob/master/DEVTESTING.md
## Open new version with your old settings
- [x] 1. Check all servers still visible.
- [x] 2. Check all previously open files a…
-
Could you please upload the codes for pre-processing the WikiSQL or the datasets after pre-process?
-
### Version
1.22.0
### What happened?
I have a column which has [tsvector](https://www.postgresql.org/docs/current/datatype-textsearch.html#DATATYPE-TSVECTOR) data type.
I need to insert more than…
-
# Bug report
- [x] I confirm this is a bug with Supabase, not with my own application.
- [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://gith…
-
Diesel currently supports the postgres array types. We do not provide built-in support for [various methods](https://www.postgresql.org/docs/current/functions-json.html) available for these types. Thi…
-
### Description
When I type select top 100 * from SomeTable, the top keyword is highlighted as an error with the error text “Column [top] not found”
![image](https://github.com/user-attachments/asse…
-
I don't think the documentation ever mentions how to transform
```ts
from(Users).select('*').where(() => Users.fields.id.eq(1));
```
into
```sql
select * from users where id = 1;
```
to supp…
-
## Background:
I have a question regarding functions (https://cloud.google.com/bigquery/docs/reference/standard-sql/functions-and-operators?hl=en).
I see **some of them are already supported via S…
-
This will be needed on rare occasions, at least in my project it is. I am currently working on a solution.