http://stackoverflow.com/questions/26971050/sqlalchemy-sqlite-too-many-sql-variables
3.2 seconds on the Google machine.
I'm just putting the finishing touches on a artisan console command that pulls all the records out of a database and automatically builds seeders. I took Jeffery's excellent advice to automate this process.
Everything is working great with MySQL, it seeds lots of tables with lots of records no problem.
But I ran my Behat tests which use SQLite in-memory databases for rapid testing. My new approach to seeding is causing SQLite to throw a fit.
Here's the seeder that's failing in SQLite (presumably others will fail but this is one of the first ones run) ...
public function run()
{
DB::table('maintenance_schedules')->insert([
['id' => "1", 'hours' => "100.00", 'pre_hours' => "0.00", 'post_hours' => "10.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2013-10-14 17:23:13", 'updated_at' => "2013-10-14 17:23:13"],
['id' => "2", 'hours' => "2200.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "10", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2013-10-14 17:23:13", 'updated_at' => "2013-10-14 17:23:13"],
['id' => "3", 'hours' => "2200.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "12", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2013-10-14 17:23:13", 'updated_at' => "2013-10-14 17:23:13"],
['id' => "4", 'hours' => "4200.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2013-10-14 17:23:13", 'updated_at' => "2013-10-14 17:23:13"],
['id' => "5", 'hours' => "4400.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2013-10-14 17:23:13", 'updated_at' => "2013-10-14 17:23:13"],
['id' => "6", 'hours' => "5110.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2013-10-14 17:23:13", 'updated_at' => "2013-10-14 17:23:13"],
['id' => "7", 'hours' => "2200.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2013-10-14 17:23:13", 'updated_at' => "2013-10-14 17:23:13"],
['id' => "8", 'hours' => "6260.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2013-10-14 17:23:13", 'updated_at' => "2013-10-14 17:23:13"],
['id' => "9", 'hours' => "6000.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2013-10-14 17:23:13", 'updated_at' => "2013-10-14 17:23:13"],
['id' => "10", 'hours' => "2415.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2013-10-14 17:23:13", 'updated_at' => "2013-10-14 17:23:13"],
['id' => "11", 'hours' => "4430.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2013-10-14 17:23:13", 'updated_at' => "2013-10-14 17:23:13"],
['id' => "12", 'hours' => "0.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "12", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2013-10-14 17:23:13", 'updated_at' => "2013-10-14 17:23:13"],
['id' => "13", 'hours' => "1000.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2013-10-14 17:23:13", 'updated_at' => "2013-10-14 17:23:13"],
['id' => "14", 'hours' => "0.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "12", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2013-10-14 17:23:13", 'updated_at' => "2013-10-14 17:23:13"],
['id' => "15", 'hours' => "0.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "24", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2013-10-14 17:23:13", 'updated_at' => "2013-10-14 17:23:13"],
['id' => "16", 'hours' => "5100.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2013-10-14 17:23:13", 'updated_at' => "2013-10-14 17:23:13"],
['id' => "17", 'hours' => "5.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "5.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "5", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2013-10-20 01:21:09", 'updated_at' => "2013-10-20 01:21:09"],
['id' => "18", 'hours' => "10.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "10.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "10", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2013-10-20 01:22:57", 'updated_at' => "2013-10-20 01:22:57"],
['id' => "19", 'hours' => "10.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "10.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2013-10-20 01:25:39", 'updated_at' => "2013-10-20 01:25:39"],
['id' => "20", 'hours' => "50.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "50.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2013-10-20 01:25:46", 'updated_at' => "2013-10-20 01:25:46"],
['id' => "21", 'hours' => "25.00", 'pre_hours' => "5.00", 'post_hours' => "5.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2013-10-20 01:27:06", 'updated_at' => "2013-10-20 01:27:06"],
['id' => "22", 'hours' => "100.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2013-10-20 01:28:48", 'updated_at' => "2013-10-20 01:28:48"],
['id' => "23", 'hours' => "50.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2013-10-20 01:30:08", 'updated_at' => "2013-10-20 01:30:08"],
['id' => "24", 'hours' => "500.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2013-10-20 01:30:57", 'updated_at' => "2013-10-20 01:30:57"],
['id' => "25", 'hours' => "2000.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2013-10-20 01:32:03", 'updated_at' => "2013-10-20 01:32:03"],
['id' => "26", 'hours' => "400.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2013-10-30 02:08:57", 'updated_at' => "2013-10-30 02:08:57"],
['id' => "27", 'hours' => "0.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "6", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2013-10-30 02:13:19", 'updated_at' => "2013-10-30 02:13:19"],
['id' => "28", 'hours' => "0.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "5", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2013-11-07 02:21:53", 'updated_at' => "2013-11-07 02:21:53"],
['id' => "29", 'hours' => "0.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "30", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2013-11-16 19:48:39", 'updated_at' => "2013-11-16 19:48:39"],
['id' => "30", 'hours' => "0.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "60", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2013-11-19 23:20:09", 'updated_at' => "2013-11-19 23:20:09"],
['id' => "31", 'hours' => "25.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2013-11-21 01:09:56", 'updated_at' => "2013-11-21 01:09:56"],
['id' => "32", 'hours' => "25.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "4", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2013-11-22 02:49:35", 'updated_at' => "2013-11-22 02:49:35"],
['id' => "33", 'hours' => "50.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "4", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2013-11-22 02:50:04", 'updated_at' => "2013-11-22 02:50:04"],
['id' => "34", 'hours' => "100.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "4", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2014-02-08 21:28:54", 'updated_at' => "2014-02-08 21:28:54"],
['id' => "35", 'hours' => "0.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "1", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2014-02-08 21:45:41", 'updated_at' => "2014-02-08 21:45:41"],
['id' => "36", 'hours' => "25.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "1", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2014-02-08 21:52:50", 'updated_at' => "2014-02-08 21:52:50"],
['id' => "37", 'hours' => "10.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2014-02-08 22:44:30", 'updated_at' => "2014-02-08 22:44:30"],
['id' => "38", 'hours' => "20.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2014-02-08 22:44:34", 'updated_at' => "2014-02-08 22:44:34"],
['id' => "39", 'hours' => "5.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2014-02-08 22:49:38", 'updated_at' => "2014-02-08 22:49:38"],
['id' => "40", 'hours' => "5.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "1", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2014-02-08 22:49:47", 'updated_at' => "2014-02-08 22:49:47"],
['id' => "41", 'hours' => "100.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "3", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2014-02-08 22:54:54", 'updated_at' => "2014-02-08 22:54:54"],
['id' => "42", 'hours' => "25.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "30", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2014-02-09 03:00:39", 'updated_at' => "2014-02-09 03:00:39"],
['id' => "43", 'hours' => "100.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "90", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2014-02-09 03:08:26", 'updated_at' => "2014-02-09 03:08:26"],
['id' => "44", 'hours' => "50.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "30", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2014-02-09 03:10:13", 'updated_at' => "2014-02-09 03:10:13"],
['id' => "45", 'hours' => "300.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "12", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2014-02-09 03:18:37", 'updated_at' => "2014-02-09 03:18:37"],
['id' => "46", 'hours' => "10.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "34", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2014-02-09 03:24:03", 'updated_at' => "2014-02-09 03:24:03"],
['id' => "47", 'hours' => "800.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2014-02-09 03:27:50", 'updated_at' => "2014-02-09 03:27:50"],
['id' => "48", 'hours' => "500.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "1", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2014-02-09 03:41:08", 'updated_at' => "2014-02-09 03:41:08"],
['id' => "49", 'hours' => "0.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "1", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2014-10-31 15:40:13", 'updated_at' => "2014-10-31 15:40:13"],
['id' => "50", 'hours' => "0.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "6", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2014-10-31 16:20:23", 'updated_at' => "2014-10-31 16:20:23"],
['id' => "51", 'hours' => "1500.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2015-04-23 02:38:11", 'updated_at' => "2015-04-23 02:38:11"],
['id' => "52", 'hours' => "2000.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "12", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2015-04-29 00:46:24", 'updated_at' => "2015-04-29 00:46:24"],
['id' => "53", 'hours' => "10000.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "15000.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2015-04-30 22:26:39", 'updated_at' => "2015-04-30 22:26:39"],
['id' => "54", 'hours' => "2025.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "3000.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2015-04-30 22:32:43", 'updated_at' => "2015-04-30 22:32:43"],
['id' => "55", 'hours' => "0.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "9000.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2015-04-30 22:41:26", 'updated_at' => "2015-04-30 22:41:26"],
['id' => "56", 'hours' => "4050.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "6000.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2015-04-30 22:48:24", 'updated_at' => "2015-04-30 22:48:24"],
['id' => "57", 'hours' => "3500.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2015-04-30 22:53:56", 'updated_at' => "2015-04-30 22:53:56"],
['id' => "58", 'hours' => "200.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "12", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2015-04-30 23:29:42", 'updated_at' => "2015-04-30 23:29:42"],
['id' => "59", 'hours' => "400.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "12", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2015-04-30 23:31:47", 'updated_at' => "2015-04-30 23:31:47"],
['id' => "60", 'hours' => "1000.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "12", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2015-04-30 23:32:28", 'updated_at' => "2015-04-30 23:32:28"],
['id' => "61", 'hours' => "2000.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "12", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2015-04-30 23:32:58", 'updated_at' => "2015-04-30 23:32:58"],
['id' => "62", 'hours' => "4000.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "12", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2015-04-30 23:33:27", 'updated_at' => "2015-04-30 23:33:27"],
['id' => "63", 'hours' => "600.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2015-05-01 02:09:44", 'updated_at' => "2015-05-01 02:09:44"],
['id' => "64", 'hours' => "600.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "12", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2015-05-01 02:27:35", 'updated_at' => "2015-05-01 02:27:35"],
['id' => "65", 'hours' => "0.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "3", 'pre_years' => "0", 'post_years' => "0", 'months' => "12", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2015-05-01 02:57:04", 'updated_at' => "2015-05-01 02:57:04"],
['id' => "66", 'hours' => "0.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "5", 'pre_years' => "0", 'post_years' => "0", 'months' => "12", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2015-05-01 03:04:53", 'updated_at' => "2015-05-01 03:04:53"],
['id' => "67", 'hours' => "0.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "15", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2015-05-01 03:08:31", 'updated_at' => "2015-05-01 03:08:31"],
['id' => "68", 'hours' => "100.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "1", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2015-05-01 20:48:45", 'updated_at' => "2015-05-01 20:48:45"],
['id' => "69", 'hours' => "600.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "1", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2015-05-14 23:59:49", 'updated_at' => "2015-05-14 23:59:49"],
['id' => "70", 'hours' => "200.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2016-03-18 02:56:40", 'updated_at' => "2016-03-18 02:56:40"],
['id' => "71", 'hours' => "0.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "60", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2016-03-18 03:00:30", 'updated_at' => "2016-03-18 03:00:30"],
['id' => "72", 'hours' => "0.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "10", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2016-03-18 03:05:56", 'updated_at' => "2016-03-18 03:05:56"],
['id' => "73", 'hours' => "1000.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "10", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2016-03-18 03:13:44", 'updated_at' => "2016-03-18 03:13:44"],
['id' => "74", 'hours' => "50.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "10", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2016-03-18 03:17:20", 'updated_at' => "2016-03-18 03:17:20"],
['id' => "75", 'hours' => "500.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "10", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2016-03-18 03:20:01", 'updated_at' => "2016-03-18 03:20:01"],
['id' => "76", 'hours' => "50.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "10", 'pre_years' => "0", 'post_years' => "0", 'months' => "0", 'pre_months' => "0", 'post_months' => "0", 'days' => "30", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2016-03-18 03:31:27", 'updated_at' => "2016-03-18 03:31:27"],
['id' => "77", 'hours' => "1000.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "10", 'pre_years' => "0", 'post_years' => "0", 'months' => "36", 'pre_months' => "0", 'post_months' => "0", 'days' => "30", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2016-03-18 03:34:46", 'updated_at' => "2016-03-18 03:34:46"],
['id' => "78", 'hours' => "1000.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "36", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2016-03-18 03:47:19", 'updated_at' => "2016-03-18 03:47:19"],
['id' => "79", 'hours' => "2000.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "72", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2016-03-26 18:34:32", 'updated_at' => "2016-03-26 18:34:32"],
['id' => "80", 'hours' => "100.00", 'pre_hours' => "0.00", 'post_hours' => "0.00", 'cycles' => "0.00", 'pre_cycles' => "0.00", 'post_cycles' => "0.00", 'years' => "0", 'pre_years' => "0", 'post_years' => "0", 'months' => "12", 'pre_months' => "0", 'post_months' => "0", 'days' => "0", 'pre_days' => "0", 'post_days' => "0", 'created_at' => "2016-04-15 19:18:22", 'updated_at' => "2016-04-15 19:18:22"],
]);
}
And here's the nasty error from SQLite ...
SQLSTATE[HY000]: General error: 1 too many SQL variables (SQL: insert into "maintenance_schedules" ("created_at", "cycles", "days", "hours", "id", "months", "post_cycles", "post_days", "post_hours", "post_months", "post_years", "pre_cycles", "pre_days", "pre_hours", "pre_months", "pre_years", "updated_at", "years") select 2013-10-14 17:23:13 as "created_at", 0.00 as "cycles", 0 as "days", 100.00 as "hours", 1 as "id", 0 as "months", 0.00 as "post_cycles", 0 as "post_days", 10.00 as "post_hours", 0 as "post_months", 0 as "post_years", 0.00 as "pre_cycles", 0 as "pre_days", 0.00 as "pre_hours", 0 as "pre_months", 0 as "pre_years", 2013-10-14 17:23:13 as "updated_at", 0 as "years" union all select 2013-10-14 17:23:13 as "created_at", 0.00 as "cycles", 0 as "days", 2200.00 as "hours", 2 as "id", 0 as "months", 0.00 as "post_cycles", 0 as "post_days", 0.00 as "post_hours", 0 as "post_months", 0 as "post_years", 0.00 as "pre_cycles", 0 as "pre_days", 0.00 as "pre_hours", 0 as "pre_months", 0 as "pre_years", 2013-10-14 17:23:13 as "updated_at", 10 as "years" union all select 2013-10-14 17:23:13 as "created_at", 0.00 as "cycles", 0 as "days", 2200.00 as "hours", 3 as "id", 0 as "months", 0.00 as "post_cycles", 0 as "post_days", 0.00 as "post_hours", 0 as "post_months", 0 as "post_years", 0.00 as "pre_cycles", 0 as "pre_days", 0.00 as "pre_hours", 0 as "pre_months", 0 as "pre_years", 2013-10-14 17:23:13 as "updated_at", 12 as "years" union all select 2013-10-14 17:23:13 as "created_at", 0.00 as "cycles", 0 as "days", 4200.00 as "hours", 4 as "id", 0 as "months", 0.00 as "post_cycles", 0 as "post_days", 0.00 as "post_hours", 0 as "post_months", 0 as "post_years", 0.00 as "pre_cycles", 0 as "pre_days", 0.00 as "pre_hours", 0 as "pre_months", 0 as "pre_years", 2013-10-14 17:23:13 as "updated_at", 0 as "years" union all select 2013-10-14 17:23:13 as "created_at", 0.00 as "cycles", 0 as "days", 4400.00 as "hours", 5 as "id", 0 as "months", 0.00 as "post_cycles", 0 as "post_days", 0.00 as "post_hours", 0 as "post_months", 0 as "post_years", 0.00 as "pre_cycles", 0 as "pre_days", 0.00 as "pre_hours", 0 as "pre_months", 0 as "pre_years", 2013-10-14 17:23:13 as "updated_at", 0 as "years" union all select 2013-10-14 17:23:13 as "created_at", 0.00 as "cycles", 0 as "days", 5110.00 as "hours", 6 as "id", 0 as "months", 0.00 as "post_cycles", 0 as "post_days", 0.00 as "post_hours", 0 as "post_months", 0 as "post_years", 0.00 as "pre_cycles", 0 as "pre_days", 0.00 as "pre_hours", 0 as "pre_months", 0 as "pre_years", 2013-10-14 17:23:13 as "updated_at", 0 as "years" union all select 2013-10-14 17:23:13 as "created_at", 0.00 as "cycles", 0 as "days", 2200.00 as "hours", 7 as "id", 0 as "months", 0.00 as "post_cycles", 0 as "post_days", 0.00 as "post_hours", 0 as "post_months", 0 as "post_years", 0.00 as "pre_cycles", 0 as "pre_days", 0.00 as "pre_hours", 0 as "pre_months", 0 as "pre_years", 2013-10-14 17:23:13 as "updated_at", 0 as "years" union all select 2013-10-14 17:23:13 as "created_at", 0.00 as "cycles", 0 as "days", 6260.00 as "hours", 8 as "id", 0 as "months", 0.00 as "post_cycles", 0 as "post_days", 0.00 as "post_hours", 0 as "post_months", 0 as "post_years", 0.00 as "pre_cycles", 0 as "pre_days", 0.00 as "pre_hours", 0 as "pre_months", 0 as "pre_years", 2013-10-14 17:23:13 as "updated_at", 0 as "years" union all select 2013-10-14 17:23:13 as "created_at", 0.00 as "cycles", 0 as "days", 6000.00 as "hours", 9 as "id", 0 as "months", 0.00 as "post_cycles", 0 as "post_days", 0.00 as "post_hours", 0 as "post_months", 0 as "post_years", 0.00 as "pre_cycles", 0 as "pre_days", 0.00 as "pre_hours", 0 as "pre_months", 0 as "pre_years", 2013-10-14 17:23:13 as "updated_at", 0 as "years" union all select 2013-10-14 17:23:13 as "created_at", 0.00 as "cycles", 0 as "days", 2415.00 as "hours", 10 as "id", 0 as "months", 0.00 as "post_cycles", 0 as "post_days", 0.00 as "post_hours", 0 as "post_months", 0 as "post_years", 0.00 as "pre_cycles", 0 as "pre_days", 0.00 as "pre_hours", 0 as "pre_months", 0 as "pre_years", 2013-10-14 17:23:13 as "updated_at", 0 as "years" union all select 2013-10-14 17:23:13 as "created_at", 0.00 as "cycles", 0 as "days", 4430.00 as "hours", 11 as "id", 0 as "months", 0.00 as "post_cycles", 0 as "post_days", 0.00 as "post_hours", 0 as "post_months", 0 as "post_years", 0.00 as "pre_cycles", 0 as "pre_days", 0.00 as "pre_hours", 0 as "pre_months", 0 as "pre_years", 2013-10-14 17:23:13 as "updated_at", 0 as "years" union all select 2013-10-14 17:23:13 as "created_at", 0.00 as "cycles", 0 as "days", 0.00 as "hours", 12 as "id", 0 as "months", 0.00 as "post_cycles", 0 as "post_days", 0.00 as "post_hours", 0 as "post_months", 0 as "post_years", 0.00 as "pre_cycles", 0 as "pre_days", 0.00 as "pre_hours", 0 as "pre_months", 0 as "pre_years", 2013-10-14 17:23:13 as "updated_at", 12 as "years" union all select 2013-10-14 17:23:13 as "created_at", 0.00 as "cycles", 0 as "days", 1000.00 as "hours", 13 as "id", 0 as "months", 0.00 as "post_cycles", 0 as "post_days", 0.00 as "post_hours", 0 as "post_months", 0 as "post_years", 0.00 as "pre_cycles", 0 as "pre_days", 0.00 as "pre_hours", 0 as "pre_months", 0 as "pre_years", 2013-10-14 17:23:13 as "updated_at", 0 as "years" union all select 2013-10-14 17:23:13 as "created_at", 0.00 as "cycles", 0 as "days", 0.00 as "hours", 14 as "id", 12 as "months", 0.00 as "post_cycles", 0 as "post_days", 0.00 as "post_hours", 0 as "post_months", 0 as "post_years", 0.00 as "pre_cycles", 0 as "pre_days", 0.00 as "pre_hours", 0 as "pre_months", 0 as "pre_years", 2013-10-14 17:23:13 as "updated_at", 0 as "years" union all select 2013-10-14 17:23:13 as "created_at", 0.00 as "cycles", 0 as "days", 0.00 as "hours", 15 as "id", 24 as "months", 0.00 as "post_cycles", 0 as "post_days", 0.00 as "post_hours", 0 as "post_months", 0 as "post_years", 0.00 as "pre_cycles", 0 as "pre_days", 0.00 as "pre_hours", 0 as "pre_months", 0 as "pre_years", 2013-10-14 17:23:13 as "updated_at", 0 as "years" union all select 2013-10-14 17:23:13 as "created_at", 0.00 as "cycles", 0 as "days", 5100.00 as "hours", 16 as "id", 0 as "months", 0.00 as "post_cycles", 0 as "post_days", 0.00 as "post_hours", 0 as "post_months", 0 as "post_years", 0.00 as "pre_cycles", 0 as "pre_days", 0.00 as "pre_hours", 0 as "pre_months", 0 as "pre_years", 2013-10-14 17:23:13 as "updated_at", 0 as "years" union all select 2013-10-20 01:21:09 as "created_at", 5.00 as "cycles", 5 as "days", 5.00 as "hours", 17 as "id", 0 as "months", 0.00 as "post_cycles", 0 as "post_days", 0.00 as "post_hours", 0 as "post_months", 0 as "post_years", 0.00 as "pre_cycles", 0 as "pre_days", 0.00 as "pre_hours", 0 as "pre_months", 0 as "pre_years", 2013-10-20 01:21:09 as "updated_at", 0 as "years" union all select 2013-10-20 01:22:57 as "created_at", 10.00 as "cycles", 0 as "days", 10.00 as "hours", 18 as "id", 10 as "months", 0.00 as "post_cycles", 0 as "post_days", 0.00 as "post_hours", 0 as "post_months", 0 as "post_years", 0.00 as "pre_cycles", 0 as "pre_days", 0.00 as "pre_hours", 0 as "pre_months", 0 as "pre_years", 2013-10-20 01:22:57 as "updated_at", 0 as "years" union all select 2013-10-20 01:25:39 as "created_at", 10.00 as "cycles", 0 as "days", 10.00 as "hours", 19 as "id", 0 as "months", 0.00 as "post_cycles", 0 as "post_days", 0.00 as "post_hours", 0 as "post_months", 0 as "post_years", 0.00 as "pre_cycles", 0 as "pre_days", 0.00 as "pre_hours", 0 as "pre_months", 0 as "pre_years", 2013-10-20 01:25:39 as "updated_at", 0 as "years" union all select 2013-10-20 01:25:46 as "created_at", 50.00 as "cycles", 0 as "days", 50.00 as "hours", 20 as "id", 0 as "months", 0.00 as "post_cycles", 0 as "post_days", 0.00 as "post_hours", 0 as "post_months", 0 as "post_years", 0.00 as "pre_cycles", 0 as "pre_days", 0.00 as "pre_hours", 0 as "pre_months", 0 as "pre_years", 2013-10-20 01:25:46 as "updated_at", 0 as "years" union all select 2013-10-20 01:27:06 as "created_at", 0.00 as "cycles", 0 as "days", 25.00 as "hours", 21 as "id", 0 as "months", 0.00 as "post_cycles", 0 as "post_days", 5.00 as "post_hours", 0 as "post_months", 0 as "post_years", 0.00 as "pre_cycles", 0 as "pre_days", 5.00 as "pre_hours", 0 as "pre_months", 0 as "pre_years", 2013-10-20 01:27:06 as "updated_at", 0 as "years" union all select 2013-10-20 01:28:48 as "created_at", 0.00 as "cycles", 0 as "days", 100.00 as "hours", 22 as "id", 0 as "months", 0.00 as "post_cycles", 0 as "post_days", 0.00 as "post_hours", 0 as "post_months", 0 as "post_years", 0.00 as "pre_cycles", 0 as "pre_days", 0.00 as "pre_hours", 0 as "pre_months", 0 as "pre_years", 2013-10-20 01:28:48 as "updated_at", 0 as "years" union all select 2013-10-20 01:30:08 as "created_at", 0.00 as "cPlease or to participate in this conversation.