-
I believe it'd be wise idea to separate Nette\Database to its own package, ideally before 2.1. It should be an easy task since Nette\Database is not used internally anywhere (thus this migration would…
-
If you have table with primary key which is not auto-increment, Selection::insert() returns false instead of inserted row. That's because PDO::lastInsertId() returns 0 if there is no AI column so nett…
-
Hi, I would like to use some \Nette\PackageName packages from Nette in the [myak/framework](https://github.com/myak/framework) however they don't have Composer support as I can see. In particular I wo…
-
Problem: before bug, DATE is represented as YYYY-MM-DD,
after bug YYYY-MM-DD HH:MM:DD
Bisected to this (because some errors, I couldn't bisect to final commit)
9bc53109a06bc80861ea56f2544ce871919af9…
okias updated
10 years ago
-
V sablone mam 2 radky za sebou:
{dump $row->price}
{dump empty($row->price)}
a vraci hodnotu a TRUE
chvili jsem koukal jak se chova empty a ono vola __isset() u objectu a to vraci false i presto, ze…
-
_**Edit** (April 2014): Updated by @paulirish & @sheerun_
Package unregistering will be available via `bower unregister ` soon, but for now, you can unregister packages yourself using `curl`, if the …
-
CodeCoverage always appends data to `coverage.dat` file. But this file may exist from previous run and data may be outdated. In the result the coverage-reports generates nonsences.
Maybe related to #…
milo updated
10 years ago
-
When I updating row in database(MySQL) and no field are updated ActiveRow/Selection return FALSE. I expect anything else but no FALSE. As FALSE is returned if any error occurred. Try to fix it like th…
-
For example, in `CD-collection` example.
Try to log in with provided credential and you will see two queries in debug bar.
See attached screenshot.
Thanks.
![001-screenshot - 01142014 - 04 10 06 p…
-
After upgrading from 2.1RC4 to 2.1 got some problems with my projects.
First i have application-specific errors - empty collections after SQL-query. This error produces only after cache clearing on se…