dbal icon indicating copy to clipboard operation
dbal copied to clipboard

Database Abstraction Layer – concise secure API to construct queries & fetch data

Results 20 dbal issues
Sort by recently updated
recently updated
newest added

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...

dependencies

Converting lossless numeric (= decimal) to lossy float is a bad idea.

feature

Currently we limit it with relkind. Double check using `p` and `m`.

db-pgsql
feature

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...

feature

Some initial work is done in [sqlite branch](https://github.com/nextras/dbal/commits/sqlite).

priority-low

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...

db-mysql
feature