database
                                
                                
                                
                                    database copied to clipboard
                            
                            
                            
                        💾 A database layer with a familiar PDO-like API but much more powerful. Building queries, advanced joins, drivers for MySQL, PostgreSQL, SQLite, MS SQL Server and Oracle.
- bug fix - BC break? no
Version: 3.0.1 ### Bug Description If I split configuration into two neon files I get exception Unexpected option 'database › options › lazy' ### Steps To Reproduce First neon file...
Version: 3.1.5 ### Bug Description Compatibility of IRow and Row is causing confusion of static analysers even when compatibility files are processed ``` ... expects Nette\Database\Row, Nette\Database\Table\ActiveRow given ``` ###...
bug fix BC break: no allow SqlLiteral with placeholders in where clause coop: @langriklol
- bug fix / new feature? Partially both - BC break? no - doc PR: nette If data contains special char, table is named with quotation marks also. Thus regclass...
- new feature (#240) - BC break - **no** - doc PR: not yet Adds `Selection::havingOr` method analogously to the `Selection::whereOr`, refactoring the common logic into a separate protected method...
As PHP exception is defined with code of type int, there must be always int public function __construct(string $message = "", int $code = 0, \Throwable $previous = NULL) {}...
A new `inTransaction()` method might be a very useful shortcut. Calling is unnecessary long right now. ```php /* @var \Nette\Database\Connection $db */ if ($db->getPdo()->inTransaction()) { $db->rollBack(); } ``` Why not...
Fix for #191 #192 but it fails on PostgreSQL
- bug fix? yes - new feature? no - BC break? yes/no - doc PR: nette/docs#??? An issue of auto-convert of row values used as foreign keys to integers (by...