dibi icon indicating copy to clipboard operation
dibi copied to clipboard

Dibi - smart database abstraction layer

Results 54 dibi issues
Sort by recently updated
recently updated
newest added

- new feature - BC break? no (as original behaviour should be considered as broken) see #292

Version: 4.2.6 (but from 4.1.x) ### Bug Description When using N in front of SQL string param, calling `query()` adds another N, so result is NN'param'. SqlsrvDriver only. ### Steps...

Would be nice to have a capability of automatic object to Dibi expression conversion, similar to [BackedEnum](https://github.com/dg/dibi/blob/dfd4707d53bb19ee6e5deba7d8daea61eb66ef92/src/Dibi/Translator.php#L317) conversion. # Explanation Let's start by date and time. Poor PHP support for...

- bug fix - BC break? probably not - versions affected: all When an autoincrement column is not in the first position of primary key index, PostgreReflector is unable to...

- bug fix Change fetch return type to mixed due the type conversion If is setup ```setRowFactory``` with some else return type it's ends by error. ```[TypeError] Dibi\Result::fetch(): Return value...

- new feature? YES! Implements request #338 - BC break? no Adds ability for dibi drivers to support deferring parameter substitution to the DB extension layer thus allowing for query...

- new feature, no existing code will break (full bc) I added support for PDO in `PDO::ERRMODE_EXCEPTION` error mode using a single try-catch block. 👉 Since in PHP 8 `PDO::ERRMODE_EXCEPTION`...

feature: display number of multiple occurrences of the same query in tracy panel I worked on an old project that unnecessarily created a lot of repeated SQL queries. (eg SQL...