-
Hello 👋
currently trying to import a postgres sql script created by a pg_dump to dbml and it seems to not take into account the unique/primary key constraint.
version 2.5.0 of dbml/core
Minima…
-
Migrations are just diffs over time, not the final state of the database schema nor the source of truth. The actual database schema, after running all migrations, is the source of truth. Is there a wa…
-
### Description
We should be able to get a simple backup/restore procedure externally, by dumping the database into SQL files and saving the config.json and package.json into a gzip file. This will g…
-
**Describe the bug**
We meet a core dump when running the sql with hash agg. In this sql, the agg key is constant and one of the selected columns has Chinese value in it. After deep in it, we found t…
-
**Version Information**
AKKA 1.5.16
Modules:
AKKA.Persistence.SQL 1.5.13,
AKKA Streams 1.5.16,
AKKA Serilog 1.5.12.1
**Describe the performance issue**
After migrating to AKKA 1.5, .NET 8 …
-
I'm trying to use a function as a table in Zend\Db\Sql\Select and it appears to be quoting incorrectly. The entire function including parens is wrapped in quotes and I get an error saying the table do…
pdizz updated
4 years ago
-
Ansible 2.9x does not recognize the `changed` filter, causing a failure [here](https://github.com/Islandora-Devops/ansible-role-matomo/blob/master/tasks/console_install.yml#L18).
`Fatal: [default]:…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem?
Some commands use cobra built-in functionality to validate the n…
-
I created a dump of my db using
```
pg_dump --host localhost --port 5432 --user postgres my_db > pgdump.sql
```
which contains the following constructs to repopulate tables:
```sql
--
-- Data …
-
_From @martindsouza on March 28, 2014 1:32_
To enhance Issue #46 Add some functions/procedures that will help other users. One example is an apex data dump procedure that will append all APEX items t…