-
## Environment
**Liquibase Version**:
4.0.0 or above
**Liquibase Integration & Version**:
CLI, spring boot
**Database Vendor & Version**:
Any
**Operating System Type & Version**:
Any
## Description
…
-
I've had (what I think is) a very clever idea to improve SQL (bare with me, I know that sounds mad 😱).
It's as simple as this: we move the "FROM" clause to the start of select statements, so:
* `S…
-
### What happens?
By using COPY … TO with PARTITION_BY and without WRITE_PARTITION_COLUMNS options we don’t get rid of partitions fields with PARQUET as we do with CSV.
### To Reproduce
```
…
-
## Background
On the master branch, [SQLNodeConverterEngine](https://github.com/apache/shardingsphere/blob/master/kernel/sql-federation/core/src/main/java/org/apache/shardingsphere/sqlfederation/co…
-
**Is your feature request related to a problem? Please describe.**
Selecting sqlite3 as database adaptor fails during migration. The first error in lib/beacon/migrations/v001.ex is at line 89, due …
aquap updated
2 weeks ago
-
### Description
When adding subsequent tables to a SQL statement and the first table includes "with (nolock)" intellisense no longer recognizes those additional tables and/or aliases. This happens…
-
## Background
Hi community.\
The ShardingSphere SQL parser engine helps users to parse SQL to create the AST (Abstract Syntax Tree) and visit the AST to get SQLStatement (Java Object). Currently, we …
-
### Is this a regression in a recent version of dbt-redshift?
- [X] I believe this is a regression in dbt-redshift functionality
- [X] I have searched the existing issues, and I could not find an …
-
### What happened?
With the following DB:
```tsql
create database test1
use test1
create schema s1
create table s1.tab1 (col1 int primary key)
insert into s1.tab1 values(42)
create schema s2…
-
# Environment
Knex version: 2.5.1 and later
Database + version: Postgres 15.5
OS: Mac & Alpine linux
# Bug
```typescript
db // Knex instance
// Basic query that includes a join with lit…