-
When using auto_upgrade! length is not taken into account.
It can be non destructively upgraded under PostgreSQL (I do not know about other dbs) using ALTER TABLE ALTER TYPE.
I attach an example whi…
-
- Laravel-mongodb Version: 5.1.0
- PHP Version: 8.2.x
- Database Driver & Version:
### Description:
### Steps to reproduce
1. Listen to QueryExecuted
2. Log the executed query
### Expecte…
-
### Steps to reproduce
1. have version 3.19.1 installed
2. upgrade to 3.20.0 or 3.20.1
3. auto upload no longer works
### Expected behaviour
- this is a regression. autoupload should continue …
-
**Describe the bug**
Currently, we are running many clusters on patch version `1.25.5` (Westeurope & France Central), This patch version is currently deprecated & now out of support (the current su…
-
Consider using [raylib's definitions](https://github.com/raysan5/raylib/tree/master/parser/output) from the official repo to auto generate source files.
This will make the latest APIs available in ra…
-
![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123)
Snyk has created this PR to upgrade electron-updater from 6.3.5 to 6.3.6.
:infor…
-
I'm getting this after I updated to Sequoia (15.0.1 on MacMini M1);
I've tried untapping/retapping, brew doctor (clean), repeated brew update/upgrade, rebooting... but the problem continues.
==>…
-
Hi I just upgraded to the ESPHOME version.
When I send the command 'auto' the unit doesn't seem to respond.
I am able to set other settings like e.g. : 'ventilation_level_3'.
I have used the old ve…
-
## What is the Problem Being Solved?
Manage dependencies automatically for validators
Use cases:
1. Validator using cosmovisor with `DAEMON_ALLOW_DOWNLOAD_BINARIES=true` to automatically down…
-
With the two models.
``` ruby
class Person
include DataMapper::Resource
# Primary Key
property :id, Integer, :key => true
# References
has n, :loans, "Ticket", :child_key => [:loaner_id],…