dbal
                                
                                
                                
                                    dbal copied to clipboard
                            
                            
                            
                        Database Abstraction Layer – concise secure API to construct queries & fetch data
Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version. Release notes Sourced from phpstan/phpstan's releases. 1.8.2 Improvements 🔧 Basic support for PHP 8.2 #[\AllowDynamicProperties] attribute support (RFC) #[\SensitiveParameter] attribute...
Converting lossless numeric (= decimal) to lossy float is a bad idea.
Currently we limit it with relkind. Double check using `p` and `m`.
I just hit a problem with transaction handling: I have an operation that can result in a deadlock and I just want to retry it. But then commit or rollback...
Some initial work is done in [sqlite branch](https://github.com/nextras/dbal/commits/sqlite).
We may require configuration parameter where user will have to specify datetime type he uses - `datetime` or `timestamp` or somehow ack he knows the difference. This needs some thinking...