-
We get different MON$SQL_TEXT values without using AUTOTERM and when using it.
A simple example for the statement "select MON$SQL_TEXT from MON$STATEMENTS;":
```
SQL> set list on;
SQL> set blob al…
-
## Objectives
As a potential user of Granite Code, I will be able to experiment hands-on with the Granite Code's text to sql capability, and to get some initial concrete details of how a production d…
-
Experiment with text-to-sql from within the database. Can we embed the pg_catalog and use it to power text-to-sql?
-
### Apache Hop version?
SNAPSHOT-2024-11-15
### Java version?
java version 21.0.2
### Operating system
macOS
### What happened?
In the Table Input transform, when using Ctrl + Space to open the…
-
### Is your feature request related to a problem? Please describe.
When tracing an application and troubleshooting application issues, it is often useful to trace a SQL query from the application in …
-
### ML-Crate Repository (Proposing new issue)
:red_circle: **Project Title** : Text to SQL Dataset Analysis
:red_circle: **Aim** : The aim is to analyze the dataset using machine learning methods.
…
-
### Bug Description
Hi,
TLDR, when I ask query "Show all topics" it creates query "SELECT name FROM topic", while the actual table name is topic**s**, the query fails obviously
## Here is my se…
-
Hi, I have a partitioned table setup with a cron job that calls `partman.run_maintenance('table')` every week. About 3 weeks ago, my job started to fail due to timeouts. I just noticed this week and I…
-
We should enable the connection of our RAG system with our customers' internal databases.
This requires developing capabilities for text-to-sql, text-to-cypher, etc…
* text-to-sql:
* [https://medi…
-
[`Example 3`](https://gaelj.github.io/BlazorCodeMirror6/example3) which is not using `UploadBrowserFile` works as expected:
* drag a file into the text area
* just the file contents is shown, not `[…