-
I think the Sept 7 commit of default.sql ([Add in missing config value 'StockUsageShowZeroWithinPeriodRange'](https://github.com/timschofield/webERP/commit/cb33b938d8052835cff75a4476fb1a5b2f90dedc)) s…
-
### 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…
-
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 …
-
### 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…
-
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…
-
### 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_…
-
**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?
This first step of consolidating the PPL spec into a single repository which will be deployed as an independent artifact.
### What solution would …
-
### 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 …