-
### Apache Airflow version
2.10.0, 2.10,1, 2.10.2
### If "Other Airflow 2 version" selected, which one?
_No response_
### What happened?
Given the DAG:
```
from datetime import dateti…
-
### Environment
#### Package
show
```
name : gedmo/doctrine-extensions
descrip. : Doctrine behavioral extensions
keywords : Blameable, behaviors, doctrine, extensions, gedmo, loggabl…
-
*Is your feature request related to a problem? Please describe.*
ReadySet currently does not support lateral joins, which limits the ability to use correlated subqueries in certain SQL queries. We us…
-
### What version of `drizzle-orm` are you using?
0.36.0
### What version of `drizzle-kit` are you using?
0.27.0
### Describe the Bug
My use case is the following: I'm building a library dealing w…
-
Hi, currently we can't use this library with the [doctrine/mongodb-odm](https://github.com/doctrine/mongodb-odm), even though MongoDB is quite a popular database in the PHP world.
It would be nice …
-
After upgrade to Symfony 7.1, we decided to use longitude-one library.
During the upgrade packages, doctrine/dbal has been updated to version 3.9.1.
We use mysql in version 8.0, but we occured thi…
-
### Environment
#### Package
show
```
$ composer show --latest gedmo/doctrine-extensions
name : gedmo/doctrine-extensions
descrip. : Doctrine behavioral extensions
keyword…
-
I'm glad to find the standard-schema initiative, thanks for starting it!
I'd like to ask about two different cases: producing at runtime, and emitting schemas.
## Producing schemas at runtime
…
-
I don't know if its a issue or something else.
I have a table in which there is no id field i am using OneToOneField as primary key.
Everything working but when i use another field with ManyToMany…
-
Instead of hand-writing SQL and a hand-written database abstraction layer (`IManxDatabase`), consider migrating to an ORM library package such as [propel](http://propelorm.org/).