-
### What is the problem the feature request solves?
# Rationale
The Arrow ecosystem lacks standard database interfaces built around Arrow data, especially for efficiently fetching large datasets (i.…
-
_5.5.z_ (commit 4af18c0d4df1e230f04756845cbf6d96225e092e)
Failed on openjdk-17: https://jenkins.hazelcast.com/job/Hazelcast-5.maintenance-ZuluJDK17-nightly/135/testReport/com.hazelcast.jet.sql.impl…
-
I'm developing an application that connects to PostgreSQL via JDBC using Spring Boot and HikariCP.
When attempting to stop the application (sending SIGINT) while a long-running query is active, it …
-
### Reason/inspiration (optional)
We would like a new entry on the `TRIM` function in SQL. The entry should go in a new file under `docs/content/sql/concepts/commands/trim/trim.md`.
The entr…
-
The top of any documentation page shows a breadcrumbs menu, e.g. for the [settings documentation page](https://clickhouse.com/docs/en/operations/settings/settings-profiles):
![image](https://github…
-
There is an available `ASSERT` expression ([docs](https://cloud.google.com/bigquery/docs/reference/standard-sql/debugging-statements)).
We also have a few UDFs defined in `tests/assert` eg. `asser…
-
```
1. Enable SQL-99, by setting the following:
SET GLOBAL TRANSACTION ISOLATION LEVEL SERIALIZABLE;
SET GLOBAL sql_mode = 'ANSI'
or in my.cnf:
[mysqld]
sql_mode = ANSI
transac…
-
Note: #2191 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
----
commit: c2d8e955abddb0117f1b3b94c2d9650d2cf4fdfd
buildURL: [Build Status](https://source…
-
```
1. Enable SQL-99, by setting the following:
SET GLOBAL TRANSACTION ISOLATION LEVEL SERIALIZABLE;
SET GLOBAL sql_mode = 'ANSI'
or in my.cnf:
[mysqld]
sql_mode = ANSI
transac…
-
Once I have imported the data to SQLite (see #379), I should start converting the script to use the new database. After t he initial push, the rest can be done incrementally.
- Modify getline() to …