-
**Describe the bug**
```
kbcli version
Kubernetes: v1.26.3
KubeBlocks: 0.9.0-alpha.1
kbcli: 0.9.0-alpha.0
```
**To Reproduce**
Steps to reproduce the behavior:
1. create cluster
```
kbcl…
-
Thanks for your awesome work!
Could you please provide an example where I would generate code that would convert a postgres enum. I am new to scala and slick, and can't seem to get this right.
Thank…
-
Hi,
on my system (Debian Jessie, Postgre 9.4, Django 1.10, Python 3.4) dbrestore fails with`ERROR: must be owner of extension plpgsql`. This is after applying the changes in #212 to get an error mess…
-
Hi
Currently, the `db_migrate_prepare` method relies on plugin callbacks to populate the staging schema tables. It is therefore necessary to defer all adjustments by hand, by modifying the contents…
-
Should we name DDL-gen macros for their DDL? e.g. `derive(CreateType)` and `#[create_function(or_replace)]`?
This is just a thought, because I feel that stuff like `PostgresType` is a little vague,…
-
Great work! Trying to pull this into a docker container for PostGIS but hitting an issue. Here is the Docker code I am running:
```
RUN apt install unzip
RUN wget https://github.com/alitrack/du…
-
### Background and motivation
Adding a vector API for Arm SVE/SVE2 would be useful. SVE is a mandatory feature in Arm 9.0 onwards and is an alternative to NEON. Code written in SVE is vector length…
-
I build on Docker windows 10
```
Press Return to acknowledge the previous 6 paragraphs.
/usr/bin/gettextize: line 1309: can't open /dev/tty: No such device or address
+ ./autogen.sh
* Running /…
-
## Tasks for meson use in postgres:
- [ ] Missing Features
- [x] #38 libedit support (easy-medium)
- [x] generate pkg-config files (easy-medium)
- [ ] fully implement "native language sup…
-
### Describe the bug
Whenever I am adding Enum field in a new model it's giving me this error "sqlalchemy.exc.ProgrammingError: (psycopg2.errors.DuplicateObject) type "tickettype" already exists" for…