-
Hi there,
I just wanted to ask what is the reason for this:
```
"nette/di": "~2.4.10 || ~3.0",
"nette/caching": "~3.0",
"nette/http": "~2.4.7 || ~3.0",
"nette/utils": "~2.5 || ~3.0",
```
I…
-
https://github.com/nette/database/blob/4b4a269d2b92d8fc922230996889128948a5e346/src/Database/ResultSet.php#L167
Tested for PostgreSQL's timestamp with time zone data type. This line seems to throw ou…
-
So I have interesting use-case. I have a command, which I want to execute from other command -- because one is maintenance and one is a one-time migration, which is quite extensive (essentially, we're…
-
MySQL's `utf8` encoding does not support characters above U+FFFF. Using `utf8` encoding and not removing characters above U+FFFF can be used to bypass input validation. You can for example use this to…
-
- bug report? yes
- feature request? no
- version: v2.4.2
### Description
Value of string type retrieved from DB get converted to integer, e.g. `'316'` to `316`, which causes exceptions in usin…
-
It would be nice, if plugin can suggest me configuration parameters in Nette section (session, database, latte, etc...)
-
- bug report? yes
- feature request? no
- version: `"nette/database": "v2.4.2"`
### Description
I am using `sqlite` and am querying a table with `COLUMN yielded INTEGER DEFAULT 0`. It seems that…
-
Ahojte
Po update na 6.0.1 tu mame novu chybu:
Fatal error: Uncaught Error: Typed property Contributte\Nextras\Orm\Generator\Entity\PhpRelDoc::$primary must not be accessed before initialization…
-
Celkom pekne.
1. Narazil si podla mna na limitacie API v Nette:
- funkciu routeru prebera ciastocne `ApiPresenter`
- funkciu kontroleru prebera ciastocne `Contacts` sluzba
2. REST API ne…
-
- bug report? yes
- feature request? no
- version: 2.4.2
### Description
In my application, I read date from database, and write it to other table.
Date "0000-00-00 00:00:00" is bad converted t…