-
### Is your feature request related to a problem or challenge?
Currently, the CreateExternalTable definition is just a stringified version of the statement, rather than the original SQL that was pars…
-
### Context
To the extent it's possible, we should use API endpoints to make changes to the database, never direct SQL edits.
From [@maxachis here](https://github.com/Police-Data-Accessibility-P…
-
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 …
-
### What is the bug or the crash?
Version 1.4.1
Après avoir exécuté le permier script 00_init_db.sql avec la petite modification que j'ai signalée dans cette issue : https://github.com/lpoaura/gn_…
-
I love using DBeaver, but one of the things that frustrates me a lot is that autocomplete doesn't know SQL keywords like "and" and "or" and tries to replace them with table or fieldnames starting with…
-
**Describe the problem**
The declarative schema changer fails to build a proper plan when adding and dropping columns in separate statements within the same transaction.
**To Reproduce**
```
…
-
### Is your feature request related to a problem?
The repository at https://github.com/Eventual-Inc/distributed-query-benchmarking currently works only with the DataFrame API. For benchmarking [TPC…
-
Several SQL scripts consisting of DDL are failing on the first line with a syntax error. Other scripts seem to work. The same sql files work with no problem in the MySQL workbench.
The scripts are …
-
Expand diagram to show message parser and writing normalized eCR data to DB
-
There may be a way to execute the filters before the SQL is executed, by having too much information in the database, these statements become too slow, since it first obtains all the information and t…