-
Writing customized connectors to DBMS other than the default three might be desirable. Or, in my case, customize one of the existing three—I'd like to be able to inherit an SQL connector and modify it…
-
### Determine this is the right repository
- [X] I determined this is the correct repository in which to report this feature request.
### Summary of the feature request
Are there any plans to…
-
In SQL QnA, I tried to use postgres instead of singlestore.
In the first js function, it is getting connected to the database and also the schema is printed but the output is not reflected in the pro…
-
I installed RPresto from current github repo. My dbplyr version is 2.5.0.
tbl(con, 'table_name') is not working. Full backtrace:
```
Error in `as_table_path()`:
! `con` is absent but must be sup…
-
Is there a way to query hstore columns using LINQ ?
I would expect something like this to work:
```
public class Product
{
public int Id { get; set; }
//This is correctly set as hstore …
-
#### Expected Behavior
```sql
CREATE TABLE accounts (
user_id SERIAL PRIMARY KEY,
username VARCHAR (50) UNIQUE NOT NULL,
password VARCHAR (50) NOT NULL,
email VARCHAR (255) UNIQUE NOT…
-
When I lunch the tool :
[root@localhost waf-comparison-project]# python3 runner.py
DEBUG | Initiating health check to confirm proper connectivity configurations.
INFO | Health check p…
-
### Description
I'm not entirely sure how to describe this but will do my best. I was working on an adhoc SQL query today and needed to use the SUBSTR function from the DBMS_LOB package within an Or…
kczx3 updated
13 hours ago
-
### Template for?
CVE-2023-48788
### Details:
PoC
https://github.com/horizon3ai/CVE-2023-48788
-
### Description
many DBMS support following sql that polars reports error. please let them works.
by the way, it seems that create table only create a view of select, can it be materialized?
```
…