-
### Version
1.27.0
### What happened?
Have a simple ddl for an object in postgres. It uses a TYPE both as an ARRAY and also as a simple object. The sqlc.yaml has an override to map the TYPE (…
-
Hi,
I would like for there to be a way to adjust maximum retry delay or configure it in some other way since even with minimum retry delay the exponential backoff sets a very large delay.
For inst…
-
I'm importing a MySQL schema with a table that includes a YEAR datatype column.
```sql
CREATE TABLE `test_dts` (
`id` int NOT NULL AUTO_INCREMENT,
`name` varchar(45) DEFAULT NULL,
`year` ye…
-
We reserve certain values for the different types to represent NULL values. These are defined in 'limits.h':
https://github.com/cmu-db/peloton/blob/master/src/include/type/limits.h#L42-L50
I add…
-
### New Issue Checklist
- Report security issues [confidentially](https://github.com/parse-community/parse-server/security/policy).
- Any contribution is under this [license](https://github.com/pa…
-
Reproduce repo: [Studio26F](https://github.com/26F-Studio/Studio26F)
vcpkg.json:
```json
{
"name": "studio26f",
"version-string": "1.0.0",
"maintainers": [
"Particle_G "
],
"des…
-
Hello, would it also be possible to integrate beacondb.net?
In the menu you could then select Opencellid or Beacondb as the source of the cellids/celltowers and the towers of the corresponding source…
-
### Steps to reproduce
(Also available as a [gist](https://gist.github.com/thefloweringash/3f4deabebb7920fbae3898d175743dc2) with docker-compose configuration).
```ruby
# frozen_string_litera…
-
Если в базе данных создать следующие таблицу и индекс
```
create table idxpart (a int) partition by range (a);
create index on idxpart (a);
```
и попытаться проверить базу с помощью checkdb,
`p…
-
Hello, I am having trouble implementing time with time zone without date postgres type. I could only see time or timestamp or timestampz implementation and think it is not what i need. Can anyone help…