cycle / database

Database Abstraction Layer, Schema Introspection, Schema Generation, Query Builders
MIT License
54 stars 23 forks source link

Cycle\Database\Injection\Expression caching issue #176

Closed devel96 closed 6 months ago

devel96 commented 8 months ago

No duplicates 🥲.

What happened?

When I use an expression for one entity, Sometimes I get error when I try to insert another entity which is not using that fields, But I can see in logs' file insert of that field image image

image

Version

ORM 2.6.0
PHP 8.2