Results 19 issues of Sergey

Does library support multi CREATE queries? What if I pass a query lile ```sql CREATE TABLE IF NOT EXISTS `migration` ( `type` varchar(25) NOT NULL, `name` varchar(50) NOT NULL, `migration`...

Hello. Thanks, good tool! Can you create one-file script versions for 1.x?

Need stable release. Can you release as 0.0.1 at least?

Remove analyzer() call

### No duplicates 🥲. - [X] I have searched for a similar issue in our bug tracker and didn't find any solutions. ### What happened? Problem: When `fkAction` or `fkOnDelete`...

status:to be verified
status:under discussion

Hello. Pretty library. It's there plan to make it framework-independent?

Добавьте общие параметры для всех запросов (https://vk.com/dev/api_requests?f=2.%20%D0%9E%D0%B1%D1%89%D0%B8%D0%B5%20%D0%BF%D0%B0%D1%80%D0%B0%D0%BC%D0%B5%D1%82%D1%80%D1%8B), а то пока неудобно выставлять их вручную. Мог бы оформить и PR, но, к сожалению, не времени на это. Спасибо за библиотеку, маленькая...

Got a lot of warnings on Windows 7 x64 machine with PHP 5.6.10 installation. Example of warning: ``` Warning: stream_select(): unable to select [2]: No such file or directory (max_fd=312)...

Feature Request. Hello. I'm using AR and created a relation for current user's relational record in another table (user's vote result of poll). Relation looks this way: ```php /** *...