-
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…
-
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…
-
### 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
4 hours ago
-
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…
-
I think the Sept 7 commit of default.sql ([Add in missing config value 'StockUsageShowZeroWithinPeriodRange'](https://github.com/timschofield/webERP/commit/cb33b938d8052835cff75a4476fb1a5b2f90dedc)) s…
-
### 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?
```
…
-
Hi,
is there a possibility to add support for
MS SQL-Server Express 2019 and newer?
We have already installed SQL-Server Express 2019
on our servers on premise and use it with other
software.…
-
### Version
1.27.0
### What happened?
When overriding int8 to uint it is not respected when using syntax like `.... _id = ANY($1::int8[])`;
Generated function creates int64 parameter instead of ui…