-
Hi,
I found the bug in **Nette\Database\Table** data source when using **GROUP BY with multiple columns**.
Here is example of SQL queries.
Query for the datagrid with **703 total rows**.
```sql
…
-
I needed in specific project use custom index in db. I needed edit SqlBuilder for it. If you want, I can send PR. There is my edit: https://github.com/nette/database/compare/v2.4...Matousek:custom2.4
-
- bug report? yes
- version: master
When LIKE is used then the value is escaped once via ISupplementalDriver and passe as parameter of query. Then parameter value (already escaped) is escape again…
-
Hello
I'm trying to use a multiplier in a data editing form.
According to the records in the database, the appropriate number of Multiplier elements must be displayed.
Unfortunately, I don't know…
-
#### Předpoklady
- Webserver (PHP >= 5.2, popora SQLite 3) s doinstalovaným PHPUnit (např. XAMPP)
- IDE s podporou PHPUnit (např. NetBeans)
- Nette
- Dibi (znát, doporučuji https://dibiphp.com/cs/qui…
-
NTDB is escaping lowercase, so i am unable to use expressions like this:
`$selection->where(["DATE_FORMAT(eventStart,'%Y-%m-%d'" => '2017-01-26'])`
It always escaped (even when i use SQLLiteral), …
-
- bug report? yes
- feature request? no
- version: 2.4.4.
### Description
Hello guys, we found bug in method ```related()``` with combination with ```count()```. If I need uncached column on c…
-
Trying new 2.3.6 release with updated nette/utils to 2.3.5 and got this error.
Maybe it is somehow related to an error I had with previous version of database: `Cannot read an undeclared column 'cre…
zraly updated
9 years ago
-
Blog, to je dnes už webová klasika, "hello world" všech webových řešení. Pojďme se v rychlosti podívat na to, jak takový jednoduchý blog vytvořit v Nette.
### Požadavky
- Pochopení základních princi…
-
- bug report? yes
- feature request? no
- version: ~2.3@dev
### Description
```
$database->query("
INSERT INTO product_stock_merchant_events (x, y, z)
SELECT
x, y, z
FROM…
matak updated
7 years ago