Alexander

Results 9 issues of Alexander

Hey, As given in Readme: ``` const [rows,fields] = await promisePool.query("SELECT 1"); ``` works well returning: ``` [ [ TextRow { '1': 1 } ], [ ColumnDefinition { _buf: [Object],...

Test queries to e.g. internet.yandex.ru to check if the proxy is secure.

https://github.com/2naive/AngryCurl/blob/master/classes/RollingCurl.class.php#L154 This should be rewritten for AngryCurl in the way request() was to make it possible to use on-the-fly proxy changing when adding requests as objects.

**Is your feature request related to a problem? Please describe.** Can't update/set/view INET4 column type: https://mariadb.com/kb/en/inet4/ **Describe the solution you'd like** Please add

enhancement
nettype-mysql
confirmed

Hi! There is a problem described below: http://stackoverflow.com/questions/68651/get-php-to-stop-replacing-characters-in-get-or-post-arrays http://ca.php.net/manual/en/language.variables.external.php#81080 e.g. if I have attachment file: ``` fileName":"Folder.jpg", "generatedFileName":"Folder.jpg" ``` on PHP side I'll get an array key ``` 'Folder_jpg' ```...

Hi! Could you please explain the difference between envelopeFrom/envelopeTo and from/to? Thank you!