-
Implement a search functionality using **Natural Language Processing (NLP)** to allow users to search across various projects stored in a **PostgreSQL** database. The goal is to enable intelligent and…
-
### 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…
-
The SQL that is being generated in/around `DateTimeOffset` (Both nullable and non) in SQLite does not work under `Sql.DateAdd` or `!=` comparisons.
### Steps to reproduce
See Below Repro which s…
-
#### Feature request type
Until now fail2ban can only read the journal and classic log files.
But some systems logs the fail's into it's own databases.
#### Description
It would be very helpfu…
-
Hello team!
I´m updating overwatch from version 0.7.2.2.1 to version 0.8.0.0 (and I will continue updating to the last version). The update was fine (executing the notebook to update config), but aft…
-
### Is this your first time submitting a feature request?
- [X] I have read the [expectations for open source contributors](https://docs.getdbt.com/docs/contributing/oss-expectations)
- [X] I have se…
-
### Version
1.26.0
### What happened?
Getting `relation "x" does not exist` for every query I mention in my `queries` .sql files
### Relevant log output
```shell
query.sql:1:1: relatio…
-
# Behaviour
Whenever some of `pytest` parametrised test fail, they are not cleaned up before showing updated run and new text is printed on top of old
![Image](https://github.com/user-attachments/as…
-
```clj
(deftest star-with-extra-column-ordering
(with-open [conn (jdbc-conn)]
(let [sql #(q-seq conn [%])]
(q conn ["INSERT INTO docs(_id, foo) VALUES (1, 'bar')"])
(is (= […
-
**Describe the feature request**
Currently when using the Export Data app-action, only table (data sources) can be used when exporting from (component) tables.
In ButtonActions.js we can see that …