diff --git a/src/Medoo.php b/src/Medoo.php index d635c76d..13425e71 100644 --- a/src/Medoo.php +++ b/src/Medoo.php @@ -2,7 +2,7 @@ /*! * Medoo database framework * https://medoo.in - * Version 1.4.1 + * Version 1.4.2 * * Copyright 2017, Angel Lai * Released under the MIT license @@ -28,6 +28,8 @@ class Medoo protected $debug_mode = false; + protected $guid = 0; + public function __construct($options = null) { try { @@ -337,7 +339,7 @@ protected function tableQuote($table) protected function mapKey() { - return ':MeDoO_' . uniqid(); + return ':MeDoOmEdOo_' . $this->guid++; } protected function columnQuote($string)