Maurits van der Schee
Maurits van der Schee
Thank you for your question and your compliments. The following code: (key ? " where id=" + key : '') means that there is no "where" clause when "key" is...
It retrieves html and uses elinks to render it to text. You may try out elinks on your shell and see how to make it do what you want. Or...
@cherianmpaul that would be wonderful! You could make a `examples/clients` folder in which you implement a client (as I've done in the php-crud-api project). https://github.com/mevdschee/php-crud-api/tree/master/examples/clients I'm happy to merge any...
Thank you for your questions. >1- The API supports stored procedures with parameters?. If yes, how to do it? Just define a SP with parameters >2- What's the security of...
No.. it is not finished at all. I implemented the core and never continued. If you want a full-featured implementation you should use the PHP version. The Java version is...
Well.. people may "reinitialize" the drive (create a new partition table), deleting the contents. Also the wear on the drive is typically higher, making them fail faster. NB: I prefer...
>never seen such a so effective server tool ! Thank you for your kind words. > Could this thread (or wiki or something else) could help to list them ?...
> (the update crash without message) please dig deeper, there must be at least a PHP error in the Apache error log.
>there is no way to pass the auth-key. I know >I think you should define in json the option to enable auth also in swagger (or similar). I'm not sure...
Hi Andreas, >This is caused by the TypeConverterand specifically by the line 'tinyint(1)' => 'boolean', (toJdbc). Yes, indeed. >Is there a clean way to disable this specific type conversion? No,...