Michal Ďuračík

Results 5 issues of Michal Ďuračík

Closes #36 and #100

Fixes #80, #41 https://forum.nette.org/cs/24391-standartni-html-formular-a-zpracovani-post-pozadavku-v-presenteru-jine-stranky#p163128 In `Structure` there is `autoincrement` information in columns which i need in insert method but i'm not sure if i can extend it interface so i...

I cannot use Optimistic Concurrency mode with Oracle driver. I have DateTime property marked as RowVersion `builder.Property(e => e.LastUpdate).IsRowVersion();` It creates table with non null LastUpdate column and when i...

bug

I have some issues with script timeouts using this library. PHP Version => 7.4.10 paquettg/php-html-parser => 3.1.0 I have basic script: ``` use PHPHtmlParser\Dom; $dom = new Dom; $dom->loadFromUrl('http://www.google.com'); $links...

bug

Because now it can't be used with nette/webproject