-
The SQL function call for `vectorize.table` looks like this:
```sql
vectorize."table"(
"table" TEXT,
"columns" TEXT[],
"job_name" TEXT,
"primary_key" TEXT,
"schema" TEXT D…
-
### Version
1.27.0
### What happened?
I tried to create a quite simple `SELECT` query and was not sure why the `LIMIT` and `OFFSET` params were not working properly. After inspecting the generated …
-
**Input data**
```sql
SELECT set.foo FROM settings AS set
```
Here's a more complex example (the error is a bit different):
```sql
SELECT id AS srvid,
CASE WHEN id = $1 THEN $2
ELSE
…
-
### Bug Description
Hi Team,
We are trying to perform text to sql operation and we are using SQLTableSchema as part of that. In this case, we are passing table name without prefixing schema. Even …
-
### Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
### Branch Name
main
### Commit ID
v2.0.0-e08947032-2024-10-09
### Other Environment Information
```Ma…
-
### Bug description
The error is that the Jinja macro "Dataset" is replaced by a subquery using an alias with the keyword "as" in the "from" clause. In SQL syntax, the keyword "as" is optional in the…
-
```sql
create or replace function get_group()
returns text language sql stable
as $function$
select current_setting('request.groups', true)
$function$;
```
this function returns v…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…
-
@pavish in the `develop` branch I'm seeing a failing SQL test, `test_get_roles`, which you appear to have authored in #3663.
`docker exec mathesar_dev_db /bin/bash /sql/run_tests.sh -v -x test_get_ro…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a…