Sergio Cambra

Results 143 comments of Sergio Cambra

What do you think about using INSERT INTO filessearch SELECT, although raw insert sql must be used: ``` diff diff --git a/app/controllers/FilesController.php b/app/controllers/FilesController.php index 697ec69..5d70359 100755 --- a/app/controllers/FilesController.php +++ b/app/controllers/FilesController.php...

I only tested on postgres, although it's a quite standard SQL. I know I lose laravel cache, but those records are not loaded in laravel anymore so I don't think...

Probably I can't test on mysql until next week, I need to try on a vm. I don't want to mess my production server.