Arrest-MySQL icon indicating copy to clipboard operation
Arrest-MySQL copied to clipboard

A "plug-n-play" RESTful API for your MySQL database.

Results 17 Arrest-MySQL issues
Sort by recently updated
recently updated
newest added

Tive alguns problemas com a base postgre, para os quais fiz as seguintes alterações para que funcionasse sem problemas: Alterações para aperfeiçoamento do postgre: Adicionado teste de "is_numeric($data)" na linha...

I have noticed that ArrestDB does not set up the HTTP header when a method calls Reply (ArrestDB::Reply(ArrestDB::$HTTP[400])) I'm suggesting you to add this snippet to solve this problem. [...

I'm getting 409 when trying to put a new record, or update existing records. Dumping the insert query shows '?'s in the query. Are these not getting replaced later on?

Hi, just to let you know we did that : https://github.com/Headoo/arrest-pdo Have a nice day. K.

Arrest-MySQL is working great for new items and listing items. However, I keep getting a 403 you don't have permission to access the server followed by a 404 error page...

I'm looking at using Arrest-MySQL in a project, but it fails when I try and post data into a column with a hyphen in the name. The data passed to...

I do not have control of the MySQL server so is there a way to all support for the old protocol so I can connect? Thanks exception 'Exception' with message...

when trying to insert data into db using following request: POST /testowa1 HTTP/1.1 Host: localhost:8888 User-Agent: CocoaRestClient/11 CFNetwork/596.3.3 Darwin/12.3.0 (x86_64) (****************) Content-Length: 33 Accept: application/json Content-Type: application/json Accept-Language: en-us Accept-Encoding:...

I have added the option to collect table indexes on tables as requested by issue https://github.com/gilbitron/Arrest-MySQL/issues/7

Hello, Iam learning AngularJS and started to do an application (really more following a tutorial) that implements CRUD services. So, I have seen Arrest-MySQL and was happy to see a...