| @@ -18,7 +18,7 @@ discard block | ||
| 18 | 18 | // Init config | 
| 19 | 19 | $this->config->jush = 'sqlite'; | 
| 20 | 20 | $this->config->drivers = ["SQLite3", "PDO_SQLite"]; | 
| 21 | - $this->config->setTypes([ //! arrays | |
| 21 | + $this->config->setTypes([//! arrays | |
| 22 | 22 | 'Numbers' => ["integer" => 0, "real" => 0, "numeric" => 0], | 
| 23 | 23 | 'Strings' => ["text" => 0], | 
| 24 | 24 | 'Binary' => ["blob" => 0], | 
| @@ -30,7 +30,7 @@ discard block | ||
| 30 | 30 | $this->config->grouping = ["avg", "count", "count distinct", "group_concat", "max", "min", "sum"]; | 
| 31 | 31 | $this->config->editFunctions = [[ | 
| 32 | 32 |              // "text" => "date('now')/time('now')/datetime('now')", | 
| 33 | - ],[ | |
| 33 | + ], [ | |
| 34 | 34 | "integer|real|numeric" => "+/-", | 
| 35 | 35 | // "text" => "date/time/datetime", | 
| 36 | 36 | "text" => "||", |